Searched refs:hash_slot (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libcpp/
H A Dfiles.c504 void **hash_slot; local
515 hash_slot
520 entry = search_cache ((struct cpp_file_hash_entry *) *hash_slot, start_dir);
547 if (*hash_slot == NULL)
549 /* If *hash_slot is NULL, the above htab_find_slot_with_hash
555 *hash_slot = file;
556 htab_clear_slot (pfile->file_hash, hash_slot);
573 if (*hash_slot == NULL)
576 *hash_slot = file;
577 htab_clear_slot (pfile->file_hash, hash_slot);
1140 struct cpp_file_hash_entry *entry, **hash_slot; local
[all...]
/haiku-buildtools/binutils/opcodes/
H A Di386-gen.c1165 struct opcode_hash_entry **hash_slot, **entry, *next; local
1224 hash_slot = (struct opcode_hash_entry **)
1229 if (*hash_slot == NULL)
1247 *hash_slot = opcode_array[i];
1253 entry = hash_slot;
1259 (*entry)->name = (*hash_slot)->name;
/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c2175 void **hash_slot; local
2207 hash_slot = htab_find_slot (file_data->section_hash_table, &s_slot, INSERT);
2208 gcc_assert (*hash_slot == NULL);
2212 *hash_slot = new_slot;

Completed in 122 milliseconds