Home
last modified time | relevance | path

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

/coreutils/src/
Ddf.c597 bool divisible_by_1024; in get_header() local
602 divisible_by_1024 = q1024 % 1024 == 0; q1024 /= 1024; 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()