HomeSort by relevance Sort by last modified time
    Searched defs:g_cpuCount (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c 78 static int g_cpuCount;
683 g_cpuCount = 1;
706 g_cpuCount = get_cpu_count();
707 if (g_cpuCount == 0) {
708 g_cpuCount = 1;
711 D("found cpuCount = %d\n", g_cpuCount);
    [all...]
  /prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c 79 static int g_cpuCount;
684 g_cpuCount = 1;
707 g_cpuCount = get_cpu_count();
708 if (g_cpuCount == 0) {
709 g_cpuCount = 1;
712 D("found cpuCount = %d\n", g_cpuCount);
    [all...]

Completed in 54 milliseconds