Home
last modified time | relevance | path

Searched defs:STAT_LABEL (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dinput.c71 #define STAT_LABEL(x) ((x) < 10 * ONE_K ? ' ' : ((x) < 10 * ONE_M ? 'k' : 'M')) macro
H A Dggc-page.c2098 #define STAT_LABEL(x) ((x) < 1024*10 ? ' ' : ((x) < 1024*1024*10 ? 'k' : 'M')) macro
/dflybsd-src/games/rogue/
H A Drogue.h331 #define STAT_LABEL 0200 macro
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dggc-page.c2246 #define STAT_LABEL(x) ((x) < 1024*10 ? ' ' : ((x) < 1024*1024*10 ? 'k' : 'M')) macro
H A Dinput.c928 #define STAT_LABEL(x) ((x) < 10 * ONE_K ? ' ' : ((x) < 10 * ONE_M ? 'k' : 'M')) macro