Home
last modified time | relevance | path

Searched refs:ReverseBits (Results 1 – 6 of 6) sorted by relevance

/external/angle/third_party/abseil-cpp/absl/crc/internal/
Dcrc.cc75 uint32_t ReverseBits(uint32_t bits) { in ReverseBits() function
248 ReverseBits(static_cast<uint32_t>((kCrc32cPoly << 1) ^ 1)); in InitTables()
404 *crc = ReverseBits(*crc); in UnextendByZeroes()
406 *crc = ReverseBits(*crc); in UnextendByZeroes()
/external/cronet/third_party/abseil-cpp/absl/crc/internal/
Dcrc.cc75 uint32_t ReverseBits(uint32_t bits) { in ReverseBits() function
251 ReverseBits(static_cast<uint32_t>((kCrc32cPoly << 1) ^ 1)); in InitTables()
407 *crc = ReverseBits(*crc); in UnextendByZeroes()
409 *crc = ReverseBits(*crc); in UnextendByZeroes()
/external/webp/src/utils/
Dhuffman_encode_utils.c361 static uint32_t ReverseBits(int num_bits, uint32_t bits) { in ReverseBits() function
399 tree->codes[i] = ReverseBits(code_length, next_code[code_length]++); in ConvertBitDepthsToSymbols()
/external/vixl/src/
Dutils-vixl.h502 T ReverseBits(T value) { in ReverseBits() function
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc5202 WriteWRegister(dst, ReverseBits(ReadWRegister(src))); in VisitDataProcessing1Source()
5205 WriteXRegister(dst, ReverseBits(ReadXRegister(src))); in VisitDataProcessing1Source()
5257 uint64_t tempacc = static_cast<uint64_t>(ReverseBits(acc)) << size; in Crc32Checksum()
5258 uint64_t tempval = static_cast<uint64_t>(ReverseBits(val)) << 32; in Crc32Checksum()
5259 return ReverseBits(Poly32Mod2(32 + size, tempacc ^ tempval, poly)); in Crc32Checksum()
/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc9006 uint8_t byte = ReverseBits(static_cast<uint8_t>(i)); in TEST_SVE()
9321 uint8_t byte = ReverseBits(static_cast<uint8_t>(i)); in TEST_SVE()
9356 uint8_t byte = ReverseBits(static_cast<uint8_t>(i)); in TEST_SVE()
9460 uint8_t byte = ReverseBits(static_cast<uint8_t>(i)); in TEST_SVE()
9656 uint8_t byte = ReverseBits(static_cast<uint8_t>(i)); in TEST_SVE()