HomeSort by relevance Sort by last modified time
    Searched defs:timo (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
select.c 160 int64_t timo; local
205 timo = tv->tv_usec + (tv->tv_sec * 1000000);
208 timo = 0;
227 if (timo) {
232 timo -= _SELECT_DELAY_;
235 } while (timo > 0 || forever);
  /external/ppp/pppd/
main.c 627 struct timeval timo; local
637 wait_input(timeleft(&timo));
    [all...]

Completed in 155 milliseconds