Searched refs:num_names (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Drbt_test.c795 uint32_t num_names) {
799 for (i = 0; i < num_names; i++) {
840 uint32_t num_names) {
845 for (i = 0; i < num_names; i++) {
927 uint32_t num_names; local
930 num_names = isc_random_uniform(1024 - names_count);
931 num_names++;
933 num_names = 0;
936 insert_nodes(mytree, names, &names_count, num_names);
940 num_names
794 insert_nodes(dns_rbt_t *mytree, char **names, size_t *names_count, uint32_t num_names) argument
839 remove_nodes(dns_rbt_t *mytree, char **names, size_t *names_count, uint32_t num_names) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dcore_namemap.c139 size_t num_names; local
156 num_names = lh_NAMENUM_ENTRY_num_items(namemap->namenum);
157 if (num_names == 0) {
161 cbdata.names = OPENSSL_malloc(sizeof(*cbdata.names) * num_names);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A DpeXXigen.c1545 unsigned long num_names; /* Number in the name pointer table. */
1635 edt.num_names = bfd_get_32 (abfd, data + 24);
1679 _("\t[Name Pointer/Ordinal] Table\t%08lx\n"), edt.num_names);
1759 if (edt.npt_addr + (edt.num_names * 4) - adj >= datasize
1761 || edt.num_names * 4 < edt.num_names
1766 (long) edt.num_names);
1768 else if (edt.ot_addr + (edt.num_names * 2) - adj >= datasize
1773 (long) edt.num_names);
1774 else for (i = 0; i < edt.num_names;
1544 unsigned long num_names; /* Number in the name pointer table. */ member in struct:EDT_type
2355 unsigned int num_names, num_ids; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A DpeXXigen.c1534 unsigned long num_names; /* Number in the name pointer table. */
1624 edt.num_names = bfd_get_32 (abfd, data + 24);
1668 _("\t[Name Pointer/Ordinal] Table\t%08lx\n"), edt.num_names);
1748 if (edt.npt_addr + (edt.num_names * 4) - adj >= datasize
1750 || edt.num_names * 4 < edt.num_names
1755 (long) edt.num_names);
1757 else if (edt.ot_addr + (edt.num_names * 2) - adj >= datasize
1762 (long) edt.num_names);
1763 else for (i = 0; i < edt.num_names;
1533 unsigned long num_names; /* Number in the name pointer table. */ member in struct:EDT_type
2344 unsigned int num_names, num_ids; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c1545 unsigned long num_names; /* Number in the name pointer table. */
1635 edt.num_names = bfd_get_32 (abfd, data + 24);
1679 _("\t[Name Pointer/Ordinal] Table\t%08lx\n"), edt.num_names);
1759 if (edt.npt_addr + (edt.num_names * 4) - adj >= datasize
1761 || edt.num_names * 4 < edt.num_names
1766 (long) edt.num_names);
1768 else if (edt.ot_addr + (edt.num_names * 2) - adj >= datasize
1773 (long) edt.num_names);
1774 else for (i = 0; i < edt.num_names;
1544 unsigned long num_names; /* Number in the name pointer table. */ member in struct:EDT_type
2355 unsigned int num_names, num_ids; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A DpeXXigen.c1546 unsigned long num_names; /* Number in the name pointer table. */
1636 edt.num_names = bfd_get_32 (abfd, data + 24);
1680 _("\t[Name Pointer/Ordinal] Table\t%08lx\n"), edt.num_names);
1760 if (edt.npt_addr + (edt.num_names * 4) - adj >= datasize
1762 || edt.num_names * 4 < edt.num_names
1767 (long) edt.num_names);
1769 else if (edt.ot_addr + (edt.num_names * 2) - adj >= datasize
1774 (long) edt.num_names);
1775 else for (i = 0; i < edt.num_names;
1545 unsigned long num_names; /* Number in the name pointer table. */ member in struct:EDT_type
2358 unsigned int num_names, num_ids; local
[all...]

Completed in 133 milliseconds