Searched defs:NUMBYTES0 (Results 1 – 2 of 2) sorted by relevance
229 #define NUMBYTES0(I) ((I) < 128 ? 0 : (I) < 65536 ? 2 : 4) macro
230 #define NUMBYTES0(I) ((I) < 128 ? 0 : (I) < 65536 ? 2 : 4) macro