Lines Matching refs:uint32_t
88 static uint32_t g_cpuIdArm;
331 uint32_t mask;
347 list->mask |= (uint32_t)(1U << index); in cpulist_set()
501 static uint32_t
512 uint32_t ret = 0; in get_elf_hwcap_from_getauxval()
519 ret = (uint32_t)(*func)(hwcap_type); in get_elf_hwcap_from_getauxval()
531 static uint32_t
540 struct { uint32_t tag; uint32_t value; } entry; in get_elf_hwcap_from_proc_self_auxv()
542 uint32_t result = 0; in get_elf_hwcap_from_proc_self_auxv()
566 static uint32_t
568 uint32_t hwcaps = 0; in get_elf_hwcap_from_proc_cpuinfo()
760 uint32_t hwcaps = 0; in android_cpuInit()
834 uint32_t hwcaps2 = 0; in android_cpuInit()
896 g_cpuIdArm |= (uint32_t) val; in android_cpuInit()
905 uint32_t cpuid; in android_cpuInit()
944 uint32_t hwcaps = 0; in android_cpuInit()
1007 uint32_t hwcaps = 0; in android_cpuInit()
1069 uint32_t
1077 android_setCpuArm(int cpu_count, uint64_t cpu_features, uint32_t cpu_id) in android_setCpuArm()