Searched refs:CHAR_BIT (Results 1 – 10 of 10) sorted by relevance
47 static const size_t size = CHAR_BIT * sizeof(value); in pop_front()
22 ASSERT_EQ(8, CHAR_BIT); in TEST()
53 #define SQRT_SIZE_MAX (((size_t)1) << (sizeof(size_t) * CHAR_BIT / 2)) in __weak_alias()
58 #define CHAR_BIT 8 macro
67 if (sizeof(size_t) * CHAR_BIT <= 32) in hsearch_hash()
216 ((p)->ncsalloc / CHAR_BIT * (p)->g->csetsize + \625 # define BACKSL (1<<CHAR_BIT) in p_simp_re()1249 p->ncsalloc += CHAR_BIT; in allocset()1251 assert(nc % CHAR_BIT == 0); in allocset()1252 nbytes = nc / CHAR_BIT * css; in allocset()1258 if (reallocarr(&p->g->setbits, nc / CHAR_BIT, css)) { in allocset()1264 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()1270 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset()1271 cs->mask = 1 << (unsigned int)((no) % CHAR_BIT); in allocset()1569 ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; in isinsets()[all …]
230 if (g->nstates <= (sopno)(CHAR_BIT*sizeof(states1)) && !(eflags®_LARGE))
182 MACRO_VALUE(CHAR_BIT, 8); in limits_h()
492 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
1664 for (j = 0; j < CHAR_BIT; ++j) { in _common_prefix_len()1665 if (x & (1 << (CHAR_BIT - 1))) { in _common_prefix_len()1666 return i * CHAR_BIT + j; in _common_prefix_len()1671 return sizeof(*a1) * CHAR_BIT; in _common_prefix_len()