Home
last modified time | relevance | path

Searched defs:type_t (Results 1 – 6 of 6) sorted by relevance

/third_party/iowow/src/utils/
Dksort.h78 #define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; } argument
80 #define KSORT_INIT(name, type_t, __sort_lt) \ argument
299 #define KSORT_INIT_GENERIC(type_t) KSORT_INIT(type_t, type_t, ks_lt_generic) argument
/third_party/skia/third_party/externals/tint/src/resolver/
Dvar_let_test.cc340 auto* type_t = Sem().Get(t); in TEST_F() local
372 auto* type_t = Sem().Get(t); in TEST_F() local
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtypeof-mods.c76 typedef int __bitwise type_t; in test_bitwise() typedef
/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h408 } type_t; typedef
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.h563 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h549 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument