HomeSort by relevance Sort by last modified time
    Searched full:have_tsc (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/rand/
rand_win.c 688 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 54 milliseconds