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

  /dalvik/libcore/archive/src/main/native/
hy2sie.h 30 * <li><code>U_16 / I_16</code> - unsigned/signed 16 bits</li>
37 typedef short I_16;
  /dalvik/libcore/luni/src/main/native/
hycomp.h 75 * <li><code>U_16 / I_16</code> - unsigned/signed 16 bits</li>
82 typedef short I_16;
302 #define I16(x) ((I_16) (x))
303 #define I16P(x) ((I_16 *) (x))
327 #define LI16(x) (*((I_16 *) &(x)))

Completed in 1419 milliseconds