/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | tuple | 16 tuple synopsis 22 class tuple { 24 explicit(see-below) constexpr tuple(); 25 explicit(see-below) tuple(const T&...); // constexpr in C++14 27 explicit(see-below) tuple(U&&...); // constexpr in C++14 28 tuple(const tuple&) = default; 29 tuple(tuple&&) = default; 32 constexpr explicit(see-below) tuple(tuple<UTypes...>&); // C++23 34 explicit(see-below) tuple(const tuple<U...>&); // constexpr in C++14 36 explicit(see-below) tuple(tuple<U...>&&); // constexpr in C++14 [all …]
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | tuple.cppm |
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.MultiAggPrinta.ksh.out | 1 …n[name = , id = 1, records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [], value = 1]]]… 5 …n[name = , id = 1, records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [], value = 1]]]… 7 …ensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris.os.dtrace.Aggreg… 13 …tuple = [1, 2], value = 1], org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 3], value = 3]… 21 …ecord[tuple = [], value = 3]], org.opensolaris.os.dtrace.Aggregation[name = d, id = 5, records = [… 23 …ecord[tuple = [], value = 3]], org.opensolaris.os.dtrace.Aggregation[name = d, id = 5, records = [… 25 …[name = c, id = 4, records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [], value = 3]]]… 27 …tuple = [1, 2], value = 1], org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 3], value = 3]… 33 …tuple = [1, 2], value = 1], org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 3], value = 3]… 39 …tuple = [1, 2], value = 1], org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 3], value = 3]… [all …]
|
/freebsd/sys/arm64/cavium/ |
H A D | thunder_pcie_common.c | 72 int tuple; in range_addr_is_pci() local 74 for (tuple = 0; tuple < MAX_RANGES_TUPLES; tuple++) { in range_addr_is_pci() 75 r = &ranges[tuple]; in range_addr_is_pci() 92 int tuple; in range_addr_is_phys() local 94 for (tuple = 0; tuple < MAX_RANGES_TUPLES; tuple++) { in range_addr_is_phys() 95 r = &ranges[tuple]; in range_addr_is_phys() 113 int tuple; in range_addr_phys_to_pci() local 116 for (tuple = 0; tuple < MAX_RANGES_TUPLES; tuple++) { in range_addr_phys_to_pci() 117 r = &ranges[tuple]; in range_addr_phys_to_pci() 135 int tuple; in range_addr_pci_to_phys() local [all …]
|
/freebsd/sys/dev/pccard/ |
H A D | pccardvar.h | 123 #define pccard_cis_read_1(tuple, idx0) \ argument 124 (bus_space_read_1((tuple)->memt, (tuple)->memh, (tuple)->mult*(idx0))) 126 #define pccard_tuple_read_1(tuple, idx1) \ argument 127 (pccard_cis_read_1((tuple), ((tuple)->ptr+(2+(idx1))))) 129 #define pccard_tuple_read_2(tuple, idx2) \ argument 130 (pccard_tuple_read_1((tuple), (idx2)) | \ 131 (pccard_tuple_read_1((tuple), (idx2)+1)<<8)) 133 #define pccard_tuple_read_3(tuple, idx3) \ argument 134 (pccard_tuple_read_1((tuple), (idx3)) | \ 135 (pccard_tuple_read_1((tuple), (idx3)+1)<<8) | \ [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
H A D | tuple.h | 27 class _LIBCPP_TEMPLATE_VIS tuple; variable 33 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 typename tuple_element<_Ip, tuple<_Tp...> >::ty… 34 get(tuple<_Tp...>&) _NOEXCEPT; 37 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 const typename tuple_element<_Ip, tuple<_Tp...>… 38 get(const tuple<_Tp...>&) _NOEXCEPT; 41 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 typename tuple_element<_Ip, tuple<_Tp...> >::ty… 42 get(tuple<_Tp...>&&) _NOEXCEPT; 45 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 const typename tuple_element<_Ip, tuple<_Tp...>… 46 get(const tuple<_Tp...>&&) _NOEXCEPT;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUArgumentUsageInfo.cpp | 90 std::tuple<const ArgDescriptor *, const TargetRegisterClass *, LLT> 95 return std::tuple(PrivateSegmentBuffer ? &PrivateSegmentBuffer : nullptr, in getPreloadedValue() 99 return std::tuple(ImplicitBufferPtr ? &ImplicitBufferPtr : nullptr, in getPreloadedValue() 103 return std::tuple(WorkGroupIDX ? &WorkGroupIDX : nullptr, in getPreloadedValue() 106 return std::tuple(WorkGroupIDY ? &WorkGroupIDY : nullptr, in getPreloadedValue() 109 return std::tuple(WorkGroupIDZ ? &WorkGroupIDZ : nullptr, in getPreloadedValue() 112 return std::tuple(LDSKernelId ? &LDSKernelId : nullptr, in getPreloadedValue() 115 return std::tuple( in getPreloadedValue() 122 return std::tuple(KernargSegmentPtr ? &KernargSegmentPtr : nullptr, in getPreloadedValue() 126 return std::tuple(ImplicitArgPtr ? &ImplicitArgPtr : nullptr, in getPreloadedValue() [all …]
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_sched_fq_codel.c | 220 uint8_t tuple[41]; in fq_codel_classify_flow() local 231 *((uint8_t *) &tuple[0]) = ip6->ip6_nxt; in fq_codel_classify_flow() 232 *((uint32_t *) &tuple[1]) = si->perturbation; in fq_codel_classify_flow() 233 memcpy(&tuple[5], ip6->ip6_src.s6_addr, 16); in fq_codel_classify_flow() 234 memcpy(&tuple[21], ip6->ip6_dst.s6_addr, 16); in fq_codel_classify_flow() 239 *((uint16_t *) &tuple[37]) = th->th_dport; in fq_codel_classify_flow() 240 *((uint16_t *) &tuple[39]) = th->th_sport; in fq_codel_classify_flow() 245 *((uint16_t *) &tuple[37]) = uh->uh_dport; in fq_codel_classify_flow() 246 *((uint16_t *) &tuple[39]) = uh->uh_sport; in fq_codel_classify_flow() 249 memset(&tuple[37], 0, 4); in fq_codel_classify_flow() [all …]
|
H A D | dn_sched_fq_pie.c | 795 uint8_t tuple[41]; in fq_pie_classify_flow() local 806 *((uint8_t *) &tuple[0]) = ip6->ip6_nxt; in fq_pie_classify_flow() 807 *((uint32_t *) &tuple[1]) = si->perturbation; in fq_pie_classify_flow() 808 memcpy(&tuple[5], ip6->ip6_src.s6_addr, 16); in fq_pie_classify_flow() 809 memcpy(&tuple[21], ip6->ip6_dst.s6_addr, 16); in fq_pie_classify_flow() 814 *((uint16_t *) &tuple[37]) = th->th_dport; in fq_pie_classify_flow() 815 *((uint16_t *) &tuple[39]) = th->th_sport; in fq_pie_classify_flow() 820 *((uint16_t *) &tuple[37]) = uh->uh_dport; in fq_pie_classify_flow() 821 *((uint16_t *) &tuple[39]) = uh->uh_sport; in fq_pie_classify_flow() 824 memset(&tuple[37], 0, 4); in fq_pie_classify_flow() [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-color-helper.cpp | 24 const std::tuple<uint8_t, uint8_t, uint8_t> SequentialMaps[][9] = { 45 const std::tuple<uint8_t, uint8_t, uint8_t> SequentialBounds[][2] = { 61 const std::tuple<uint8_t, uint8_t, uint8_t> DivergingCoeffs[][11] = { 72 const std::tuple<uint8_t, uint8_t, uint8_t> DivergingBounds[][2] = { 83 static std::tuple<double, double, double> 84 convertToHSV(const std::tuple<uint8_t, uint8_t, uint8_t> &Color) { in convertToHSV() 120 static std::tuple<uint8_t, uint8_t, uint8_t> 121 convertToRGB(const std::tuple<double, double, double> &Color) { in convertToRGB() 171 static std::tuple<double, double, double> 172 interpolateHSV(const std::tuple<double, double, double> &C0, in interpolateHSV() [all …]
|
H A D | xray-color-helper.h | 46 ArrayRef<std::tuple<uint8_t, uint8_t, uint8_t>> ColorMap; 47 ArrayRef<std::tuple<uint8_t, uint8_t, uint8_t>> BoundMap; 71 std::tuple<uint8_t, uint8_t, uint8_t> getColorTuple(double Point) const; 76 std::tuple<uint8_t, uint8_t, uint8_t> getDefaultColorTuple() const { in getDefaultColorTuple() 83 static std::string getColorString(std::tuple<uint8_t, uint8_t, uint8_t> t);
|
/freebsd/sys/dev/pci/ |
H A D | pci_host_generic.c | 94 int flags, rid, tuple; in pci_host_generic_core_attach() local 178 for (tuple = 0; tuple < MAX_RANGES_TUPLES; tuple++) { in pci_host_generic_core_attach() 179 phys_base = sc->ranges[tuple].phys_base; in pci_host_generic_core_attach() 180 pci_base = sc->ranges[tuple].pci_base; in pci_host_generic_core_attach() 181 size = sc->ranges[tuple].size; in pci_host_generic_core_attach() 182 rid = RANGE_RID(tuple); in pci_host_generic_core_attach() 185 switch (FLAG_TYPE(sc->ranges[tuple].flags)) { in pci_host_generic_core_attach() 213 "failed to set resource for range %d: %d\n", tuple, in pci_host_generic_core_attach() 217 sc->ranges[tuple].rid = rid; in pci_host_generic_core_attach() 218 sc->ranges[tuple].res = bus_alloc_resource_any(dev, in pci_host_generic_core_attach() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | apm-xgene-phy.txt | 19 Two set of 3-tuple setting for each (up to 3) 25 Two set of 3-tuple setting for each (up to 3) 28 gain control. Two set of 3-tuple setting for each 31 - apm,tx-amplitude : Amplitude control. Two set of 3-tuple setting for 36 3-tuple setting for each (up to 3) supported link 40 3-tuple setting for each (up to 3) supported link 44 3-tuple setting for Gen1, Gen2, and Gen3. Range is 46 - apm,tx-speed : Tx operating speed. One set of 3-tuple for each 49 1 = 2-4Gbps (1st tuple default) 51 3 = 8-15Gbps (2nd tuple default) [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/ |
H A D | polymorphic_allocator.h | 129 …construct(pair<_T1, _T2>* __p, piecewise_construct_t, tuple<_Args1...> __x, tuple<_Args2...> __y) { in construct() 142 construct(__p, piecewise_construct, tuple<>(), tuple<>()); in construct() 179 _LIBCPP_HIDE_FROM_ABI tuple<_Args&&...> 180 __transform_tuple(integral_constant<int, 0>, tuple<_Args...>&& __t, __tuple_indices<_Is...>) { in __transform_tuple() 185 _LIBCPP_HIDE_FROM_ABI tuple<allocator_arg_t const&, polymorphic_allocator&, _Args&&...> 186 __transform_tuple(integral_constant<int, 1>, tuple<_Args...>&& __t, __tuple_indices<_Is...>) { in __transform_tuple() 187 using _Tup = tuple<allocator_arg_t const&, polymorphic_allocator&, _Args&&...>; in __transform_tuple() 192 _LIBCPP_HIDE_FROM_ABI tuple<_Args&&..., polymorphic_allocator&> 193 __transform_tuple(integral_constant<int, 2>, tuple<_Args...>&& __t, __tuple_indices<_Is...>) { in __transform_tuple() 194 using _Tup = tuple<_Args&&..., polymorphic_allocator&>; in __transform_tuple()
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-internal-utils_test.cc | 292 std::tuple<> matchers; in TEST() 293 std::tuple<> values; in TEST() 299 std::tuple<Matcher<int>> matchers(Eq(1)); in TEST() 300 std::tuple<int> values1(1), values2(2); in TEST() 307 std::tuple<Matcher<int>, Matcher<char>> matchers(Eq(1), Eq('a')); in TEST() 308 std::tuple<int, char> values1(1, 'a'), values2(1, 'b'), values3(2, 'a'), in TEST() 318 std::tuple<Matcher<int>, Matcher<char>, Matcher<bool>, in TEST() 322 std::tuple<int, char, bool, long, std::string> // NOLINT in TEST() 628 StlContainerView<std::tuple<const int*, size_t>>::type>(); in TEST() 631 StlContainerView<std::tuple<std::shared_ptr<double>, int>>::type>(); in TEST() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | bind.h | 87 __mu_expand(_Ti& __ti, tuple<_Uj...>& __uj, __tuple_indices<_Indx...>) { 93 __mu(_Ti& __ti, tuple<_Uj...>& __uj) { 138 struct __mu_return_impl<_Ti, false, true, false, tuple<_Uj...> > 171 struct __is_valid_bind_return<_Fp, tuple<_BoundArgs...>, _TupleUj> { 176 struct __is_valid_bind_return<_Fp, const tuple<_BoundArgs...>, _TupleUj> { 184 struct __bind_return<_Fp, tuple<_BoundArgs...>, _TupleUj, true> { 189 struct __bind_return<_Fp, const tuple<_BoundArgs...>, _TupleUj, true> { 203 typedef tuple<__decay_t<_BoundArgs>...> _Td; 221 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 typename __bind_return<_Fd, _Td, tuple<_Args&&… 223 …return std::__apply_functor(__f_, __bound_args_, __indices(), tuple<_Args&&...>(std::forward<_Args… [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSort.cpp | 69 std::tuple<std::string, StringRef, uint32_t, LVOffset> Left( in sortByKind() 71 std::tuple<std::string, StringRef, uint32_t, LVOffset> Right( in sortByKind() 81 std::tuple<uint32_t, StringRef, std::string, LVOffset> Left( in sortByLine() 83 std::tuple<uint32_t, StringRef, std::string, LVOffset> Right( in sortByLine() 93 std::tuple<StringRef, uint32_t, std::string, LVOffset> Left( in sortByName() 95 std::tuple<StringRef, uint32_t, std::string, LVOffset> Right( in sortByName()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 407 const ParamGenerator<std::tuple<const char*, int>> gen = in TEST() 410 std::tuple<const char*, int> expected_values[] = { in TEST() 418 const ParamGenerator<std::tuple<int, int, int>> gen = in TEST() 420 std::tuple<int, int, int> expected_values[] = { in TEST() 432 const ParamGenerator<std::tuple<int, int>> gen = in TEST() 435 std::tuple<int, int> expected_values[] = {std::make_tuple(42, 0), in TEST() 444 const ParamGenerator<std::tuple<int, int>> gen = in TEST() 447 std::tuple<int, int> expected_values[] = {std::make_tuple(0, 42), in TEST() 455 const ParamGenerator<std::tuple<int, int>> gen = in TEST() 463 const ParamGenerator<std::tuple<int, int>> gen = in TEST() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/experimental/ |
H A D | memory_resource |
|
/freebsd/usr.sbin/dumpcis/ |
H A D | readcis.h | 29 struct tuple { struct 30 struct tuple *next; argument 38 struct tuple *tuples; argument
|
H A D | readcis.c | 49 static struct tuple *find_tuple_in_list(struct tuple_list *, unsigned char); 124 struct tuple *tp; in freecis() 195 struct tuple *tp; in read_tuples() 250 struct tuple *tp, *last_tp = 0; in read_one_tuplelist() 358 static struct tuple * 361 struct tuple *tp; in find_tuple_in_list()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestFunctionLookup.java | 62 for (Tuple tuple : agg.asMap().keySet()) { in main() 63 address = (Number)tuple.get(0).getValue(); in main() 96 for (Tuple tuple : agg.asMap().keySet()) { in main() 97 address = (Number)tuple.get(0).getValue(); in main()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_ucast_ftree.c | 171 ftree_tuple_t tuple; member 244 if ((*pp_sw1)->tuple[i] > (*pp_sw2)->tuple[i]) in compare_switches_by_index() 246 if ((*pp_sw1)->tuple[i] < (*pp_sw2)->tuple[i]) in compare_switches_by_index() 271 static void tuple_init(IN ftree_tuple_t tuple) in tuple_init() argument 273 memset(tuple, 0xFF, FTREE_TUPLE_LEN); in tuple_init() 278 static inline boolean_t tuple_assigned(IN ftree_tuple_t tuple) in tuple_assigned() argument 280 return (tuple[0] != 0xFF); in tuple_assigned() 287 static const char *tuple_to_str(IN ftree_tuple_t tuple) in tuple_to_str() argument 294 if (!tuple_assigned(tuple)) in tuple_to_str() 299 for (i = 0; (i < FTREE_TUPLE_LEN) && (tuple[i] != 0xFF); i++) { in tuple_to_str() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptedPythonInterface.h |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ClauseT.h | 210 std::tuple<E, E, OPT(E)> t; 218 std::tuple<OPT(TypeType), ObjectT<IdType, ExprType>, RangeT<ExprType>> t; 248 std::tuple<DefinedOperatorT<I, E>, E> t; 251 std::tuple<ObjectT<I, E>, OPT(Distance)> t; 357 std::tuple<OPT(Iterator), LocatorList> t; 376 std::tuple<OPT(Alignment), List> t; 391 std::tuple<OPT(AllocatorSimpleModifier), OPT(AllocatorComplexModifier), 493 std::tuple<ImplicitBehavior, OPT(VariableCategory)> t; 509 std::tuple<TaskDependenceType, OPT(Iterator), LocatorList> t; 540 std::tuple<OPT(DeviceModifier), DeviceDescription> t; [all …]
|