Searched defs:subFunc (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/lzma/C/ |
H A D | CpuArch.c | 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 90 void Z7_FASTCALL z7_x86_cpuid_subFunc(UInt32 p[4], UInt32 func, UInt32 subFunc) in z7_x86_cpuid_subFunc() 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() 271 void Z7_FASTCALL z7_x86_cpuid_subFunc(UInt32 p[4], UInt32 func, UInt32 subFunc) in z7_x86_cpuid_subFunc()
|
/aosp_15_r20/art/test/003-omnibus-opcodes/src/ |
H A D | Classes.java | 26 public void subFunc(boolean wantSub) { in subFunc() method in Classes 226 public void subFunc(boolean wantSub) { in subFunc() method in MoreClasses
|