HomeSort by relevance Sort by last modified time
    Searched refs:timeval_from_double (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 110 timeval_from_double(double d, struct timeval *tv) function
460 timeval_from_double(first, &new.it_value);
461 timeval_from_double(interval, &new.it_interval);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
signalmodule.c 110 timeval_from_double(double d, struct timeval *tv) function
452 timeval_from_double(first, &new.it_value);
453 timeval_from_double(interval, &new.it_interval);
  /external/python/cpython2/Modules/
signalmodule.c 110 timeval_from_double(double d, struct timeval *tv) function
460 timeval_from_double(first, &new.it_value);
461 timeval_from_double(interval, &new.it_interval);

Completed in 2020 milliseconds