Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp173 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); addIntraChainConstraint() local
260 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd); addInterChainConstraint() local
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzfs_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
H A Ddsl_deleg.c396 const perm_set_t *node1 = (const perm_set_t *)arg1; in perm_set_compare() local
H A Dsa.c252 const sa_lot_t *node1 = (const sa_lot_t *)arg1; in layout_num_compare() local
261 const sa_lot_t *node1 = (const sa_lot_t *)arg1; in layout_hash_compare() local
H A Dzfs_fm.c164 const recent_events_node_t *node1 = a; in recent_events_compare() local
/freebsd-src/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c299 symbol_node_t *node1, *node2; in symlist_free() local
/freebsd-src/contrib/one-true-awk/
H A Dparse.c50 Node *node1(int a, Node *b) in node1() function