Searched refs:UWORD32 (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dmd5_utils.h31 #define UWORD32 unsigned int macro
35 UWORD32 buf[4];
36 UWORD32 bytes[2];
37 UWORD32 in[16];
43 void MD5Transform(UWORD32 buf[4], UWORD32 const in[16]);
H A Dmd5_utils.c28 byteSwap(UWORD32 *buf, unsigned words) {
40 *buf++ = (UWORD32)((unsigned)p[3] << 8 | p[2]) << 16 |
67 UWORD32 t;
159 MD5Transform(UWORD32 buf[4], UWORD32 const in[16]) {
160 register UWORD32 a, b, c, d;

Completed in 120 milliseconds