Searched defs:type_t (Results 1 – 6 of 6) sorted by relevance
| /third_party/iowow/src/utils/ |
| D | ksort.h | 78 #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/ |
| D | var_let_test.cc | 340 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/ |
| D | typeof-mods.c | 76 typedef int __bitwise type_t; in test_bitwise() typedef
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| D | instr-a3xx.h | 408 } type_t; typedef
|
| /third_party/protobuf/php/ext/google/protobuf/ |
| D | php-upb.h | 563 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | upb.h | 549 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument
|