Home
last modified time | relevance | path

Searched refs:__cpuid_count (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/base64/base64/lib/
H A Dcodec_choose.c22 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \ macro
32 __cpuid_count(__level, 0, __eax, __ebx, __ecx, __edx)
207 __cpuid_count(1, 0, eax, ebx, ecx, edx); in codec_choose_x86()
214 __cpuid_count(7, 0, eax, ebx, ecx, edx); in codec_choose_x86()
224 __cpuid_count(7, 0, eax, ebx, ecx, edx); in codec_choose_x86()
233 __cpuid_count(1, 0, eax, ebx, ecx, edx); in codec_choose_x86()
/third_party/ltp/include/lapi/
H A Dcpuid.h15 * gcc cpuid.h provides __cpuid_count() since v4.4.
16 * Clang/LLVM cpuid.h provides __cpuid_count() since v3.4.0.
18 * Provide local define for tests needing __cpuid_count() because
20 * have __cpuid_count().
22 #ifndef __cpuid_count
23 #define __cpuid_count(level, count, a, b, c, d) ({ \ macro
/third_party/skia/src/core/
H A 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/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace07.c99 __cpuid_count(CPUID_LEAF_XSTATE, ecx, eax, ebx, ecx, edx); in do_test()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc92 __cpuid_count(level, count, a, b, c, d); in Cpuid()

Completed in 5 milliseconds