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

/freebsd-11.0-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks3.c114 unsigned long rehash; local
124 rehash = hash;
127 if (mf_thread_data[rehash].used_p && mf_thread_data[rehash].self == self)
128 return &mf_thread_data[rehash];
130 rehash += 7;
131 if (rehash >= LIBMUDFLAPTH_THREADS_MAX)
132 rehash -= LIBMUDFLAPTH_THREADS_MAX;
133 if (rehash == hash)
141 rehash
[all...]
/freebsd-11.0-release/contrib/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;
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Ddictionary.h48 void rehash(int);
/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dst.c101 static void rehash(st_table *);
304 rehash(table);\
350 static void rehash(table) function
/freebsd-11.0-release/contrib/one-true-awk/
H A Dproto.h104 extern void rehash(Array *);
H A Dtran.c34 #define FULLTAB 2 /* rehash when table gets this x full */
229 rehash(tp);
247 void rehash(Array *tp) /* rehash items in small table into big one */ function
/freebsd-11.0-release/contrib/binutils/bfd/
H A Decoff.c2818 *REHASH to the rehash adjustment if the first slot is taken. SIZE
2824 unsigned int *rehash,
2836 *rehash = (hash & (size - 1)) | 1;
2945 unsigned int hash, rehash, srch;
2951 hash = ecoff_armap_hash (stringbase + name_offset, &rehash, count,
2956 /* See if we can rehash to this location. */
2957 for (srch = (hash + rehash) & (count - 1);
2959 srch = (srch + rehash) & (count - 1))
3098 unsigned int hash, rehash = 0;
3115 hash = ecoff_armap_hash (*map[i].name, &rehash, hashsiz
2815 ecoff_armap_hash(const char *s, unsigned int *rehash, unsigned int size, unsigned int hlog) argument
2937 unsigned int hash, rehash, srch; local
3090 unsigned int hash, rehash = 0; local
3760 unsigned int hash, rehash = 0; local
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c21900 static int rehash(Hash *pH, unsigned int new_size){ function
22063 if( rehash(pH, pH->count*2) ){
[all...]

Completed in 490 milliseconds