Searched defs:ScanReverse (Results 1 – 2 of 2) sorted by relevance
1172 inline unsigned long ScanReverse(uint32_t bits) in ScanReverse() function1181 inline unsigned long ScanReverse(uint64_t bits) in ScanReverse() function1223 inline unsigned long ScanReverse(uint32_t bits) in ScanReverse() function1229 inline unsigned long ScanReverse(uint64_t bits) in ScanReverse() function1258 inline unsigned long ScanReverse(uint8_t bits) in ScanReverse() function1263 inline unsigned long ScanReverse(uint16_t bits) in ScanReverse() function
295 TEST(MathUtilTest, ScanReverse) in TEST() argument