Searched defs:ScanReverse (Results 1 – 2 of 2) sorted by relevance
1134 inline unsigned long ScanReverse(uint32_t bits) in ScanReverse() function1143 inline unsigned long ScanReverse(uint64_t bits) in ScanReverse() function1185 inline unsigned long ScanReverse(uint32_t bits) in ScanReverse() function1191 inline unsigned long ScanReverse(uint64_t bits) in ScanReverse() function1220 inline unsigned long ScanReverse(uint8_t bits) in ScanReverse() function1225 inline unsigned long ScanReverse(uint16_t bits) in ScanReverse() function
295 TEST(MathUtilTest, ScanReverse) in TEST() argument