Searched refs:I_16 (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/archive/src/main/native/
H A Dhy2sie.h30 * <li><code>U_16 / I_16</code> - unsigned/signed 16 bits</li>
37 typedef short I_16; typedef
/dalvik/libcore/luni/src/main/native/
H A Dhycomp.h75 * <li><code>U_16 / I_16</code> - unsigned/signed 16 bits</li>
82 typedef short I_16; typedef
302 #define I16(x) ((I_16) (x))
303 #define I16P(x) ((I_16 *) (x))
327 #define LI16(x) (*((I_16 *) &(x)))

Completed in 3 milliseconds