Searched refs:NUMBYTES0 (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dvmsdbgout.c228 #define NUMBYTES0(I) ((I) < 128 ? 0 : (I) < 65536 ? 2 : 4) macro

Completed in 36 milliseconds