Searched refs:byteSwap (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/
H A Dmd5_utils.c28 byteSwap(UWORD32 *buf, unsigned words) function
91 byteSwap(ctx->in, 16);
100 byteSwap(ctx->in, 16);
129 byteSwap(ctx->in, 16);
136 byteSwap(ctx->in, 14);
143 byteSwap(ctx->buf, 4);
/external/flac/libFLAC/
H A Dmd5.c142 static void byteSwap(FLAC__uint32 *buf, unsigned words) function
173 #define byteSwap(buf, words) macro
257 byteSwap(ctx->in, 14);
264 byteSwap(ctx->buf, 4);
/external/llvm/include/llvm/ADT/
H A DAPInt.h1278 APInt byteSwap() const;
1597 inline APInt byteSwap(const APInt& APIVal) {
1598 return APIVal.byteSwap();
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1277 return ConstantInt::get(F->getContext(), Op->getValue().byteSwap());
/external/llvm/lib/Support/
H A DAPInt.cpp873 APInt APInt::byteSwap() const {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1486 ICI.setOperand(1, ConstantInt::get(II->getContext(), RHSV.byteSwap()));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2422 return getConstant(Val.byteSwap(), VT);

Completed in 212 milliseconds