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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dcpuid.h281 unsigned int __max_leaf = __get_cpuid_max(__leaf & 0x80000000, 0); local
283 if (__max_leaf == 0 || __max_leaf < __leaf)
295 unsigned int __max_leaf = __get_cpuid_max(__leaf & 0x80000000, 0); local
297 if (__max_leaf == 0 || __max_leaf < __leaf)

Completed in 70 milliseconds