Home
last modified time | relevance | path

Searched refs:byteSwap (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/
Dmd5_utils.c28 byteSwap(UWORD32 *buf, unsigned words) { in byteSwap() function
85 byteSwap(ctx->in, 16); in MD5Update()
93 byteSwap(ctx->in, 16); in MD5Update()
120 byteSwap(ctx->in, 16); in MD5Final()
127 byteSwap(ctx->in, 14); in MD5Final()
134 byteSwap(ctx->buf, 4); in MD5Final()
/external/flac/libFLAC/
Dmd5.c139 static void byteSwap(FLAC__uint32 *buf, unsigned words) in byteSwap() function
170 #define byteSwap(buf, words) macro
254 byteSwap(ctx->in, 14); in FLAC__MD5Final()
261 byteSwap(ctx->buf, 4); in FLAC__MD5Final()
/external/llvm/include/llvm/ADT/
DAPInt.h1452 APInt LLVM_ATTRIBUTE_UNUSED_RESULT byteSwap() const;
1780 inline APInt byteSwap(const APInt &APIVal) { return APIVal.byteSwap(); } in byteSwap() function
/external/llvm/lib/Analysis/
DDemandedBits.cpp109 AB = AOut.byteSwap(); in determineLiveOperandBits()
DConstantFolding.cpp1592 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap()); in ConstantFoldScalarCall()
DValueTracking.cpp1487 KnownZero |= KnownZero2.byteSwap(); in computeKnownBitsFromOperator()
1488 KnownOne |= KnownOne2.byteSwap(); in computeKnownBitsFromOperator()
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java933 Method byteSwap = instanceSwapMethod(byte.class, "byteValue"); in testReadAndWriteInstanceFields() local
935 assertEquals((byte) 0x35, byteSwap.invoke(null, instance, (byte) 0x64)); in testReadAndWriteInstanceFields()
1016 Method byteSwap = staticSwapMethod(byte.class, "byteValue"); in testReadAndWriteStaticFields() local
1018 assertEquals((byte) 0x35, byteSwap.invoke(null, (byte) 0x64)); in testReadAndWriteStaticFields()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp140 Builder->getInt(ConstLHS->getValue().byteSwap()); in SimplifyBSwap()
143 Builder->getInt(ConstRHS->getValue().byteSwap()); in SimplifyBSwap()
DInstCombineCompares.cpp1987 ICI.setOperand(1, Builder->getInt(RHSV.byteSwap())); in visitICmpInstWithInstAndIntCst()
/external/llvm/lib/Support/
DAPInt.cpp790 APInt APInt::byteSwap() const { in byteSwap() function in APInt
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2902 return getConstant(Val.byteSwap(), DL, VT, C->isTargetOpcode(), in getNode()
/external/clang/lib/AST/
DExprConstant.cpp6606 return Success(Val.byteSwap(), E); in VisitCallExpr()