Searched refs:ONE_K (Results 1 – 4 of 4) sorted by relevance
48 #define ONE_K 1024 macro49 #define ONE_M ONE_K*ONE_K160 byte_count *= ONE_K; in main()
27 #define ONE_K 1000 /* one thousand (twenty-four?) */ macro28 #define KBYTES(x) (((x) + (ONE_K - 1)) / ONE_K)
335 #define ONE_K (1024) macro368 *nlimit = (long) (atof(rest) * ONE_K);
110 #define ONE_K 1024 macro1057 un->un_maxdma = (64 * ONE_K); in st_attach()11588 un->un_kbytes_xferred += (count / ONE_K); in st_calc_bnum()11597 un->un_kbytes_xferred += (nblks * un->un_bsize) / ONE_K; in st_calc_bnum()12459 if (un->un_kbytes_xferred < (EXABYTE_MIN_TRANSFER/ONE_K)) { in st_report_exabyte_soft_errors()12528 #define ONE_GIG (ONE_K * ONE_K * ONE_K)