Searched refs:rehash (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-cmds.c193 int rehash; member in struct:mi_cmd_stats
225 stats.rehash++;
250 command->name, stats.rehash - nr_rehash);
253 nr_rehash = stats.rehash;
/haiku-fatelf/src/bin/gdb/bfd/
H A Decoff.c2950 *REHASH to the rehash adjustment if the first slot is taken. SIZE
2955 ecoff_armap_hash (s, rehash, size, hlog)
2957 unsigned int *rehash;
2969 *rehash = (hash & (size - 1)) | 1;
3081 unsigned int hash, rehash, srch;
3087 hash = ecoff_armap_hash (stringbase + name_offset, &rehash, count,
3092 /* See if we can rehash to this location. */
3093 for (srch = (hash + rehash) & (count - 1);
3095 srch = (srch + rehash) & (count - 1))
3239 unsigned int hash, rehash;
3072 unsigned int hash, rehash, srch; local
3230 unsigned int hash, rehash; local
3548 unsigned int hash, rehash; local
[all...]

Completed in 105 milliseconds