Searched defs:byteSwap (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/
H A Dmd5_utils.c28 byteSwap(UWORD32 *buf, unsigned words) function
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/
H A Dmd5.c142 static void byteSwap(FLAC__uint32 *buf, unsigned words) function
173 #define byteSwap(buf, words) macro
257 byteSwap(ctx->in, 14);
264 byteSwap(ctx->buf, 4);

Completed in 260 milliseconds