Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/pal/util/
H A Dwifi_pal_convert.c39 static uint8_t reverseBits(uint8_t input) { in reverseBits() function
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/flate/
Dhuffman_code.go343 func reverseBits(number uint16, bitLength byte) uint16 { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/cipher/
Dgcm.go247 func reverseBits(i int) int { func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DKnownBits.h421 KnownBits reverseBits() const { in reverseBits() function
H A DMathExtras.h164 template <typename T> T reverseBits(T Val) { in reverseBits() function
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DKnownBits.h461 KnownBits reverseBits() const { in reverseBits() function
DMathExtras.h104 template <typename T> T reverseBits(T Val) { in reverseBits() function
/aosp_15_r20/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
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dprove.go706 reverseBits = [...]relation{0, 4, 2, 6, 1, 5, 3, 7} var
/aosp_15_r20/external/llvm/unittests/Support/
H A DMathExtrasTest.cpp138 TEST(MathExtras, reverseBits) { in TEST() argument
/aosp_15_r20/external/llvm/unittests/ADT/
H A DAPIntTest.cpp1072 TEST(APIntTest, reverseBits) { in TEST() argument
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp842 static inline uint32_t reverseBits(uint32_t v) in reverseBits() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp193 static inline uint32_t reverseBits(uint32_t v) in reverseBits() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp756 APInt APInt::reverseBits() const { in reverseBits() function in APInt
/aosp_15_r20/external/llvm/lib/Support/
H A DAPInt.cpp793 APInt APInt::reverseBits() const { in reverseBits() function in APInt
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp698 APInt APInt::reverseBits() const { in reverseBits() function in APInt
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPInt.cpp729 APInt APInt::reverseBits() const { in reverseBits() function in APInt
/aosp_15_r20/external/deqp/framework/common/
H A DtcuAstcUtil.cpp72 inline uint32_t reverseBits(uint32_t src, int numBits) in reverseBits() function
/aosp_15_r20/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp607 static unsigned reverseBits(unsigned bits, unsigned num) { in reverseBits() function