Home
last modified time | relevance | path

Searched refs:end_data (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gold/testsuite/
H A Dscript_test_2.cc34 extern char end_data[] __attribute__((__aligned__(1)));
61 assert(end_data == start_data + 15); in main()
64 assert(start_fill == end_data); in main()
H A Dscript_test_2.t60 end_data = .;
/netbsd/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dscript_test_2.cc34 extern char end_data[] __attribute__((__aligned__(1)));
61 assert(end_data == start_data + 15); in main()
64 assert(start_fill == end_data); in main()
H A Dscript_test_2.t60 end_data = .;
/netbsd/sys/dev/fdt/
H A Dfdt_boot.c115 const void *start_data, *end_data; in fdt_probe_range() local
124 end_data = fdtbus_get_prop(chosen, endname, NULL); in fdt_probe_range()
125 if (start_data == NULL || end_data == NULL) in fdt_probe_range()
131 *pend = be32dec(end_data); in fdt_probe_range()
135 *pend = be64dec(end_data); in fdt_probe_range()
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dresolve.c144 status = dn_expand(data, end_data, p, host, sizeof(host)); in parse_record()
147 if (p + status + 10 > end_data) in parse_record()
160 if (p + size > end_data) in parse_record()
179 status = dn_expand(data, end_data, p, host, sizeof(host)); in parse_record()
194 status = dn_expand(data, end_data, p + 2, host, sizeof(host)); in parse_record()
217 status = dn_expand(data, end_data, p + 6, host, sizeof(host)); in parse_record()
416 const unsigned char *end_data = data + len; in parse_reply() local
465 if (p + status + 4 > end_data) { in parse_reply()
477 if(parse_record(data, end_data, &p, rr) != 0) { in parse_reply()
484 if(parse_record(data, end_data, &p, rr) != 0) { in parse_reply()
[all …]
/netbsd/external/bsd/ipf/dist/iplang/
H A Diplang_y.y161 void end_data __P((void));
532 '{' databody '}' ';' { end_data(); }
1813 void end_data() in end_data() function
/netbsd/sys/dev/pci/ixgbe/
H A Dixgbe_phy.c1179 bool end_data = FALSE; in ixgbe_reset_phy_nl() local
1221 while (!end_data) { in ixgbe_reset_phy_nl()
1263 end_data = TRUE; in ixgbe_reset_phy_nl()