Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dmd5.c139 static void byteSwap(FLAC__uint32 *buf, unsigned words) in byteSwap() function
170 #define byteSwap(buf, words) macro
/external/libvpx/libvpx/
Dmd5_utils.c28 byteSwap(UWORD32 *buf, unsigned words) { in byteSwap() function
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java933 Method byteSwap = instanceSwapMethod(byte.class, "byteValue"); in testReadAndWriteInstanceFields() local
1016 Method byteSwap = staticSwapMethod(byte.class, "byteValue"); in testReadAndWriteStaticFields() local
/external/llvm/include/llvm/ADT/
DAPInt.h1772 inline APInt byteSwap(const APInt &APIVal) { return APIVal.byteSwap(); } in byteSwap() function
/external/llvm/lib/Support/
DAPInt.cpp790 APInt APInt::byteSwap() const { in byteSwap() function in APInt