Home
last modified time | relevance | path

Searched refs:__cpuid_count (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/base64/base64/lib/
Dcodec_choose.c21 #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/
DSkCpu.cpp21 #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/
Dnanobenchmark.cc92 __cpuid_count(level, count, a, b, c, d); in Cpuid()