Home
last modified time | relevance | path

Searched defs:tuple (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/usr.sbin/dumpcis/
H A Dreadcis.h31 struct tuple { struct
32 struct tuple *next; argument
40 struct tuple *tuples; argument
/freebsd-13.1/sys/arm64/cavium/
H A Dthunder_pcie_common.c74 int tuple; in range_addr_is_pci() local
94 int tuple; in range_addr_is_phys() local
115 int tuple; in range_addr_phys_to_pci() local
137 int tuple; in range_addr_pci_to_phys() local
H A Dthunder_pcie_pem.c754 int tuple; in thunder_pem_attach() local
/freebsd-13.1/sys/dev/pccard/
H A Dpccardvar.h124 #define pccard_cis_read_1(tuple, idx0) \ argument
127 #define pccard_tuple_read_1(tuple, idx1) \ argument
130 #define pccard_tuple_read_2(tuple, idx2) \ argument
134 #define pccard_tuple_read_3(tuple, idx3) \ argument
139 #define pccard_tuple_read_4(tuple, idx4) \ argument
145 #define pccard_tuple_read_n(tuple, n, idxn) \ argument
H A Dpccard_cis.c119 struct pccard_tuple tuple; in pccard_scan_cis() local
643 pccard_parse_cis_tuple(const struct pccard_tuple *tuple, void *arg) in pccard_parse_cis_tuple()
1275 decode_funce(const struct pccard_tuple *tuple, struct pccard_function *pf) in decode_funce()
H A Dpccard_device.c83 pccard_build_cis(const struct pccard_tuple *tuple, void *argp) in pccard_build_cis()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua29 local function tuple(...) function
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java137 Tuple tuple = getTuple(); in getAggregationRecord() local
155 Tuple tuple = new Tuple(v1, v2); in getAggregation() local
178 Tuple tuple = new Tuple(r1, r2, r3, r4); in getTuple() local
357 Tuple tuple = new Tuple(v1, v2, v3, v4, v5, v6); in getAggregate() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp269 auto tuple_pop_front_impl(const Tuple &tuple, std::index_sequence<Is...>) { in tuple_pop_front_impl()
273 template <typename Tuple> auto tuple_pop_front(const Tuple &tuple) { in tuple_pop_front()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h120 class tuple; variable
/freebsd-13.1/contrib/ofed/opensm/opensm/
H A Dosm_ucast_ftree.c171 ftree_tuple_t tuple; member
271 static void tuple_init(IN ftree_tuple_t tuple) in tuple_init()
278 static inline boolean_t tuple_assigned(IN ftree_tuple_t tuple) in tuple_assigned()
287 static const char *tuple_to_str(IN ftree_tuple_t tuple) in tuple_to_str()
314 static inline ftree_tuple_key_t tuple_to_key(IN ftree_tuple_t tuple) in tuple_to_key()
323 static inline void tuple_from_key(IN ftree_tuple_t tuple, in tuple_from_key()
1124 IN ftree_tuple_t tuple) in fabric_get_sw_by_tuple()
/freebsd-13.1/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c219 uint8_t tuple[41]; in fq_codel_classify_flow() local
H A Ddn_sched_fq_pie.c793 uint8_t tuple[41]; in fq_pie_classify_flow() local
/freebsd-13.1/sys/dev/pci/
H A Dpci_host_generic.c77 int rid, tuple; in pci_host_generic_core_attach() local
H A Dpci_host_generic_fdt.c194 int tuple; in parse_pci_mem_ranges() local
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java455 Tuple tuple; in printAggregationRecords() local
/freebsd-13.1/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dioctl.c476 PyObject *tuple; in py_get_proptable() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp739 VersionTuple tuple = LangOpts.ObjCRuntime.getVersion(); in InitializePredefinedMacros() local
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h60 static R Invoke(Function function, const ::testing::tuple<>&) { in Invoke()
65 static R InvokeMethod(Class* obj_ptr, in InvokeMethod()
72 static R InvokeCallback(CallbackType* callback, in InvokeCallback()
/freebsd-13.1/contrib/wpa/hs20/client/
H A Dosu_client.c979 int id, xml_node_t *tuple) in set_pps_cred_policy_required_proto_port()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3803 std::pair<const ObjCInterfaceDecl*, unsigned> tuple = std::make_pair(CDecl, GroupNo); in GetGroupRecordTypeForObjCIvarBitfield() local