Home
last modified time | relevance | path

Searched defs:byteSwap (Results 1 – 10 of 10) sorted by relevance

/external/flac/src/libFLAC/
Dmd5.c140 static void byteSwap(FLAC__uint32 *buf, uint32_t words) in byteSwap() function
171 #define byteSwap(buf, words) macro
/external/libvpx/
Dmd5_utils.c28 static void byteSwap(UWORD32 *buf, unsigned words) { in byteSwap() function
/external/libgav1/tests/third_party/libvpx/
Dmd5_utils.cc27 static void byteSwap(UWORD32 *buf, unsigned words) { in byteSwap() function
/external/libaom/common/
Dmd5_utils.c27 static void byteSwap(UWORD32 *buf, unsigned words) { in byteSwap() function
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1118 Method byteSwap = instanceSwapMethod(byte.class, "byteValue"); in testReadAndWriteInstanceFields() local
1202 Method byteSwap = staticSwapMethod(byte.class, "byteValue"); in testReadAndWriteStaticFields() local
/external/llvm/include/llvm/ADT/
DAPInt.h1804 inline APInt byteSwap(const APInt &APIVal) { return APIVal.byteSwap(); } in byteSwap() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1831 inline APInt byteSwap(const APInt &APIVal) { return APIVal.byteSwap(); } in byteSwap() function
/external/llvm/lib/Support/
DAPInt.cpp766 APInt APInt::byteSwap() const { in byteSwap() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp729 APInt APInt::byteSwap() const { in byteSwap() function in APInt
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp672 APInt APInt::byteSwap() const { in byteSwap() function in APInt