Searched refs:__cpuid_count (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/base64/base64/lib/ |
D | codec_choose.c | 21 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \ macro 31 __cpuid_count(__level, 0, __eax, __ebx, __ecx, __edx) 193 __cpuid_count(1, 0, eax, ebx, ecx, edx); in codec_choose_x86() 200 __cpuid_count(7, 0, eax, ebx, ecx, edx); in codec_choose_x86() 209 __cpuid_count(1, 0, eax, ebx, ecx, edx); in codec_choose_x86()
|
/third_party/skia/src/core/ |
D | SkCpu.cpp | 21 #if !defined(__cpuid_count) // Old Mac Clang doesn't have this defined. 22 #define __cpuid_count(eax, ecx, a, b, c, d) \ macro 27 __cpuid_count(7, 0, abcd[0], abcd[1], abcd[2], abcd[3]); in cpuid7()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | nanobenchmark.cc | 92 __cpuid_count(level, count, a, b, c, d); in Cpuid()
|