Lines Matching refs:uint_ptr

50 static unsigned int *uint_ptr;
86 bool_ptr = (typeof(bool_ptr))uint_ptr;
130 char_ptr = (typeof(char_ptr))uint_ptr;
163 schar_ptr = (typeof(schar_ptr))uint_ptr;
207 uchar_ptr = (typeof(uchar_ptr))uint_ptr;
239 short_ptr = (typeof(short_ptr))uint_ptr;
287 ushort_ptr = (typeof(ushort_ptr))uint_ptr;
335 int_ptr = (typeof(int_ptr))uint_ptr;
372 uint_ptr = (typeof(uint_ptr))bool_ptr;
373 uint_ptr = (typeof(uint_ptr))char_ptr;
375 uint_ptr = (typeof(uint_ptr))schar_ptr;
376 uint_ptr = (typeof(uint_ptr))uchar_ptr;
378 uint_ptr = (typeof(uint_ptr))short_ptr;
380 uint_ptr = (typeof(uint_ptr))ushort_ptr;
381 uint_ptr = (typeof(uint_ptr))int_ptr;
382 uint_ptr = (typeof(uint_ptr))uint_ptr;
384 uint_ptr = (typeof(uint_ptr))long_ptr;
386 uint_ptr = (typeof(uint_ptr))ulong_ptr;
388 uint_ptr = (typeof(uint_ptr))llong_ptr;
390 uint_ptr = (typeof(uint_ptr))ullong_ptr;
392 uint_ptr = (typeof(uint_ptr))float_ptr;
394 uint_ptr = (typeof(uint_ptr))double_ptr;
396 uint_ptr = (typeof(uint_ptr))ldouble_ptr;
398 uint_ptr = (typeof(uint_ptr))fcomplex_ptr;
400 uint_ptr = (typeof(uint_ptr))dcomplex_ptr;
402 uint_ptr = (typeof(uint_ptr))lcomplex_ptr;
403 uint_ptr = (typeof(uint_ptr))void_ptr;
405 uint_ptr = (typeof(uint_ptr))char_struct_ptr;
407 uint_ptr = (typeof(uint_ptr))double_struct_ptr;
409 uint_ptr = (typeof(uint_ptr))char_union_ptr;
411 uint_ptr = (typeof(uint_ptr))double_union_ptr;
412 uint_ptr = (typeof(uint_ptr))enum_ptr;
414 uint_ptr = (typeof(uint_ptr))double_array_ptr;
416 uint_ptr = (typeof(uint_ptr))func_ptr;
431 long_ptr = (typeof(long_ptr))uint_ptr;
479 ulong_ptr = (typeof(ulong_ptr))uint_ptr;
527 llong_ptr = (typeof(llong_ptr))uint_ptr;
575 ullong_ptr = (typeof(ullong_ptr))uint_ptr;
623 float_ptr = (typeof(float_ptr))uint_ptr;
672 double_ptr = (typeof(double_ptr))uint_ptr;
719 ldouble_ptr = (typeof(ldouble_ptr))uint_ptr;
768 fcomplex_ptr = (typeof(fcomplex_ptr))uint_ptr;
817 dcomplex_ptr = (typeof(dcomplex_ptr))uint_ptr;
866 lcomplex_ptr = (typeof(lcomplex_ptr))uint_ptr;
909 void_ptr = (typeof(void_ptr))uint_ptr;
942 char_struct_ptr = (typeof(char_struct_ptr))uint_ptr;
991 double_struct_ptr = (typeof(double_struct_ptr))uint_ptr;
1040 char_union_ptr = (typeof(char_union_ptr))uint_ptr;
1089 double_union_ptr = (typeof(double_union_ptr))uint_ptr;
1134 enum_ptr = (typeof(enum_ptr))uint_ptr;
1183 double_array_ptr = (typeof(double_array_ptr))uint_ptr;
1232 func_ptr = (typeof(func_ptr))uint_ptr;