Searched defs:n2l (Results 1 – 4 of 4) sorted by relevance
136 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
140 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
138 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
201 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro