Searched defs:n2s (Results 1 – 3 of 3) sorted by relevance
81 #define n2s(c,l) (l =((IDEA_INT)(*((c)++)))<< 8L, \ macro
28 #define n2s(c,s) ((s=(((unsigned int)((c)[0]))<< 8)| \ macro
174 # define n2s(c,s) ((s=(((unsigned int)((c)[0]))<< 8)| \ macro
Completed in 8 milliseconds