OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g_cpuIdArm
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
81
static uint32_t
g_cpuIdArm
;
912
g_cpuIdArm
|= (uint32_t) val;
935
if (
g_cpuIdArm
== entry->cpuid)
949
g_cpuIdArm
== 0x4100c080 &&
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
82
static uint32_t
g_cpuIdArm
;
913
g_cpuIdArm
|= (uint32_t) val;
936
if (
g_cpuIdArm
== entry->cpuid)
950
g_cpuIdArm
== 0x4100c080 &&
[
all
...]
Completed in 513 milliseconds