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

/fuchsia/zircon/system/ulib/pretty/
H A Dtest.c14 #define KILO (1024ULL) macro
15 #define MEGA (KILO * 1024)
36 TC0(KILO - 1, "1023B"),
37 TC0(KILO, "1k"),
38 TC0(KILO + 1, "1025B"),
39 TC0(KILO * 9, "9k"),
40 TC0(KILO * 9 + 1, "9217B"),
41 TC0(KILO * 10, "10k"),
44 TC0(MEGA - KILO, "1023k"),
46 TC0(MEGA + KILO, "102
[all...]

Completed in 27 milliseconds