Lines Matching defs:uchar_ptr

38 static unsigned char *uchar_ptr;
70 bool_ptr = (typeof(bool_ptr))uchar_ptr;
118 char_ptr = (typeof(char_ptr))uchar_ptr;
147 schar_ptr = (typeof(schar_ptr))uchar_ptr;
192 uchar_ptr = (typeof(uchar_ptr))bool_ptr;
193 uchar_ptr = (typeof(uchar_ptr))char_ptr;
194 uchar_ptr = (typeof(uchar_ptr))schar_ptr;
195 uchar_ptr = (typeof(uchar_ptr))uchar_ptr;
196 uchar_ptr = (typeof(uchar_ptr))short_ptr;
197 uchar_ptr = (typeof(uchar_ptr))ushort_ptr;
198 uchar_ptr = (typeof(uchar_ptr))int_ptr;
199 uchar_ptr = (typeof(uchar_ptr))uint_ptr;
200 uchar_ptr = (typeof(uchar_ptr))long_ptr;
201 uchar_ptr = (typeof(uchar_ptr))ulong_ptr;
202 uchar_ptr = (typeof(uchar_ptr))llong_ptr;
203 uchar_ptr = (typeof(uchar_ptr))ullong_ptr;
204 uchar_ptr = (typeof(uchar_ptr))float_ptr;
205 uchar_ptr = (typeof(uchar_ptr))double_ptr;
206 uchar_ptr = (typeof(uchar_ptr))ldouble_ptr;
207 uchar_ptr = (typeof(uchar_ptr))fcomplex_ptr;
208 uchar_ptr = (typeof(uchar_ptr))dcomplex_ptr;
209 uchar_ptr = (typeof(uchar_ptr))lcomplex_ptr;
210 uchar_ptr = (typeof(uchar_ptr))void_ptr;
211 uchar_ptr = (typeof(uchar_ptr))char_struct_ptr;
212 uchar_ptr = (typeof(uchar_ptr))double_struct_ptr;
213 uchar_ptr = (typeof(uchar_ptr))char_union_ptr;
214 uchar_ptr = (typeof(uchar_ptr))double_union_ptr;
215 uchar_ptr = (typeof(uchar_ptr))enum_ptr;
216 uchar_ptr = (typeof(uchar_ptr))double_array_ptr;
218 uchar_ptr = (typeof(uchar_ptr))func_ptr;
225 short_ptr = (typeof(short_ptr))uchar_ptr;
273 ushort_ptr = (typeof(ushort_ptr))uchar_ptr;
321 int_ptr = (typeof(int_ptr))uchar_ptr;
366 uint_ptr = (typeof(uint_ptr))uchar_ptr;
411 long_ptr = (typeof(long_ptr))uchar_ptr;
456 ulong_ptr = (typeof(ulong_ptr))uchar_ptr;
501 llong_ptr = (typeof(llong_ptr))uchar_ptr;
549 ullong_ptr = (typeof(ullong_ptr))uchar_ptr;
597 float_ptr = (typeof(float_ptr))uchar_ptr;
646 double_ptr = (typeof(double_ptr))uchar_ptr;
692 ldouble_ptr = (typeof(ldouble_ptr))uchar_ptr;
739 fcomplex_ptr = (typeof(fcomplex_ptr))uchar_ptr;
788 dcomplex_ptr = (typeof(dcomplex_ptr))uchar_ptr;
836 lcomplex_ptr = (typeof(lcomplex_ptr))uchar_ptr;
882 void_ptr = (typeof(void_ptr))uchar_ptr;
911 char_struct_ptr = (typeof(char_struct_ptr))uchar_ptr;
960 double_struct_ptr = (typeof(double_struct_ptr))uchar_ptr;
1009 char_union_ptr = (typeof(char_union_ptr))uchar_ptr;
1058 double_union_ptr = (typeof(double_union_ptr))uchar_ptr;
1105 enum_ptr = (typeof(enum_ptr))uchar_ptr;
1150 double_array_ptr = (typeof(double_array_ptr))uchar_ptr;
1198 func_ptr = (typeof(func_ptr))uchar_ptr;