Searched defs:UWORD32 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/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]);
/external/libvpx/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]);
/external/libhevc/common/
H A Dihevc_typedefs.h41 typedef unsigned int UWORD32; typedef

Completed in 528 milliseconds