Home
last modified time | relevance | path

Searched defs:ScanReverse (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil.h1135 inline unsigned long ScanReverse(uint32_t bits) in ScanReverse() function
1144 inline unsigned long ScanReverse(uint64_t bits) in ScanReverse() function
1186 inline unsigned long ScanReverse(uint32_t bits) in ScanReverse() function
1192 inline unsigned long ScanReverse(uint64_t bits) in ScanReverse() function
1221 inline unsigned long ScanReverse(uint8_t bits) in ScanReverse() function
1226 inline unsigned long ScanReverse(uint16_t bits) in ScanReverse() function
Dmathutil_unittest.cpp295 TEST(MathUtilTest, ScanReverse) in TEST() argument