Searched refs:TERA (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.sbin/btrace/ |
| D | map.c | 230 #define PETA (TERA * 1024) in hist_get_bin_suffix() 231 #define TERA (GIGA * 1024) in hist_get_bin_suffix() macro 245 if (bin >= TERA) { in hist_get_bin_suffix() 246 bin /= TERA; in hist_get_bin_suffix()
|
| /openbsd/src/lib/libutil/ |
| D | fmt_scaled.c | 49 NONE = 0, KILO = 1, MEGA = 2, GIGA = 3, TERA = 4, PETA = 5, EXA = 6 enumerator 53 static const unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA };
|