Searched defs:ScanReverse (Results 1 – 2 of 2) sorted by relevance
1197 inline unsigned long ScanReverse(uint32_t bits) in ScanReverse() function1206 inline unsigned long ScanReverse(uint64_t bits) in ScanReverse() function1248 inline unsigned long ScanReverse(uint32_t bits) in ScanReverse() function1254 inline unsigned long ScanReverse(uint64_t bits) in ScanReverse() function1283 inline unsigned long ScanReverse(uint8_t bits) in ScanReverse() function1288 inline unsigned long ScanReverse(uint16_t bits) in ScanReverse() function
295 TEST(MathUtilTest, ScanReverse) in TEST() argument