Lines Matching refs:uint32_t
81 static uint32_t g_cpuIdArm;
347 uint32_t mask;
363 list->mask |= (uint32_t)(1U << index); in cpulist_set()
517 static uint32_t
528 uint32_t ret = 0; in get_elf_hwcap_from_getauxval()
535 ret = (uint32_t)(*func)(hwcap_type); in get_elf_hwcap_from_getauxval()
547 static uint32_t
556 struct { uint32_t tag; uint32_t value; } entry; in get_elf_hwcap_from_proc_self_auxv()
558 uint32_t result = 0; in get_elf_hwcap_from_proc_self_auxv()
582 static uint32_t
584 uint32_t hwcaps = 0; in get_elf_hwcap_from_proc_cpuinfo()
776 uint32_t hwcaps = 0; in android_cpuInit()
850 uint32_t hwcaps2 = 0; in android_cpuInit()
912 g_cpuIdArm |= (uint32_t) val; in android_cpuInit()
921 uint32_t cpuid; in android_cpuInit()
960 uint32_t hwcaps = 0; in android_cpuInit()
1029 uint32_t hwcaps = 0; in android_cpuInit()
1091 uint32_t
1099 android_setCpuArm(int cpu_count, uint64_t cpu_features, uint32_t cpu_id) in android_setCpuArm()