Home
last modified time | relevance | path

Searched defs:SIZE_LABEL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsystem.h1285 #define SIZE_LABEL(x) ((x) < 10 * ONE_K ? ' ' : ((x) < 10 * ONE_M ? 'k' : 'M')) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h1246 #define SIZE_LABEL(x) ((x) < 10 * ONE_K ? ' ' : ((x) < 10 * ONE_M ? 'k' : 'M')) macro