Searched refs:name_count (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddarwin-nat-info.c200 unsigned int name_count, type_count; local
209 result = mach_port_names (task, &names, &name_count, &types, &type_count);
212 gdb_assert (name_count == type_count);
216 for (index = 0; index < name_count; ++index)
296 (name_count * sizeof (mach_port_t)));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddarwin-nat-info.c200 unsigned int name_count, type_count; local
209 result = mach_port_names (task, &names, &name_count, &types, &type_count);
212 gdb_assert (name_count == type_count);
216 for (index = 0; index < name_count; ++index)
296 (name_count * sizeof (mach_port_t)));
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_ncons.c254 int r, i, name_count, constraint_count;
263 if (!add_lengths(&name_count, X509_NAME_entry_count(nm),
268 || (name_count > 0 && constraint_count > NAME_CHECK_MAX / name_count))
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_ncons.c252 int r, i, name_count, constraint_count;
261 if (!add_lengths(&name_count, X509_NAME_entry_count(nm),
266 || (name_count > 0 && constraint_count > NAME_CHECK_MAX / name_count))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dindex-write.c778 const size_t name_count = m_name_to_value_set.size (); local
780 (std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
781 m_hash_table.reserve (name_count);
782 m_name_table_string_offs.reserve (name_count);
783 m_name_table_entry_offs.reserve (name_count);
862 gdb_assert (m_hash_table.size () == name_count);
883 uint32_t name_count () const function
1623 /* name_count - The number of unique names in the index. */
1624 header.append_uint (4, dwarf5_byte_order, nametable.name_count ());
H A Dread.c261 uint32_t tu_count, bucket_count, name_count; member in struct:mapped_index_base
298 { return this->name_count; }
5104 /* name_count - The number of unique names in the index. */
5105 map.name_count = read_4_bytes (abfd, addr);
5136 addr += map.name_count * 4;
5140 addr += map.name_count * map.offset_size;
5142 addr += map.name_count * map.offset_size;
5288 if (map->name_count == 0)
5446 if (namei >= map.name_count)
5448 complaint (_("Wrong .debug_names with name index %u but name_count
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dindex-write.c619 const size_t name_count = m_name_to_value_set.size (); local
621 (std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
622 m_hash_table.reserve (name_count);
623 m_name_table_string_offs.reserve (name_count);
624 m_name_table_entry_offs.reserve (name_count);
703 gdb_assert (m_hash_table.size () == name_count);
724 uint32_t name_count () const function
1377 /* name_count - The number of unique names in the index. */
1378 header.append_uint (4, dwarf5_byte_order, nametable.name_count ());
H A Dread.c266 uint32_t tu_count, bucket_count, name_count; member in struct:mapped_index_base
303 { return this->name_count; }
4518 /* name_count - The number of unique names in the index. */
4519 map.name_count = read_4_bytes (abfd, addr);
4550 addr += map.name_count * 4;
4554 addr += map.name_count * map.offset_size;
4556 addr += map.name_count * map.offset_size;
4722 if (map->name_count == 0)
4889 if (namei >= map.name_count)
4891 complaint (_("Wrong .debug_names with name index %u but name_count
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dnb30.d158 WORD name_count;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Drescoff.c68 bfd_byte name_count[2]; member in struct:extern_res_directory
191 int name_count, id_count, i;
214 name_count = windres_get_16 (wrbfd, erd->name_count, 2);
223 for (i = 0; i < name_count; i++, ere++)
667 windres_put_16 (cwi->wrbfd, erd->name_count, cn);
190 int name_count, id_count, i; local
H A Ddwarf.c9011 uint32_t bucket_count, name_count, abbrev_table_size; local
9069 SAFE_BYTE_GET_AND_INC (name_count, hdrptr, 4, unit_end);
9143 hdrptr += name_count * sizeof (uint32_t);
9145 hdrptr += name_count * offset_size;
9147 hdrptr += name_count * offset_size;
9181 for (hashi = 0; hashi < name_count; hashi++)
9200 (unsigned long) name_count, hash_clash_count, longest_clash);
9201 assert (name_count == buckets_filled + hash_clash_count);
9259 for (namei = 0; namei < name_count; ++namei)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drescoff.c68 bfd_byte name_count[2]; member in struct:extern_res_directory
191 int name_count, id_count, i;
214 name_count = windres_get_16 (wrbfd, erd->name_count, 2);
223 for (i = 0; i < name_count; i++, ere++)
667 windres_put_16 (cwi->wrbfd, erd->name_count, cn);
190 int name_count, id_count, i; local
H A Ddwarf.c10071 uint64_t bucket_count, name_count, abbrev_table_size; local
10129 SAFE_BYTE_GET_AND_INC (name_count, hdrptr, 4, unit_end);
10212 + name_count * (sizeof (uint32_t) + 2 * offset_size)
10226 hdrptr += name_count * sizeof (uint32_t);
10228 hdrptr += name_count * offset_size;
10230 hdrptr += name_count * offset_size;
10257 for (hashi = 0; hashi < name_count; hashi++)
10276 (unsigned long) name_count, hash_clash_count, longest_clash);
10278 if (name_count != buckets_filled + hash_clash_count)
10279 warn (_("The name_count (
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drescoff.c68 bfd_byte name_count[2]; member in struct:extern_res_directory
191 int name_count, id_count, i;
214 name_count = windres_get_16 (wrbfd, erd->name_count, 2);
223 for (i = 0; i < name_count; i++, ere++)
670 windres_put_16 (cwi->wrbfd, erd->name_count, cn);
190 int name_count, id_count, i; local
H A Ddwarf.c10199 uint64_t bucket_count, name_count, abbrev_table_size; local
10256 SAFE_BYTE_GET_AND_INC (name_count, hdrptr, 4, unit_end);
10339 + name_count * (sizeof (uint32_t) + 2 * offset_size)
10352 hdrptr += name_count * sizeof (uint32_t);
10354 hdrptr += name_count * offset_size;
10356 hdrptr += name_count * offset_size;
10383 for (hashi = 0; hashi < name_count; hashi++)
10402 name_count, hash_clash_count, longest_clash);
10404 if (name_count != buckets_filled + hash_clash_count)
10405 warn (_("The name_count (
[all...]
/netbsd-current/external/bsd/file/dist/src/
H A Dsoftmagic.c126 uint16_t *indir_count, uint16_t *name_count, int mode, int text)
132 if (name_count == NULL) {
134 name_count = &nc;
143 0, mode, text, 0, indir_count, name_count,
216 int flip, uint16_t *indir_count, uint16_t *name_count,
266 mode, text, flip, indir_count, name_count,
379 name_count, printed_something, need_separator,
1593 int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count,
1613 if (*name_count >= ms->name_max) {
1615 *name_count);
125 file_softmagic(struct magic_set *ms, const struct buffer *b, uint16_t *indir_count, uint16_t *name_count, int mode, int text) argument
214 match(struct magic_set *ms, struct magic *magic, file_regex_t **magic_rxcomp, size_t nmagic, const struct buffer *b, size_t offset, int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count, int *printed_something, int *need_separator, int *firstline, int *returnval, int *found_match) argument
1591 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, const unsigned char *s, size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count, int *printed_something, int *need_separator, int *firstline, int *returnval, int *found_match) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp315 for (const auto &name_count : TargetCountMap) {
317 LineOffset, Discriminator, name_count.first,
318 name_count.second));

Completed in 559 milliseconds