OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n2l
(Results
1 - 4
of
4
) sorted by null
/external/openssl/crypto/rc2/
rc2_locl.h
104
/* NOTE - c is not incremented as per
n2l
*/
135
#undef
n2l
macro
136
#define
n2l
(c,l) (l =((unsigned long)(*((c)++)))<<24L, \
macro
/external/openssl/crypto/bf/
bf_locl.h
108
/* NOTE - c is not incremented as per
n2l
*/
139
#undef
n2l
macro
140
#define
n2l
(c,l) (l =((unsigned long)(*((c)++)))<<24L, \
macro
/external/openssl/crypto/des/
des_locl.h
138
#define
n2l
(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \
macro
/external/openssl/ssl/
ssl_locl.h
201
#define
n2l
(c,l) (l =((unsigned long)(*((c)++)))<<24, \
macro
[
all
...]
Completed in 96 milliseconds