Home | History | Annotate | Download | only in src

Lines Matching refs:BITS

315 	for (unsigned int j = 0; j < BITS; j++)
317 return i * BITS + j;
324 for (unsigned int j = BITS; j; j--)
326 return (i - 1) * BITS + (j - 1);
333 static const unsigned int BITS = (1 << SHIFT);
334 static const unsigned int MASK = BITS - 1;
335 static const unsigned int ELTS = (MAX_G + 1 + (BITS - 1)) / BITS;
344 ASSERT_STATIC (sizeof (elt_t) * 8 == BITS);
351 static const unsigned int BITS = hb_set_t::BITS;
368 unsigned int num_elts = (count + BITS - 1) / BITS;