Home
last modified time | relevance | path

Searched refs:HASH_SIZEOF (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dhash.h55 #define HASH_SIZEOF(f) ((((long)(f))>>16)&0xffff) /* extract size */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashlook.c298 else if (!(n = HASH_SIZEOF(flags))) in hashlook()