Lines Matching refs:csize
60 int csize = CSIZE; variable
192 qsort(tcm, csize, sizeof(tcm[0]), in main()
209 qsort(pcm, csize, sizeof(pcm[0]), in main()
455 for (i %= csize, j = 0; tcm[i].tcm_comm[0] && j != csize; i = (i+1)%csize, j++) in tenter()
458 if(j == csize) { in tenter()
460 (csize + CSIZE - 1) * sizeof (struct tcms))) == NULL) { in tenter()
465 memset(&ntcm[csize], 0, CSIZE - 1); in tenter()
468 i = csize; in tenter()
469 csize = csize + CSIZE - 1; in tenter()
491 for (i %= csize, j = 0; pcm[i].pcm_comm[0] && j != csize; i = (i+1)%csize, j++) in enter()
494 if(j == csize) { in enter()
496 (csize + CSIZE - 1) * sizeof (struct pcms))) == NULL) { in enter()
501 memset(&npcm[csize], 0, CSIZE - 1); in enter()
504 i = csize; in enter()
505 csize = csize + CSIZE - 1; in enter()
519 for (i = 0; i < csize; i++) in tfixjunk()
531 for (i = 0; i < csize; i++) in fixjunk()
571 for (i = k = 0; i < csize; i++) in tsqueeze()
582 csize = k; in tsqueeze()
590 for (i = k = 0; i < csize; i++) in squeeze()
607 csize = k; in squeeze()
695 for (i = 0; i < csize; i++) in toutpta()
700 for (i = 0; i < csize; i++) in toutpta()
728 for (i = 0; i < csize; i++) in toutptc()
767 for (i = 0; i < csize; i++) in outputa()
772 for (i = 0; i < csize; i++) in outputa()
853 for (i = 0; i < csize; i++) in outputc()