Searched refs:entries (Results 76 - 100 of 1001) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dstringpool.c53 /* Create with 16K (2^14) entries. */
237 entries;
252 spd->entries = ggc_vec_alloc<ht_identifier_ptr> (spd->nslots);
253 memcpy (spd->entries, ident_hash->entries,
254 spd->nslots * sizeof (spd->entries[0]));
271 ht_load (ident_hash, spd->entries, spd->nslots, spd->nelements, false);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dstringpool.cc53 /* Create with 16K (2^14) entries. */
243 entries;
258 spd->entries = ggc_vec_alloc<ht_identifier_ptr> (spd->nslots);
259 memcpy (spd->entries, ident_hash->entries,
260 spd->nslots * sizeof (spd->entries[0]));
277 ht_load (ident_hash, spd->entries, spd->nslots, spd->nelements, false);
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dfind_names.c31 List *entries);
37 * add the key from entry on entries list to the files list
66 List *entries; local
72 /* look at entries (if necessary) */
75 /* parse the entries file (if it exists) */
76 entries = Entries_Open (aflag, NULL);
77 if (entries != NULL)
79 /* walk the entries file adding elements to the files list */
80 (void) walklist (entries, add_entries_proc, files);
82 /* if our caller wanted the entries lis
153 List *entries = (List *) closure; local
163 Find_Directories(char *repository, int which, List *entries) argument
420 find_dirs(char *dir, List *list, int checkadm, List *entries) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dhashtab.h28 so that the hash table entries are in the flexible array at the end
70 /* Current size (in entries) of the hash table. */
79 /* Current size (in entries) of the hash table, as an index into the
84 hash_entry_type entries[]; member in struct:htab
244 memset (result->entries, 0, size * sizeof (hash_entry_type));
251 This function also assumes there are no deleted entries in the table.
259 hash_entry_type *slot = htab->entries + index;
274 slot = htab->entries + index;
283 entries and repeatedly inserts the table elements. The occupancy
286 table entries i
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dhashtab.h28 so that the hash table entries are in the flexible array at the end
70 /* Current size (in entries) of the hash table. */
79 /* Current size (in entries) of the hash table, as an index into the
84 hash_entry_type entries[]; member in struct:htab
232 memset (htab->entries, 0, htab->size * sizeof (hash_entry_type));
257 This function also assumes there are no deleted entries in the table.
265 hash_entry_type *slot = htab->entries + index;
280 slot = htab->entries + index;
289 entries and repeatedly inserts the table elements. The occupancy
292 table entries i
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDefaultMap.h54 int entries; member in class:DefaultMap
70 entries = 0;
93 entries = 0;
120 int hi = entries - 1;
136 if (entries >= nchunks * CHUNK_SIZE)
146 // Allocate new chunk for entries.
149 entry = &chunks[entries / CHUNK_SIZE][entries % CHUNK_SIZE];
154 entries++;
167 int hi = entries
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDefaultMap.h54 int entries; member in class:DefaultMap
70 entries = 0;
93 entries = 0;
120 int hi = entries - 1;
136 if (entries >= nchunks * CHUNK_SIZE)
146 // Allocate new chunk for entries.
149 entry = &chunks[entries / CHUNK_SIZE][entries % CHUNK_SIZE];
154 entries++;
167 int hi = entries
[all...]
/netbsd-current/usr.bin/finger/
H A Dextern.h36 extern int entries; /* Number of people. */
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dhosttable.c56 for (hte = ht->entries; hte; hte = next) {
117 for (tmp = ht->entries; tmp; tmp = tmp->next) {
128 if( ht->entries == NULL ) {
129 ht->entries = entry;
131 for (tmp = ht->entries; tmp->next; tmp = tmp->next)
149 for (hte = ht->entries; hte; prev = hte, hte = hte->next) {
154 ht->entries = hte->next;
173 for (index = ht->entries; index; index = index->next) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_bit.c36 u8 entries = nvbios_rd08(bios, bios->bit_offset + 10); local
38 while (entries--) {
/netbsd-current/external/mit/expat/dist/tests/
H A Dstructdata.c71 storage->entries = NULL;
85 new = realloc(storage->entries,
88 storage->entries = new;
91 entry = &storage->entries[storage->count];
111 sprintf(buffer, "wrong number of entries: got %d, expected %d",
117 const StructDataEntry *got = &storage->entries[i];
148 free((void *)storage->entries[i].str);
149 free(storage->entries);
152 storage->entries = NULL;
/netbsd-current/sys/stand/efiboot/
H A Defiblock.h50 TAILQ_ENTRY(efi_block_dev) entries; member in struct:efi_block_dev
73 TAILQ_ENTRY(efi_block_part) entries; member in struct:efi_block_part
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dattr-arch-assumption.d1 # name: arch and isa entries in elf attribute section
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/bfin/
H A Dloop_temps.d4 Symbol table '.symtab' contains 5 entries:
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dglobal.d4 Symbol table '.symtab' contains 5 entries:
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Delf-rel12.d5 Relocation section '\.rel\.text' at offset .* contains 4 entries:
H A Delf-rel18.d4 Relocation section '\.rela\.text' at offset .* contains 4 entries:
H A Delf-rel27.d6 Relocation section '\.rel\.text' at offset .* contains [34] entries:
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dpie-bind-locally.d7 Relocation section '\.rela\.dyn' at offset .* contains 2 entries:
H A Dtls-small-ld.d6 Relocation section '\.rela\.dyn' at offset 0x10070 contains 2 entries:
H A Dtls-tiny-ld.d6 Relocation section '\.rela\.dyn' at offset 0x10070 contains 2 entries:
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dpie-bind-locally.d7 Relocation section '\.rel\.dyn' at offset .* contains 2 entries:
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dehdr_start-userdef.d8 Symbol table '\.symtab' contains [0-9]+ entries:
H A Dpr18735.d4 Symbol table '.symtab' contains .* entries:
H A Dpr19789.d5 Symbol table '\.symtab' contains [0-9]+ entries:

Completed in 223 milliseconds

1234567891011>>