Searched refs:byteSwap (Results 1 – 11 of 11) 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 | 1444 APInt LLVM_ATTRIBUTE_UNUSED_RESULT byteSwap() const; 1772 inline APInt byteSwap(const APInt &APIVal) { return APIVal.byteSwap(); } in byteSwap() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 123 AB = AOut.byteSwap(); in determineLiveOperandBits()
|
/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 | 139 Builder->getInt(ConstLHS->getValue().byteSwap()); in SimplifyBSwap() 142 Builder->getInt(ConstRHS->getValue().byteSwap()); in SimplifyBSwap()
|
D | InstCombineCompares.cpp | 1881 ICI.setOperand(1, Builder->getInt(RHSV.byteSwap())); in visitICmpInstWithInstAndIntCst()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1540 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap()); in ConstantFoldScalarCall()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 790 APInt APInt::byteSwap() const { in byteSwap() function in APInt
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2769 return getConstant(Val.byteSwap(), VT, C->isTargetOpcode(), in getNode()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 6267 return Success(Val.byteSwap(), E); in VisitCallExpr()
|