Searched refs:__level (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) \ argument 24 __cpuidex(info, __level, __count); \ 30 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \ argument 31 __cpuid_count(__level, 0, __eax, __ebx, __ecx, __edx)
|
/third_party/alsa-lib/include/ |
D | search.h | 146 int __level));
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 18057 extern int pthread_setconcurrency (int __level) throw ();
|