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

/openbsd-current/lib/libutil/
H A Dfmt_scaled.c49 NONE = 0, KILO = 1, MEGA = 2, GIGA = 3, TERA = 4, PETA = 5, EXA = 6 enumerator in enum:__anon21
53 static const unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA };
/openbsd-current/usr.sbin/btrace/
H A Dmap.c233 #define MEGA (KILO * 1024)
234 #define KILO (1024LL) macro
257 if (bin >= KILO) {
258 bin /= KILO;

Completed in 125 milliseconds