Searched defs:ScanReverse (Results 1 – 2 of 2) sorted by relevance
1244 inline unsigned long ScanReverse(uint32_t bits) in ScanReverse() function1253 inline unsigned long ScanReverse(uint64_t bits) in ScanReverse() function1295 inline unsigned long ScanReverse(uint32_t bits) in ScanReverse() function1301 inline unsigned long ScanReverse(uint64_t bits) in ScanReverse() function1330 inline unsigned long ScanReverse(uint8_t bits) in ScanReverse() function1335 inline unsigned long ScanReverse(uint16_t bits) in ScanReverse() function
295 TEST(MathUtilTest, ScanReverse) in TEST() argument