Home
last modified time | relevance | path

Searched defs:reverseBits (Results 1 – 11 of 11) sorted by relevance

/prebuilts/go/linux-x86/src/compress/flate/
Dhuffman_code.go343 func reverseBits(number uint16, bitLength byte) uint16 { func
/prebuilts/go/linux-x86/src/crypto/cipher/
Dgcm.go247 func reverseBits(i int) int { func
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/
DKnownBits.h472 KnownBits reverseBits() const { in reverseBits() function
DMathExtras.h122 template <typename T> T reverseBits(T Val) { in reverseBits() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DKnownBits.h450 KnownBits reverseBits() const { in reverseBits() function
DMathExtras.h104 template <typename T> T reverseBits(T Val) { in reverseBits() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DKnownBits.h461 KnownBits reverseBits() const { in reverseBits() function
DMathExtras.h104 template <typename T> T reverseBits(T Val) { in reverseBits() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DKnownBits.h461 KnownBits reverseBits() const { in reverseBits() function
DMathExtras.h106 template <typename T> T reverseBits(T Val) { in reverseBits() function
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dprove.go706 reverseBits = [...]relation{0, 4, 2, 6, 1, 5, 3, 7} var