• Home
  • Raw
  • Download

Lines Matching refs:hashtab

285 	* cp-demangle.c: Include hashtab.h.
305 * cp-demangle.c: Include hashtab.h.
350 * hashtab.c (hash_pointer): Remove conditional and avoid
355 * hashtab.c (hash_pointer): Move to end of file and reimplement.
813 hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c,
1012 * hashtab.c: Update copyright years.
1176 * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
1180 * config.h-vms (intptr_t): Define to compile hashtab.c
1196 * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t
1261 * hashtab.c (htab_traverse): Don't call htab_expand for
1929 * hashtab.c (htab_empty): Clear out n_deleted/n_elements;
2213 * hashtab.c (EMPTY_ENTRY): Moved and renamed.
2279 * hashtab.c (htab_size): Define as both macro and non-inline
2360 gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c,
2609 * hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
2806 * hashtab.c (htab_find_slot_with_hash): Make function
2977 * hashtab.c: Include limits.h, stdint.h, ansidecl.h.
2996 * hashtab.c (htab_remove_elt_with_hash): New function.
3001 * hashtab.c (htab_size): Move to top of file; mark inline.
3462 * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
3594 * hashtab.c: include malloc.h were available for
3639 * hashtab.c (iterative_hash): New fn.
3688 * hashtab.c (htab_traverse): Delete unused variables.
3751 * hashtab.c (htab_traverse_noresize): Break out from ...
3752 * hashtab.c (htab_traverse): ... here.
3756 * hashtab.c (htab_expand): Fix warning.
3758 * hashtab.c (htab_expand): Compute the size of hashtable based
3910 * hashtab.c (htab_create_alloc_ex): New function.
3944 * hashtab.c (htab_expand): Fix allocation of new entries.
4072 * hashtab.c (htab_create): New stub function for backward
4078 * hashtab.c (htab_create): Delete.
4108 * hashtab.c (higher_prime_number): Use 7 as minimum.
4429 * hashtab.c (higher_prime_number): Likewise.
4576 * hashtab.c (htab_hash_string): New.
4750 * hashtab.c (higher_prime_number): Silence warning that 4294967291
4868 * hashtab.c (higher_prime_number): Use a table, rather than a
4924 * hashtab.c (htab_expand): Change to return int. Use calloc or
4934 * hashtab.c: Change void * to PTR where necessary.
5420 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
5441 * hashtab.c (hash_pointer): Delete low-order bits which are
5491 * hashtab.c (htab_expand): Add prototype.
5496 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
5502 * hashtab.c (hash_pointer): New function.
5523 * hashtab.c: Various minor cleanups.
5537 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
5544 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
5555 * hashtab.c (find_empty_slot_for_expand): New function.
5573 * hashtab.c (htab_create): Set del_f.
5579 * hashtab.c: Remove debugging variables (all_searches,
5641 * hashtab.c (sys/types.h): File included.
5652 * hashtab.c: Include stdio.h.
5656 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
5677 * hashtab.c (find_hash_table_entry): When returning a
5708 * Makefile.in (CFILES): Add hashtab.c
5709 (REQUIRED_OFILES): Add hashtab.o
5710 (hashtab.o): Add dependencies.
5711 * hashtab.c: New file