Lines Matching refs:uint32_t
86 static uint32_t g_cpuIdArm;
328 uint32_t mask;
344 list->mask |= (uint32_t)(1U << index); in cpulist_set()
471 static uint32_t
482 uint32_t ret = 0; in get_elf_hwcap_from_getauxval()
489 ret = (uint32_t)(*func)(AT_HWCAP); in get_elf_hwcap_from_getauxval()
499 static uint32_t
508 struct { uint32_t tag; uint32_t value; } entry; in get_elf_hwcap_from_proc_self_auxv()
510 uint32_t result = 0; in get_elf_hwcap_from_proc_self_auxv()
534 static uint32_t
536 uint32_t hwcaps = 0; in get_elf_hwcap_from_proc_cpuinfo()
728 uint32_t hwcaps = 0; in android_cpuInit()
843 g_cpuIdArm |= (uint32_t) val; in android_cpuInit()
852 uint32_t cpuid; in android_cpuInit()
961 uint32_t
969 android_setCpuArm(int cpu_count, uint64_t cpu_features, uint32_t cpu_id) in android_setCpuArm()