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

  /cts/tests/tests/media/libmediandkjni/
md5_utils.cpp 28 byteSwap(UWORD32 *buf, unsigned words) {
85 byteSwap(ctx->in, 16);
93 byteSwap(ctx->in, 16);
120 byteSwap(ctx->in, 16);
127 byteSwap(ctx->in, 14);
134 byteSwap(ctx->buf, 4);
  /external/libvpx/libvpx/
md5_utils.c 27 static void byteSwap(UWORD32 *buf, unsigned words) {
81 byteSwap(ctx->in, 16);
89 byteSwap(ctx->in, 16);
115 byteSwap(ctx->in, 16);
122 byteSwap(ctx->in, 14);
129 byteSwap(ctx->buf, 4);
  /external/flac/libFLAC/
md5.c 139 static void byteSwap(FLAC__uint32 *buf, unsigned words)
170 #define byteSwap(buf, words)
254 byteSwap(ctx->in, 14);
261 byteSwap(ctx->buf, 4);
  /external/llvm/lib/Support/
APInt.cpp 766 APInt APInt::byteSwap() const {
767 assert(BitWidth >= 16 && BitWidth % 16 == 0 && "Cannot byteswap!");
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 744 APInt APInt::byteSwap() const {
745 assert(BitWidth >= 16 && BitWidth % 16 == 0 && "Cannot byteswap!");
    [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 232 milliseconds