Searched defs:hfreq (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/refer/ |
H A D | inv6.c | 36 int *hfreq = NULL; local 40 hfreq = (int *)calloc(nhash, sizeof (*hfreq)); 41 assert(hfreq != NULL); 51 hfreq[hash] = ct; 54 hfreq[hash] = 0; 76 fwrite(hfreq, sizeof (*hfreq), nhash, fa);
|
H A D | glue1.c | 25 int *hfreq, hfrflg; variable 169 if (hfreq) 170 free(hfreq, maxhash, sizeof (*hfreq)); 171 hfreq = 0; 193 if (hfreq == 0) 194 hfreq = (int *)zalloc(nhash, sizeof (*hfreq)); 195 if (hfreq == NULL) 203 frtbl = fread(hfreq, sizeo [all...] |
H A D | hunt1.c | 26 int *hfreq, hfrflg; variable 189 hfreq = (int *)calloc(nhash, sizeof (*hfreq)); 190 assert(hfreq != NULL); 191 frtbl = fread(hfreq, sizeof (*hfreq), nhash, fa);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fbio.h | 366 uint_t hfreq; /* horizontal freq in Hz */ member in struct:mon_info
|
Completed in 47 milliseconds