Searched defs:have_tsc (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/rand/
H A Drand_win.c688 static int have_tsc = 1; local
691 if (have_tsc) {
700 have_tsc = 0;
704 # define have_tsc 0 macro
714 if (!have_tsc && !have_perfc) {

Completed in 115 milliseconds