Searched refs:TBITSET (Results 1 – 2 of 2) sorted by relevance
56 int TBITSET; variable120 TBITSET = NWORDS(ntoksz*LKFACTOR); in main()172 calloc((size_t)(TBITSET * (INIT_LSIZE+1)), sizeof (int)); in mktbls()187 lkst[i].lset = tmp_lset + TBITSET * i; in mktbls()194 calloc((size_t)(TBITSET * (nnontersz+1)), sizeof (int)); in mktbls()200 wsets[i].ws.lset = tmp_lset + TBITSET * i; in mktbls()203 clset.lset = (int *)malloc(sizeof (int)*TBITSET); in mktbls()1186 calloc((size_t)(TBITSET * (lsetsize-LSETSIZE)), sizeof (int)); in exp_lkst()1200 lkst[i].lset = tmp_lset + TBITSET * j; in exp_lkst()1230 calloc((size_t)(TBITSET * (wsetsz-WSETSIZE)), sizeof (int)); in exp_wsets()[all …]
237 extern int TBITSET;