Home
last modified time | relevance | path

Searched defs:Hash (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libsqlite/src/
H A Dhash.h24 typedef struct Hash Hash; typedef
35 struct Hash { struct
39 HashElem *first; /* The first element of the array */ argument
43 HashElem *chain; /* Pointer to first entry with this hash */ argument
53 struct HashElem { argument
/titanic_50/usr/src/stand/lib/fs/common/
H A Dcache.c60 #define Hash 2 /* Offset of hash chain ptrs. */ macro