Home
last modified time | relevance | path

Searched refs:HASH_FIXED (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/libast/common/hash/
H A Dhashsize.c57 if (!new_s) tab->flags |= HASH_FIXED; in hashsize()
H A Dhashlook.c277 if (!tab->frozen && !(tab->flags & HASH_FIXED) && tab->buckets > tab->root->meanchain * tab->size) in hashlook()
300 if (!(flags & HASH_FIXED)) n = m; in hashlook()
H A Dhashalloc.c142 if (tab->size & (tab->size - 1)) tab->flags |= HASH_FIXED; in hashalloc()
H A Dhashdump.c41 if (flags & HASH_FIXED) sfprintf(sfstderr, "fixed "); in dumpflags()
/titanic_50/usr/src/lib/libast/common/include/
H A Dhash.h36 #define HASH_FIXED (1L<<1) /* fixed table size */ macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h45 #define HASH_FIXED (1L<<1) /* fixed table size */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h45 #define HASH_FIXED (1L<<1) /* fixed table size */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h45 #define HASH_FIXED (1L<<1) /* fixed table size */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dhash.h45 #define HASH_FIXED (1L<<1) /* fixed table size */ macro