Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/doio/
Dbytes_by_prefix.c62 #define B_MULT DEV_BSIZE /* block size */ macro
65 #define B_MULT 512 macro
91 result = (int)(num * (float)B_MULT); in bytes_by_prefix()
139 result = (long)(num * (float)B_MULT); in lbytes_by_prefix()
190 result = (long long)(num * (float)B_MULT); in llbytes_by_prefix()