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

  /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);
  /dalvik/dx/junit-tests/com/android/dx/gen/
DexGeneratorTest.java     [all...]

Completed in 103 milliseconds