Searched refs:int_t (Results 1 – 9 of 9) sorted by relevance
3 typedef int int_t; typedef9 ^ int_t(struct foo *foo) { return (int_t) foo->x + i; }(&_foo); in test()
145 typedef mediump_int int_t; typedef147 typedef highp_int int_t; typedef149 typedef mediump_int int_t; typedef151 typedef lowp_int int_t; typedef
52 int_t retval = convert_int_t(abs_diff(a, b));54 int_t diff = convert_int_t(a) - convert_int_t(b);55 int_t retval = diff * diff;79 int_t A = convert_int_t(down_value) - convert_int_t(down_value_t);80 int_t B = convert_int_t(up_value) - convert_int_t(up_value_t);81 int_t retval = (A - B) * (A + B);
38 for int_t, str_t in itertools.izip(int_times, str_times):39 date_int = utils.get_timestamp({"key": int_t}, "key")
20 using int_t = int;
51 const typedef typedef int int_t; // expected-warning {{duplicate 'typedef'}} typedef
76 int_t val0 = convert_int_t(loadpix(src + src_index));85 int_t val = convert_int_t(loadpix(src + src_index + space_ofs[k]));
288 typedef enum { A } int_t; typedef289 void f0(int_t x) { printf("%d\n", x); } in f0()
12 typedef int int_t;