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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dmd5_utils.c28 byteSwap(UWORD32 *buf, unsigned words) { function
85 byteSwap(ctx->in, 16);
93 byteSwap(ctx->in, 16);
120 byteSwap(ctx->in, 16);
127 byteSwap(ctx->in, 14);
134 byteSwap(ctx->buf, 4);
/external/libvpx/libvpx/
H A Dmd5_utils.c28 byteSwap(UWORD32 *buf, unsigned words) { function
85 byteSwap(ctx->in, 16);
93 byteSwap(ctx->in, 16);
120 byteSwap(ctx->in, 16);
127 byteSwap(ctx->in, 14);
134 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.h1426 APInt LLVM_ATTRIBUTE_UNUSED_RESULT byteSwap() const;
1754 inline APInt byteSwap(const APInt &APIVal) { return APIVal.byteSwap(); }
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java923 Method byteSwap = instanceSwapMethod(byte.class, "byteValue");
925 assertEquals((byte) 0x35, byteSwap.invoke(null, instance, (byte) 0x64));
1006 Method byteSwap = staticSwapMethod(byte.class, "byteValue");
1008 assertEquals((byte) 0x35, byteSwap.invoke(null, (byte) 0x64));
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1553 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap());
/external/llvm/lib/Support/
H A DAPInt.cpp778 APInt APInt::byteSwap() const {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1758 ICI.setOperand(1, Builder->getInt(RHSV.byteSwap()));
/external/clang/lib/AST/
H A DExprConstant.cpp6044 return Success(Val.byteSwap(), E);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2700 return getConstant(Val.byteSwap(), VT, C->isTargetOpcode(),

Completed in 379 milliseconds