Home
last modified time | relevance | path

Searched refs:CCL_SIZ (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/tools/cscope-fast/
H A Dcgrep.c176 #define CCL_SIZ 32 macro
982 (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()