Home
last modified time | relevance | path

Searched defs:tuples (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/test/
Dtest-pack-formats.cpp48 struct bi_packed_tuple tuples[] = { variable
67 struct bi_packed_tuple tuples[] = { variable
88 struct bi_packed_tuple tuples[] = { variable
113 struct bi_packed_tuple tuples[] = { variable
141 struct bi_packed_tuple tuples[] = { variable
173 struct bi_packed_tuple tuples[] = { variable
209 struct bi_packed_tuple tuples[] = { variable
244 struct bi_packed_tuple tuples[] = { variable
Dtest-packing.cpp41 struct bi_packed_tuple tuples[] = { in TEST() local
64 struct bi_packed_tuple tuples[] = { in TEST() local
77 struct bi_packed_tuple tuples[] = { in TEST() local
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_pack.c456 struct bi_packed_tuple *tuples, in bi_clause_upper()
468 struct bi_packed_tuple *tuples, in bi_pack_upper()
480 struct bi_packed_tuple *tuples, in bi_pack_tuple_bits()
517 struct bi_packed_tuple *tuples, in bi_pack_lu()
529 struct bi_packed_tuple *tuples, in bi_pack_sync()
547 struct bi_packed_tuple *tuples, in bi_pack_t_ec()
559 struct bi_packed_tuple *tuples, in bi_pack_subwords_56()
578 struct bi_packed_tuple *tuples, in bi_pack_subword()
609 struct bi_packed_tuple *tuples, in bi_pack_format()
Dcompiler.h591 bi_tuple tuples[8]; member
/third_party/alsa-lib/src/topology/
Ddata.c588 struct tplg_vendor_tuples *tuples, in copy_tuples()
678 struct tplg_elem *tuples, *tokens; in build_tuples() local
889 static int tplg_save_tuple_set(struct tplg_vendor_tuples *tuples, in tplg_save_tuple_set()
969 struct tplg_vendor_tuples *tuples) in parse_tuple_sets()
1019 struct tplg_vendor_tuples *tuples = elem->tuples; in tplg_save_tuple_sets() local
1119 struct tplg_vendor_tuples *tuples; in tplg_parse_tuples() local
1182 struct tplg_vendor_tuples *tuples = (struct tplg_vendor_tuples *)obj; in tplg_free_tuples() local
1836 struct tplg_vendor_tuples *tuples, in tplg_decode_tuples()
1882 struct tplg_vendor_tuples *tuples = NULL; in tplg_add_data() local
Dtplg_local.h185 struct tplg_vendor_tuples *tuples; member
/third_party/python/Lib/test/
Dtest_glob.py17 def joins(self, *tuples):
/third_party/libinput/src/
Dquirks.h58 } tuples[32]; member
Dquirks.c92 struct quirk_tuples tuples; member
1737 const struct quirk_tuples **tuples) in quirks_get_tuples()
/third_party/alsa-utils/topology/
Dpre-process-class.c242 snd_config_t *attributes, *cfg, *valid, *tuples, *n; in tplg_class_attribute_valid_tuple_value() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh443 F2DOT14 *tuples = c->serializer->allocate_size<F2DOT14> (shared_tuple_size); in subset() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1784 String[] tuples = new String[] { in TestApostropheMode() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DTestMessageFormat.java1787 String[] tuples = new String[] { in TestApostropheMode() local
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-assembler.cc1149 base::Vector<const ParallelRegisterMoveTuple> tuples) { in ParallelRegisterMove()
/third_party/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1606 UnicodeString tuples[] = { in TestApostropheMode() local
/third_party/libabigail/tests/lib/
Dcatch.hpp4055 …ratorWrapper<std::tuple<Ts...>> table( std::initializer_list<std::tuple<typename std::decay<Ts>::t… in table()