HomeSort by relevance Sort by last modified time
    Searched refs:U_16 (Results 1 - 4 of 4) sorted by null

  /dalvik/libcore/archive/src/main/native/
zipsup.h 92 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 versionCreated
    [all...]
hy2sie.h 30 * <li><code>U_16 / I_16</code> - unsigned/signed 16 bits</li>
40 typedef unsigned short U_16;
zipsup.c 710 current += sizeof (U_16); /* skip disk number field */
    [all...]
  /dalvik/libcore/luni/src/main/native/
hycomp.h 75 * <li><code>U_16 / I_16</code> - unsigned/signed 16 bits</li>
85 typedef unsigned short U_16;
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 172 milliseconds