Searched refs:MAX_G (Results 1 – 1 of 1) sorted by relevance
184 if (unlikely (g > MAX_G)) return; in add()197 if (unlikely (g > MAX_G)) return; in del()209 if (unlikely (g > MAX_G)) return false; in has()215 if (unlikely (first > MAX_G)) return false; in intersects()216 if (unlikely (last > MAX_G)) last = MAX_G; in intersects()278 for (hb_codepoint_t i = *codepoint + 1; i < MAX_G + 1; i++) in next()331 static const unsigned int MAX_G = 65536 - 1; /* XXX Fix this... */ member335 static const unsigned int ELTS = (MAX_G + 1 + (BITS - 1)) / BITS;345 ASSERT_STATIC (sizeof (elt_t) * 8 * ELTS > MAX_G);