Home
last modified time | relevance | path

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

/external/grub/netboot/
Dmain.c1130 #define TWO_SECOND_DIVISOR (2147483647l/TICKS_PER_SEC) macro
1155 tmo = (base << exp) + (TICKS_PER_SEC - (seed / TWO_SECOND_DIVISOR)); in rfc2131_sleep_interval()