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

/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_win.c129 # define MAXDELAY 1000 macro
471 MAXDELAY)
484 || (GetTickCount() - starttime) < MAXDELAY)
503 || (GetTickCount() - starttime) < MAXDELAY));
522 || (GetTickCount() - starttime) < MAXDELAY));
537 || (GetTickCount() - starttime) < MAXDELAY));
552 || (GetTickCount() - starttime) < MAXDELAY));

Completed in 49 milliseconds