| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | artpec6.dtsi | 160 * leave the unwanted node as disabled.
|
| H A D | omap5.dtsi | 124 * The soc node represents the soc top level view. It is used for IPs
|
| H A D | dm816x.dtsi | 43 * The soc node represents the soc top level view. It is used for IPs
|
| H A D | am335x-osd3358-sm-red.dts | 108 * in tda19988 node.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | makefile.texi | 5 @node Makefile
|
| H A D | compat.texi | 5 @node Compatibility
|
| H A D | standards.texi | 5 @node Standards
|
| /freebsd-12.1/sys/gnu/dts/arm64/rockchip/ |
| H A D | rk3399-puma.dtsi | 29 /delete-node/ opp-table1;
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb2.td | 2093 // node's second value. We can then eliminate the implicit def of CPSR. 2449 BinOpFrag<(and node:$LHS, (not node:$RHS))>>; 2542 BinOpFrag<(or node:$LHS, (not node:$RHS))>, 0, "">; 3085 [(BinOpFrag<(ARMcmpZ node:$LHS,(ineg node:$RHS))> 3100 [(BinOpFrag<(ARMcmpZ node:$LHS,(ineg node:$RHS))> 3127 BinOpFrag<(ARMcmpZ (and_su node:$LHS, node:$RHS), 0)>>; 3130 BinOpFrag<(ARMcmpZ (xor_su node:$LHS, node:$RHS), 0)>>; 3593 // a two-value operand where a dag node expects ", "two operands. :(
|
| /freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| H A D | BRIDGE-MIB.txt | 404 as executed by this node. This value is used as 406 Bridge PDUs originated by this node." 454 Configuration bridge PDUs by this node on any port when 470 PDUs shall be transmitted by this node, in units
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | except.c | 3573 struct cgraph_varpool_node *node; in output_ttype() local 3587 node = cgraph_varpool_node (type); in output_ttype() 3588 if (node) in output_ttype() 3589 cgraph_varpool_mark_needed_node (node); in output_ttype()
|
| H A D | tree-eh.c | 2090 struct throw_stmt_node *node = (struct throw_stmt_node *)*slot; in verify_eh_throw_stmt_node() local 2092 gcc_assert (node->stmt->common.ann == NULL); in verify_eh_throw_stmt_node()
|
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | ocs_mgmt.c | 2454 ocs_node_t *node; in get_node_abort_cnt() local 2479 ocs_list_foreach(&sport->node_list, node) { in get_node_abort_cnt() 2480 abort_counts += node->abort_cnt; in get_node_abort_cnt()
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | apps.c | 1922 X509_POLICY_NODE *node; in nodes_print() local 1929 node = sk_X509_POLICY_NODE_value(nodes, i); in nodes_print() 1930 X509_POLICY_NODE_print(bio_err, node, 2); in nodes_print()
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | invoke-ntp.conf.texi | 1 @node ntp.conf Notes 84 @node Configuration Support 414 @node Authentication Support 1009 @node Monitoring Support 1364 @node Access Control Support 2040 @node Reference Clock Support 2332 @node Miscellaneous Options 3029 @node ntp.conf Files 3043 @node ntp.conf See Also 3059 @node ntp.conf Bugs [all …]
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_cmd.c | 667 struct rb_node node; member 689 scan = rb_entry(parent, struct xrcd_table_entry, node); in xrcd_table_insert() 701 rb_link_node(&entry->node, parent, p); in xrcd_table_insert() 702 rb_insert_color(&entry->node, &dev->xrcd_tree); in xrcd_table_insert() 714 entry = rb_entry(p, struct xrcd_table_entry, node); in xrcd_table_search() 746 rb_erase(&entry->node, &dev->xrcd_tree); in xrcd_table_delete()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | __hash_table | 1899 // Insert the node __nd into the container by pushing it into the right bucket, 1939 // Insert the node, unless it already exists in the container. 1999 // Insert the node __cp into the container after __pn (which is the last node in 2663 // current node 2667 // find previous node
|
| /freebsd-12.1/contrib/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 1700 #define __sanitizer_syscall_pre_getcpu(cpu, node, cache) \ argument 1701 __sanitizer_syscall_pre_impl_getcpu((long)(cpu), (long)(node), (long)(cache)) 1702 #define __sanitizer_syscall_post_getcpu(res, cpu, node, cache) \ argument 1703 __sanitizer_syscall_post_impl_getcpu(res, (long)(cpu), (long)(node), \ 2980 void __sanitizer_syscall_pre_impl_getcpu(long cpu, long node, long cache); 2981 void __sanitizer_syscall_post_impl_getcpu(long res, long cpu, long node,
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.c | 2668 ix86_handle_cconv_attribute (tree *node, tree name, in ix86_handle_cconv_attribute() argument 2673 if (TREE_CODE (*node) != FUNCTION_TYPE in ix86_handle_cconv_attribute() 2674 && TREE_CODE (*node) != METHOD_TYPE in ix86_handle_cconv_attribute() 2675 && TREE_CODE (*node) != FIELD_DECL in ix86_handle_cconv_attribute() 2676 && TREE_CODE (*node) != TYPE_DECL) in ix86_handle_cconv_attribute() 2711 TYPE_ATTRIBUTES (*node)) in ix86_handle_cconv_attribute() 18223 ix86_handle_struct_attribute (tree *node, tree name, in ix86_handle_struct_attribute() argument 18228 if (DECL_P (*node)) in ix86_handle_struct_attribute() 18230 if (TREE_CODE (*node) == TYPE_DECL) in ix86_handle_struct_attribute() 18231 type = &TREE_TYPE (*node); in ix86_handle_struct_attribute() [all …]
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_match.c | 64 struct archive_rb_node node; member 1428 r = __archive_rb_tree_insert_node(&(a->exclusion_tree), &(f->node)); in add_entry()
|
| /freebsd-12.1/sys/gnu/dts/arm64/hisilicon/ |
| H A D | hi6220-hikey.dts | 30 * Reserve below regions from memory node:
|
| /freebsd-12.1/sys/gnu/dts/arm64/freescale/ |
| H A D | fsl-ls1012a.dtsi | 43 * PSCI node is not added default, U-boot will add missing
|
| /freebsd-12.1/crypto/heimdal/doc/doxyout/krb5/html/ |
| H A D | doxygen.css | 421 /* The following two styles can be used to replace the root node title */
|
| /freebsd-12.1/crypto/heimdal/doc/doxyout/ntlm/html/ |
| H A D | doxygen.css | 421 /* The following two styles can be used to replace the root node title */
|
| /freebsd-12.1/crypto/heimdal/doc/doxyout/wind/html/ |
| H A D | doxygen.css | 421 /* The following two styles can be used to replace the root node title */
|