Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/lvm2/dist/lib/display/
Ddisplay.c71 #define KILO UINT64_C(1024) in units_to_bytes() macro
74 v *= (KILO/2); in units_to_bytes()
77 v *= KILO; in units_to_bytes()
80 v *= KILO * KILO; in units_to_bytes()
83 v *= KILO * KILO * KILO; in units_to_bytes()
86 v *= KILO * KILO * KILO * KILO; in units_to_bytes()
89 v *= KILO * KILO * KILO * KILO * KILO; in units_to_bytes()
92 v *= KILO * KILO * KILO * KILO * KILO * KILO; in units_to_bytes()
94 #undef KILO in units_to_bytes()
95 #define KILO UINT64_C(1000) in units_to_bytes() macro
[all …]
/netbsd/src/crypto/external/bsd/openssh/dist/
Dfmt_scaled.c56 NONE = 0, KILO = 1, MEGA = 2, GIGA = 3, TERA = 4, PETA = 5, EXA = 6 enumerator
60 static unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA };
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hdb/
Dhdb-mdb.c45 #define KILO 1024 macro
327 maps *= KILO; in DB_open()
/netbsd/src/usr.bin/vmstat/
Dvmstat.c243 #define KILO 1024 macro
1566 this_total / KILO); in dopool_sysctl()
1586 inuse /= KILO; in dopool_sysctl()
1587 total /= KILO; in dopool_sysctl()
1717 this_total / KILO); in dopool()
1737 inuse /= KILO; in dopool()
1738 total /= KILO; in dopool()