Searched refs:CC_HAS_RDRAND (Results 1 – 1 of 1) sorted by relevance
23 #define CC_HAS_RDRAND() ((cpuid_features() & CPUID_FEATURE_RDRAND) != 0) macro34 #define CC_HAS_RDRAND() (_get_cpu_capabilities() & kHasRDRAND) macro51 #define CC_HAS_RDRAND() 0 macro78 #define CC_HAS_RDRAND() _cpu_supports_rdrand() macro81 #define CC_HAS_RDRAND() 0 macro