Searched defs:UInt16 (Results 1 - 4 of 4) sorted by relevance

/external/opencore/codecs_v2/audio/aac/dec/include/
H A Dpv_audio_type_defs.h112 #ifndef UInt16
113 typedef uint16 UInt16; typedef
/external/opencore/codecs_v2/audio/mp3/dec/include/
H A Dpvmp3_audio_type_defs.h106 #ifndef UInt16
107 typedef uint16 UInt16; typedef
/external/bzip2/
H A Dbzip2.c167 typedef unsigned short UInt16; typedef
1786 sizeof(Int16) != 2 || sizeof(UInt16) != 2 ||
H A Dbzlib_private.h47 typedef unsigned short UInt16; typedef
218 UInt16* mtfv;
384 UInt16 *ll16;
468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \

Completed in 113 milliseconds