/external/libvpx/ |
md5_utils.c | 28 byteSwap(UWORD32 *buf, unsigned words) 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/ |
md5.c | 142 static void byteSwap(FLAC__uint32 *buf, unsigned words) 173 #define byteSwap(buf, words) 257 byteSwap(ctx->in, 14); 264 byteSwap(ctx->buf, 4);
|
/external/llvm/include/llvm/ADT/ |
APInt.h | [all...] |
/external/dexmaker/src/test/java/com/google/dexmaker/ |
DexMakerTest.java | [all...] |
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | [all...] |
/external/llvm/lib/Support/ |
APInt.cpp | 777 APInt APInt::byteSwap() const { 778 assert(BitWidth >= 16 && BitWidth % 16 == 0 && "Cannot byteswap!"); [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | [all...] |