Home
last modified time | relevance | path

Searched defs:node1 (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64PBQPRegAlloc.cpp168 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addIntraChainConstraint() local
255 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); in addInterChainConstraint() local
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzfs_fuid.c72 const fuid_domain_t *node1 = (const fuid_domain_t *)arg1; in idx_compare() local
84 const fuid_domain_t *node1 = (const fuid_domain_t *)arg1; in domain_compare() local
HDdsl_deleg.c396 const perm_set_t *node1 = (const perm_set_t *)arg1; in perm_set_compare() local
HDsa.c251 const sa_lot_t *node1 = (const sa_lot_t *)arg1; in layout_num_compare() local
260 const sa_lot_t *node1 = (const sa_lot_t *)arg1; in layout_hash_compare() local
HDzfs_fm.c164 const recent_events_node_t *node1 = a; in recent_events_compare() local
/freebsd-14-stable/sys/dev/aic7xxx/aicasm/
HDaicasm_symbol.c299 symbol_node_t *node1, *node2; in symlist_free() local
/freebsd-14-stable/contrib/one-true-awk/
HDparse.c50 Node *node1(int a, Node *b) in node1() function