Home
last modified time | relevance | path

Searched refs:HSHSIZ (Results 1 – 8 of 8) sorted by relevance

/original-bsd/sys/tahoe/inline/
H A Dinline.h50 #define HSHSIZ 128 macro
62 struct pats *patshdr[HSHSIZ];
74 struct inststoptbl *inststoptblhdr[HSHSIZ];
H A Dmain.c337 hash &= HSHSIZ - 1;
/original-bsd/sys/vax/inline/
H A Dinline.h50 #define HSHSIZ 128 macro
62 struct pats *patshdr[HSHSIZ];
76 struct inststoptbl *inststoptblhdr[HSHSIZ];
H A Dmain.c368 hash &= HSHSIZ - 1;
/original-bsd/old/ratfor/
H A Drlook.c11 #define HSHSIZ 101 macro
19 struct nlist *hshtab[HSHSIZ];
36 hshval %= HSHSIZ;
H A Dr.h57 #define HSHSIZ 101 macro
/original-bsd/bin/csh/
H A Dexec.c61 #define HSHSIZ 8192 /* 1k bytes */ macro
62 #define HSHMASK (HSHSIZ - 1)
64 static char xhash[HSHSIZ / 8];
/original-bsd/usr.bin/m4/
H A Dm4.c34 #define HSHSIZ 199 /* prime */ macro
72 struct nlist *hshtab[HSHSIZ];
477 hshval %= HSHSIZ;
629 for (i=0; i<HSHSIZ; i++)