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

/freebsd-12-stable/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-12-stable/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-12-stable/contrib/ofed/opensm/opensm/
H A Dst.c99 static void rehash(st_table *);
304 rehash(table);\
350 static void rehash(table) function
/freebsd-12-stable/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-12-stable/sys/netinet6/
H A Din6_pcb.c412 struct ucred *cred, struct mbuf *m, bool rehash)
441 KASSERT(rehash == true,
443 rehash = false;
460 if (rehash) {
411 in6_pcbconnect_mbuf(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred, struct mbuf *m, bool rehash) argument
/freebsd-12-stable/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-12-stable/contrib/lua/src/
H A Dltable.c395 static void rehash (lua_State *L, Table *t, const TValue *ek) { function
479 rehash(L, t, key); /* grow table */
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltable.c343 static void rehash (lua_State *L, Table *t, const TValue *ek) { function
415 rehash(L, t, key); /* grow table */
/freebsd-12-stable/sys/netinet/
H A Din_pcb.c1006 struct ucred *cred, struct mbuf *m, bool rehash)
1025 KASSERT(rehash == true,
1041 if (rehash) {
1005 in_pcbconnect_mbuf(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred, struct mbuf *m, bool rehash) argument
/freebsd-12-stable/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...]
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c33299 static int rehash(Hash *pH, unsigned int new_size){ function
[all...]

Completed in 847 milliseconds