Searched refs:CCL_SIZ (Results 1 – 1 of 1) sorted by relevance
176 #define CCL_SIZ 32 macro982 (void) memset((char *)tab, 0, CCL_SIZ * sizeof (uchar_t)); in ccl()1020 for (i = 0; i < CCL_SIZ; i++) tab[i] ^= 0xff; in ccl()1061 tab = egmalloc(CCL_SIZ * sizeof (uchar_t)); in d3()