Home
last modified time | relevance | path

Searched defs:byteSwap (Results 1 – 6 of 6) 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/chromium_org/third_party/libvpx/source/libvpx/
Dmd5_utils.c28 byteSwap(UWORD32 *buf, unsigned words) { in byteSwap() function
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java923 Method byteSwap = instanceSwapMethod(byte.class, "byteValue"); in testReadAndWriteInstanceFields() local
1006 Method byteSwap = staticSwapMethod(byte.class, "byteValue"); in testReadAndWriteStaticFields() local
/external/llvm/include/llvm/ADT/
DAPInt.h1754 inline APInt byteSwap(const APInt &APIVal) { return APIVal.byteSwap(); } in byteSwap() function
/external/llvm/lib/Support/
DAPInt.cpp778 APInt APInt::byteSwap() const { in byteSwap() function in APInt