Searched refs:g_is_64_bit_capable (Results 1 – 1 of 1) sorted by relevance
4819 static uint32_t g_is_64_bit_capable = 0; in GetHostCPUType() local4827 if (::sysctlbyname("hw.cpu64bit_capable", &g_is_64_bit_capable, &len, in GetHostCPUType()4829 if (g_is_64_bit_capable && ((g_host_cputype & CPU_ARCH_ABI64) == 0)) { in GetHostCPUType()4861 is_64_bit_capable = g_is_64_bit_capable; in GetHostCPUType()