HomeSort by relevance Sort by last modified time
    Searched refs:byteSwap (Results 1 - 9 of 9) sorted by null

  /external/libvpx/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/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 2487 milliseconds