Searched refs:EXA (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.c229 #define EXA (PETA * 1024) macro
237 if (bin >= EXA) {
238 bin /= EXA;

Completed in 176 milliseconds