Home
last modified time | relevance | path

Searched refs:GIGABYTE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkfile/
H A Dmkfile.c43 #define GIGABYTE (KILOBYTE * MEGABYTE) macro
104 mult = GIGABYTE; in main()
/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h103 #define GIGABYTE ((uint64_t)(KILOBYTE * MEGABYTE)) /* 1024*1024*1024 */ macro
104 #define TERABYTE ((uint64_t)(KILOBYTE * GIGABYTE)) /* 1024*1024*1024*1024 */