Lines Matching +defs:val +defs:func
56 #define x86_cpuid_MACRO_2(p, func, subFunc) { \ argument
66 #define x86_cpuid_MACRO_2(p, func, subFunc) { \ argument
75 #define x86_cpuid_MACRO_2(p, func, subFunc) { \ argument
82 #define x86_cpuid_MACRO(p, func) x86_cpuid_MACRO_2(p, func, 0) argument
84 void Z7_FASTCALL z7_x86_cpuid(UInt32 p[4], UInt32 func) in z7_x86_cpuid()
90 void Z7_FASTCALL z7_x86_cpuid_subFunc(UInt32 p[4], UInt32 func, UInt32 subFunc) in z7_x86_cpuid_subFunc()
147 void Z7_FASTCALL z7_x86_cpuid(UInt32 p[4], UInt32 func) in z7_x86_cpuid()
195 void __declspec(naked) Z7_FASTCALL z7_x86_cpuid(UInt32 p[4], UInt32 func) in z7_x86_cpuid()
215 void __declspec(naked) Z7_FASTCALL z7_x86_cpuid_subFunc(UInt32 p[4], UInt32 func, UInt32 subFunc) in z7_x86_cpuid_subFunc()
242 void Z7_FASTCALL z7_x86_cpuid_subFunc(UInt32 p[4], UInt32 func, UInt32 subFunc) in z7_x86_cpuid_subFunc()
263 Z7_NO_INLINE void Z7_FASTCALL MY_cpuidex_HACK(Int32 subFunction, Int32 func, Int32 *CPUInfo) in MY_cpuidex_HACK()
268 #define MY_cpuidex(info, func, func2) MY_cpuidex_HACK(func2, func, info) argument
271 void Z7_FASTCALL z7_x86_cpuid_subFunc(UInt32 p[4], UInt32 func, UInt32 subFunc) in z7_x86_cpuid_subFunc()
282 void Z7_FASTCALL z7_x86_cpuid(UInt32 p[4], UInt32 func) in z7_x86_cpuid()
819 UInt32 val = 0; in z7_sysctlbyname_Get_BoolInt() local
883 unsigned long val; in MY_getauxval() local
961 int z7_sysctlbyname_Get_UInt32(const char *name, UInt32 *val) in z7_sysctlbyname_Get_UInt32()