OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g_cpuCount
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/dsp/
cpu-features.c
27
static int
g_cpuCount
;
232
g_cpuCount
= 1;
243
g_cpuCount
= count_cpuinfo_field(cpuinfo, cpuinfo_len, "processor");
244
if (
g_cpuCount
== 0) {
245
g_cpuCount
= count_cpuinfo_field(cpuinfo, cpuinfo_len, "Processor");
246
if (
g_cpuCount
== 0) {
247
g_cpuCount
= 1;
251
D("found cpuCount = %d\n",
g_cpuCount
);
397
return
g_cpuCount
;
/external/webrtc/webrtc/system_wrappers/source/android/
cpu-features.c
27
static int
g_cpuCount
;
232
g_cpuCount
= 1;
243
g_cpuCount
= count_cpuinfo_field(cpuinfo, cpuinfo_len, "processor");
244
if (
g_cpuCount
== 0) {
245
g_cpuCount
= count_cpuinfo_field(cpuinfo, cpuinfo_len, "Processor");
246
if (
g_cpuCount
== 0) {
247
g_cpuCount
= 1;
251
D("found cpuCount = %d\n",
g_cpuCount
);
397
return
g_cpuCount
;
/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 266 milliseconds