Searched defs:l2n (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/rc2/
H A Drc2_locl.h120 /* NOTE - c is not incremented as per l2n */
141 #undef l2n macro
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/external/openssl/crypto/rc2/
H A Drc2_locl.h120 /* NOTE - c is not incremented as per l2n */
141 #undef l2n macro
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/external/chromium_org/third_party/openssl/openssl/crypto/bf/
H A Dbf_locl.h124 /* NOTE - c is not incremented as per l2n */
145 #undef l2n macro
146 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/external/openssl/crypto/bf/
H A Dbf_locl.h124 /* NOTE - c is not incremented as per l2n */
145 #undef l2n macro
146 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Ddes_locl.h143 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/external/openssl/crypto/des/
H A Ddes_locl.h143 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_locl.h206 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
/external/openssl/ssl/
H A Dssl_locl.h206 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro

Completed in 228 milliseconds