Home
last modified time | relevance | path

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

/third_party/openssl/crypto/idea/
Didea_local.h82 #define n2s(c,l) (l =((IDEA_INT)(*((c)++)))<< 8L, \ macro
/third_party/openssl/crypto/ct/
Dct_local.h28 #define n2s(c,s) ((s=(((unsigned int)((c)[0]))<< 8)| \ macro
/third_party/mtdev/src/
Dcore.c89 int n2s[DIM_FINGER]; in solve() local
/third_party/openssl/ssl/
Dssl_local.h120 # define n2s(c,s) ((s=(((unsigned int)((c)[0]))<< 8)| \ macro