Searched defs:NUMBYTES (Results 1 – 2 of 2) sorted by relevance
227 #define NUMBYTES(I) ((I) < 256 ? 1 : (I) < 65536 ? 2 : 4) macro
228 #define NUMBYTES(I) ((I) < 256 ? 1 : (I) < 65536 ? 2 : 4) macro