Searched refs:dtimeout (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A Dselectmodule.c965 double dtimeout = -1.; local
977 &dtimeout, &maxevents)) {
981 if (dtimeout < 0) {
984 else if (dtimeout * 1000.0 > INT_MAX) {
990 timeout = (int)(dtimeout * 1000.0);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A Dselectmodule.c999 double dtimeout = -1.; local
1011 &dtimeout, &maxevents)) {
1015 if (dtimeout < 0) {
1018 else if (dtimeout * 1000.0 > INT_MAX) {
1024 timeout = (int)(dtimeout * 1000.0);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dselectmodule.c965 double dtimeout = -1.; local
977 &dtimeout, &maxevents)) {
981 if (dtimeout < 0) {
984 else if (dtimeout * 1000.0 > INT_MAX) {
990 timeout = (int)(dtimeout * 1000.0);

Completed in 15 milliseconds