Home
last modified time | relevance | path

Searched defs:n2s (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/idea/
Didea_local.h82 #define n2s(c,l) (l =((IDEA_INT)(*((c)++)))<< 8L, \ macro
/third_party/node/deps/openssl/openssl/crypto/idea/
Didea_local.h82 #define n2s(c,l) (l =((IDEA_INT)(*((c)++)))<< 8L, \ macro
/third_party/node/deps/openssl/openssl/crypto/ct/
Dct_local.h28 #define n2s(c,s) ((s=(((unsigned int)((c)[0]))<< 8)| \ macro
/third_party/openssl/crypto/ct/
Dct_local.h28 #define n2s(c,s) ((s=(((unsigned int)((c)[0]))<< 8)| \ macro
/third_party/node/deps/openssl/openssl/ssl/
Dssl_local.h121 # define n2s(c,s) ((s=(((unsigned int)((c)[0]))<< 8)| \ macro
/third_party/openssl/ssl/
Dssl_local.h121 # define n2s(c,s) ((s=(((unsigned int)((c)[0]))<< 8)| \ macro