OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZE_LABEL
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
system.h
1290
#define
SIZE_LABEL
(x) ((x) < 10 * ONE_K ? ' ' : ((x) < 10 * ONE_M ? 'k' : 'M'))
1295
#define SIZE_AMOUNT(size) (uint64_t)SIZE_SCALE (size),
SIZE_LABEL
(size)
/src/external/gpl3/gcc.old/dist/gcc/
system.h
1285
#define
SIZE_LABEL
(x) ((x) < 10 * ONE_K ? ' ' : ((x) < 10 * ONE_M ? 'k' : 'M'))
1290
#define SIZE_AMOUNT(size) (uint64_t)SIZE_SCALE (size),
SIZE_LABEL
(size)
Completed in 28 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026