Searched refs:hsize (Results 1 – 5 of 5) sorted by relevance
49 long hsize; variable148 hsize = sblockp->fs_ipg * sblockp->fs_ncg -150 htab = (struct htab *)malloc((unsigned)hsize * sizeof(struct htab));151 strngtab = malloc((unsigned)(30 * hsize));201 for (i = 0; i < hsize; i++)365 for (hp = &htab[i%hsize]; hp->h_ino;) {368 if (++hp >= &htab[hsize])373 if (++nhent >= hsize) {375 hsize);
129 register long hsize = 0; in hist_open() local159 hsize=lseek(fileno(fd),0L,2); in hist_open()164 hsize=lseek(fileno(fd),0L,2); in hist_open()168 if(hsize && hist_check(fd)) in hist_open()172 hsize = 0; in hist_open()198 if(hsize==0) in hist_open()206 if(hsize) in hist_open()209 long size = hsize - (HISMAX/4); in hist_open()221 if(login_sh && his_start>1 && hsize > HISMAX) in hist_open()
125 #define hsize zs->zs_hsize macro253 for (fcode = (long)hsize; fcode < 65536L; fcode *= 2L)257 hsize_reg = hsize;624 cl_hash(zs, (count_int) hsize);685 hsize = HSIZE; /* For dynamic table sizing. */
56 \pagewidth=\hsize \pageheight=\vsize260 \advance \hsize by -\leftskip261 \advance \hsize by -\rightskip276 \advance\hsize by -\rightskip690 \advance \hsize by -\rightskip %691 \advance \hsize by -\leftskip %1035 \wd0=\hsize \wd2=\hsize \hbox to\pagewidth{\box0\hfil\box2}}1314 \vbox to 3in{\vfil \hbox to\hsize{\hfil #2} \hbox to\hsize{\hfil #1} \vfil}}%2098 \hsize = 6.5in2112 \global\hsize = 5in[all …]
247 long hsize; /* size of hole at beginning of data to be squashed */ variable416 hsize = atoi(*p++);938 database += hsize; in middle()