Searched refs:U_16 (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/archive/src/main/native/
H A Dzipsup.h92 U_16 diskNumber;
93 U_16 dirStartDisk;
94 U_16 thisDiskEntries;
95 U_16 totalEntries;
98 U_16 commentLength;
125 U_16 filenameLength;
126 U_16 extraFieldLength;
127 U_16 fileCommentLength;
128 U_16 internalAttributes;
129 U_16 versionCreate
[all...]
H A Dhy2sie.h30 * <li><code>U_16 / I_16</code> - unsigned/signed 16 bits</li>
40 typedef unsigned short U_16; typedef
H A Dzipsup.c710 current += sizeof (U_16); /* skip disk number field */
1075 U_16 lost;
/dalvik/libcore/luni/src/main/native/
H A Dhycomp.h75 * <li><code>U_16 / I_16</code> - unsigned/signed 16 bits</li>
85 typedef unsigned short U_16; typedef
301 #define U16(x) ((U_16) (x))
307 #define U16P(x) ((U_16 *) (x))
326 #define LU16(x) (*((U_16 *) &(x)))
331 #define LU16P(x) (*((U_16 **) &(x)))

Completed in 148 milliseconds