Searched refs:totc (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/common/bzip2/ |
H A D | compress.c | 242 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues() local 344 totc = 0; in sendMTFValues() 403 totc += bc; in sendMTFValues() 439 iter+1, totc/8 ); in sendMTFValues()
|
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_conf.c | 334 int i, totc = old->cpa_argc + new->cpa_argc; in set_lst() local 340 new->cpa_argv = fmd_alloc(sizeof (char *) * totc, FMD_SLEEP); in set_lst() 348 ASSERT(new->cpa_argc == totc); in set_lst()
|