Searched refs:CHAR_BIT (Results 1 – 5 of 5) sorted by relevance
49 #define CHAR_BIT 8 /* number of bits in a char */ macro
216 ((p)->ncsalloc / CHAR_BIT * (p)->g->csetsize + \624 # define BACKSL (1<<CHAR_BIT) in p_simp_re()1245 p->ncsalloc += CHAR_BIT; in allocset()1247 assert(nc % CHAR_BIT == 0); in allocset()1248 nbytes = nc / CHAR_BIT * css; in allocset()1261 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()1276 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset()1277 cs->mask = 1 << (unsigned int)((no) % CHAR_BIT); in allocset()1570 ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; in isinsets()1596 ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; in samesets()
230 if (g->nstates <= (sopno)(CHAR_BIT*sizeof(states1)) && !(eflags®_LARGE))
263 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
1655 for (j = 0; j < CHAR_BIT; ++j) { in _common_prefix_len()1656 if (x & (1 << (CHAR_BIT - 1))) { in _common_prefix_len()1657 return i * CHAR_BIT + j; in _common_prefix_len()1662 return sizeof(*a1) * CHAR_BIT; in _common_prefix_len()