Home
last modified time | relevance | path

Searched defs:ihash (Results 1 – 3 of 3) sorted by relevance

/plan9-contrib/sys/src/9k/port/
H A Dimage.c10 #define ihash(s) imagealloc.hash[s%IHASHSIZE] macro
/plan9-contrib/sys/src/cmd/fossil/
H A D9user.c20 User* ihash; /* lookup by .uid */ member
32 User* ihash[NUserHash]; /* lookup by .uid */ member
/plan9-contrib/sys/src/9/port/
H A Dsegment.c26 #define ihash(s) imagealloc.hash[s%IHASHSIZE] macro