Searched refs:HASH_HASHED (Results 1 – 3 of 3) sorted by relevance
52 if (flags & HASH_HASHED) n = *((unsigned int*)value); in hashlook()89 else if (tab->flags & HASH_HASHED) in hashlook()92 if (!(flags & HASH_HASHED)) n >>= 3; in hashlook()94 else if (flags & HASH_HASHED) n = *((unsigned int*)value); in hashlook()205 …| (b->hash & (HASH_KEEP|HASH_OPAQUED)) || hashlook(top, value, (flags&(HASH_HASHED|HASH_INTERNAL))… in hashlook()
42 if (flags & HASH_HASHED) sfprintf(sfstderr, "hashed "); in dumpflags()
37 #define HASH_HASHED (1L<<6) /* key names already hashed */ macro