Searched defs:byteSwap (Results 1 – 6 of 6) 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
923 Method byteSwap = instanceSwapMethod(byte.class, "byteValue"); in testReadAndWriteInstanceFields() local1006 Method byteSwap = staticSwapMethod(byte.class, "byteValue"); in testReadAndWriteStaticFields() local
1754 inline APInt byteSwap(const APInt &APIVal) { return APIVal.byteSwap(); } in byteSwap() function
778 APInt APInt::byteSwap() const { in byteSwap() function in APInt