Searched refs:delta_bound (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dmktime.c459 int delta_bound = duration_max / 2 + stride; local
463 for (delta = stride; delta < delta_bound; delta += stride)
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmktime.c450 int delta_bound = duration_max / 2 + stride; local
454 for (delta = stride; delta < delta_bound; delta += stride)

Completed in 101 milliseconds