Home | History | Annotate | Download | only in scriptc

Lines Matching refs:ushort

29  *  16 bit: ushort, uint16_t
99 typedef uint16_t ushort;
241 * Vector version of the basic ushort type. Provides two ushort fields packed
244 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
246 * Vector version of the basic ushort type. Provides three ushort fields packed
249 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
251 * Vector version of the basic ushort type. Provides four ushort fields packed
254 typedef ushort ushort4 __attribute__((ext_vector_type(4)));