Lines Matching refs:xr
48 #define RTL_CIPHER_NTOHL64(c, xl, xr, n) \ argument
50 (xl) = (xr) = 0; \
54 case 8: (xr) = ((sal_uInt32)(*(--(c)))); \
55 case 7: (xr) |= ((sal_uInt32)(*(--(c)))) << 8L; \
56 case 6: (xr) |= ((sal_uInt32)(*(--(c)))) << 16L; \
57 case 5: (xr) |= ((sal_uInt32)(*(--(c)))) << 24L; \
65 #define RTL_CIPHER_HTONL64(xl, xr, c, n) \ argument
70 case 8: *(--(c)) = (sal_uInt8)(((xr) ) & 0xff); \
71 case 7: *(--(c)) = (sal_uInt8)(((xr) >> 8L) & 0xff); \
72 case 6: *(--(c)) = (sal_uInt8)(((xr) >> 16L) & 0xff); \
73 case 5: *(--(c)) = (sal_uInt8)(((xr) >> 24L) & 0xff); \
276 CipherKeyBF *key, sal_uInt32 *xl, sal_uInt32 *xr);
281 CipherKeyBF *key, sal_uInt32 *xl, sal_uInt32 *xr);
915 CipherKeyBF *key, sal_uInt32 *xl, sal_uInt32 *xr) in __rtl_cipherBF_encode() argument
921 XR = *xr; in __rtl_cipherBF_encode()
941 *xr = XR; in __rtl_cipherBF_encode()
950 CipherKeyBF *key, sal_uInt32 *xl, sal_uInt32 *xr) in __rtl_cipherBF_decode() argument
956 XR = *xr; in __rtl_cipherBF_decode()
976 *xr = XR; in __rtl_cipherBF_decode()