Searched refs:hfreq (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/refer/ |
H A D | inv6.c | 36 int *hfreq = NULL; in whash() local 40 hfreq = (int *)calloc(nhash, sizeof (*hfreq)); in whash() 41 assert(hfreq != NULL); in whash() 51 hfreq[hash] = ct; in whash() 54 hfreq[hash] = 0; in whash() 76 fwrite(hfreq, sizeof (*hfreq), nhash, fa); in whash()
|
H A D | glue1.c | 25 int *hfreq, hfrflg; variable 169 if (hfreq) in huntmain() 170 free(hfreq, maxhash, sizeof (*hfreq)); in huntmain() 171 hfreq = 0; in huntmain() 193 if (hfreq == 0) in huntmain() 194 hfreq = (int *)zalloc(nhash, sizeof (*hfreq)); in huntmain() 195 if (hfreq == NULL) in huntmain() 203 frtbl = fread(hfreq, sizeof (*hfreq), nhash, fa); in huntmain()
|
H A D | hunt2.c | 21 extern int *hfreq, hfrflg; 59 hfreq[0], hfreq[1], hfreq[2], hfreq[3], hfreq[4]); in doquery() 89 qitem[i], hh[i], hfreq[hh[i]]); in doquery() 95 fprintf(stderr, "item hash %d frq %d\n", hh[i], hfreq[hh[i]]); in doquery() 303 return (hfreq[hh[n1]] <= hfreq[hh[n2]]); in hcomp()
|
H A D | hunt1.c | 26 int *hfreq, hfrflg; variable 189 hfreq = (int *)calloc(nhash, sizeof (*hfreq)); in main() 190 assert(hfreq != NULL); in main() 191 frtbl = fread(hfreq, sizeof (*hfreq), nhash, fa); in main()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fbio.h | 366 uint_t hfreq; /* horizontal freq in Hz */ member
|