Home
last modified time | relevance | path

Searched refs:node_data (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c583 unsigned char *node_data = NULL; in serialize_node() local
632 node_data = (unsigned char *)node + sizeof(dns_rbtnode_t); in serialize_node()
637 CHECK(isc_stdio_write(node_data, 1, datasize, file, NULL)); in serialize_node()
647 hexdump("node data", node_data, datasize); in serialize_node()
652 isc_crc64_update(crc, (const uint8_t *)node_data, datasize); in serialize_node()
796 unsigned char *node_data = NULL; in treefix() local
900 node_data = (unsigned char *)n + sizeof(dns_rbtnode_t); in treefix()
908 hexdump("node data", node_data, datasize); in treefix()
911 isc_crc64_update(crc, (const uint8_t *)node_data, datasize); in treefix()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-199910631 * graph.c (start_fct, start_bb, node_data, draw_edge, end_fct,
15606 * graph.c (node_data): Return void. Ignore result of
H A DChangeLog-200012177 * graph.c (node_data): Use INSN_P.
20693 * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
H A DChangeLog-200322118 * graph.c (start_fct, node_data): Likewise.
H A DChangeLog-200424581 * graph.c (node_data, print_rtl_graph_with_bb): Likewise.