| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | tuple | 16 tuple synopsis 22 class tuple { 28 tuple(const tuple&) = default; 29 tuple(tuple&&) = default; 133 tuple(allocator_arg_t, Alloc, tuple<T...>) -> tuple<T...>; // since C++17 641 tuple(const tuple&) = default; 642 tuple(tuple&&) = default; 728 tuple(const tuple<_Up...>&& __t) 1040 tuple(_Tp...) -> tuple<_Tp...>; 1042 tuple(pair<_Tp1, _Tp2>) -> tuple<_Tp1, _Tp2>; [all …]
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.MultiAggPrinta.ksh.out | 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]… 45 …tuple = [1, 2], value = 1], org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 3], value = 3]… [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | tuple.inc | 11 // [tuple.tuple], class template tuple 12 using std::tuple; 14 // [tuple.like], concept tuple-like 22 // [tuple.creation], tuple creation functions 30 // [tuple.apply], calling a function with a tuple of arguments 35 // [tuple.helper], tuple helper classes 39 // [tuple.elem], element access 43 // [tuple.rel], relational operators 47 // [tuple.traits], allocator-related traits 50 // [tuple.special], specialized algorithms [all …]
|
| /freebsd-14.2/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-14.2/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)) | \ 138 #define pccard_tuple_read_4(tuple, idx4) \ argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUArgumentUsageInfo.cpp | 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() 123 return std::tuple(ImplicitArgPtr ? &ImplicitArgPtr : nullptr, in getPreloadedValue() 127 return std::tuple(DispatchID ? &DispatchID : nullptr, in getPreloadedValue() 133 return std::tuple(DispatchPtr ? &DispatchPtr : nullptr, in getPreloadedValue() 140 return std::tuple(WorkItemIDX ? &WorkItemIDX : nullptr, in getPreloadedValue() 143 return std::tuple(WorkItemIDY ? &WorkItemIDY : nullptr, in getPreloadedValue() [all …]
|
| /freebsd-14.2/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() 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() 258 *((uint8_t *) &tuple[0]) = ip->ip_p; in fq_codel_classify_flow() 266 *((uint16_t *) &tuple[13]) = th->th_dport; in fq_codel_classify_flow() 267 *((uint16_t *) &tuple[15]) = th->th_sport; 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() 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() 833 *((uint8_t *) &tuple[0]) = ip->ip_p; in fq_pie_classify_flow() 841 *((uint16_t *) &tuple[13]) = th->th_dport; in fq_pie_classify_flow() 842 *((uint16_t *) &tuple[15]) = th->th_sport; in fq_pie_classify_flow() [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/libcxx/include/__fwd/ |
| H A D | get.h | 30 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 typename tuple_element<_Ip, tuple<_Tp...> >::ty… 31 get(tuple<_Tp...>&) _NOEXCEPT; 34 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 const typename tuple_element<_Ip, tuple<_Tp...>… 35 get(const tuple<_Tp...>&) _NOEXCEPT; 38 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 typename tuple_element<_Ip, tuple<_Tp...> >::ty… 39 get(tuple<_Tp...>&&) _NOEXCEPT; 42 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 const typename tuple_element<_Ip, tuple<_Tp...>… 43 get(const tuple<_Tp...>&&) _NOEXCEPT;
|
| /freebsd-14.2/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-14.2/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() 635 StlContainerView<std::tuple<const int*, int>>::const_reference>(); in TEST() 640 StlContainerView<std::tuple<const int*, int>>::ConstReference( in TEST() [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | bind.h | 86 __mu_expand(_Ti& __ti, tuple<_Uj...>& __uj, __tuple_indices<_Indx...>) { 92 __mu(_Ti& __ti, tuple<_Uj...>& __uj) { 137 struct __mu_return_impl<_Ti, false, true, false, tuple<_Uj...> > 170 struct __is_valid_bind_return<_Fp, tuple<_BoundArgs...>, _TupleUj> { 175 struct __is_valid_bind_return<_Fp, const tuple<_BoundArgs...>, _TupleUj> { 183 struct __bind_return<_Fp, tuple<_BoundArgs...>, _TupleUj, true> { 188 struct __bind_return<_Fp, const tuple<_BoundArgs...>, _TupleUj, true> { 202 typedef tuple<__decay_t<_BoundArgs>...> _Td; 220 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 typename __bind_return<_Fd, _Td, tuple<_Args&&… 227 typename __bind_return<const _Fd, const _Td, tuple<_Args&&...> >::type [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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() 280 return (tuple[0] != 0xFF); in tuple_assigned() 294 if (!tuple_assigned(tuple)) in tuple_to_str() 562 tuple_init(p_sw->tuple); in sw_create() 1130 tuple_to_key(tuple); in fabric_get_sw_by_tuple() 1581 p_sw->tuple, in bfs_fabric_indexing() 1615 p_sw->tuple, in bfs_fabric_indexing() 1954 tuple), in fabric_validate_topology() [all …]
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/examples/ |
| H A D | dbus-listen-preq.py | 21 print('%.2x:%.2x:%.2x:%.2x:%.2x:%.2x' % tuple(args['addr']), 24 print('-> %.2x:%.2x:%.2x:%.2x:%.2x:%.2x' % tuple(args['dst']), 27 print('(bssid %.2x:%.2x:%.2x:%.2x:%.2x:%.2x)' % tuple(args['dst']),
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | airoha,en7523-gpio.yaml | 26 The first tuple points to the input register. 27 The second and third tuple point to the direction registers 28 The fourth tuple points to the output register
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringActionRulesInternal.h | 49 const std::tuple<RequirementTypes...> &Requirements, in invokeRuleAfterValidatingRequirements() 89 const std::tuple<RequirementTypes...> &Requirements, in visitRefactoringOptions() 127 Rule(std::tuple<RequirementTypes...> Requirements) 148 std::tuple<RequirementTypes...> Requirements;
|
| /freebsd-14.2/sys/dev/pci/ |
| H A D | pci_host_generic_fdt.c | 186 int tuple; in parse_pci_mem_ranges() local 243 for (tuple = 0; tuple < MAX_RANGES_TUPLES; tuple++) { in parse_pci_mem_ranges() 246 sc->ranges[tuple].pci_base, in parse_pci_mem_ranges() 247 sc->ranges[tuple].phys_base, in parse_pci_mem_ranges() 248 sc->ranges[tuple].size); in parse_pci_mem_ranges()
|