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

/external/libvpx/libvpx/
H A Dmd5_utils.c28 byteSwap(UWORD32 *buf, unsigned words) { function
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/flac/libFLAC/
H A Dmd5.c139 static void byteSwap(FLAC__uint32 *buf, unsigned words) function
170 #define byteSwap(buf, words) macro
254 byteSwap(ctx->in, 14);
261 byteSwap(ctx->buf, 4);

Completed in 131 milliseconds