Home
last modified time | relevance | path

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

/coreutils/src/
Ddf.c596 bool divisible_by_1000; in get_header() local
601 divisible_by_1000 = q1000 % 1000 == 0; q1000 /= 1000; in get_header()
604 while (divisible_by_1000 & divisible_by_1024); in get_header()
606 if (divisible_by_1000 < divisible_by_1024) in get_header()
608 if (divisible_by_1024 < divisible_by_1000) in get_header()