Searched refs:byteSwap (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/ |
D | md5_utils.c | 28 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/ |
D | md5.c | 139 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/ |
D | APInt.h | 1452 APInt LLVM_ATTRIBUTE_UNUSED_RESULT byteSwap() const; 1780 inline APInt byteSwap(const APInt &APIVal) { return APIVal.byteSwap(); } in byteSwap() function
|
/external/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 109 AB = AOut.byteSwap(); in determineLiveOperandBits()
|
D | ConstantFolding.cpp | 1592 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap()); in ConstantFoldScalarCall()
|
D | ValueTracking.cpp | 1487 KnownZero |= KnownZero2.byteSwap(); in computeKnownBitsFromOperator() 1488 KnownOne |= KnownOne2.byteSwap(); in computeKnownBitsFromOperator()
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
D | DexMakerTest.java | 933 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/ |
D | InstCombineAndOrXor.cpp | 140 Builder->getInt(ConstLHS->getValue().byteSwap()); in SimplifyBSwap() 143 Builder->getInt(ConstRHS->getValue().byteSwap()); in SimplifyBSwap()
|
D | InstCombineCompares.cpp | 1987 ICI.setOperand(1, Builder->getInt(RHSV.byteSwap())); in visitICmpInstWithInstAndIntCst()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 790 APInt APInt::byteSwap() const { in byteSwap() function in APInt
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 6606 return Success(Val.byteSwap(), E); in VisitCallExpr()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2902 return getConstant(Val.byteSwap(), DL, VT, C->isTargetOpcode(), in getNode()
|