Searched defs:byteSwap (Results 1 – 5 of 5) sorted by relevance
139 static void byteSwap(FLAC__uint32 *buf, unsigned words) in byteSwap() function170 #define byteSwap(buf, words) macro
28 byteSwap(UWORD32 *buf, unsigned words) { in byteSwap() function
933 Method byteSwap = instanceSwapMethod(byte.class, "byteValue"); in testReadAndWriteInstanceFields() local1016 Method byteSwap = staticSwapMethod(byte.class, "byteValue"); in testReadAndWriteStaticFields() local
1772 inline APInt byteSwap(const APInt &APIVal) { return APIVal.byteSwap(); } in byteSwap() function
790 APInt APInt::byteSwap() const { in byteSwap() function in APInt