Lines Matching refs:in_range
231 in_range (current_tuple) && in is_valid()
243 bool in_range (const void *p, unsigned int l) const in in_range() function
246 template <typename T> bool in_range (const T *p) const { return in_range (p, sizeof (*p)); } in in_range() function
286 if (unlikely (!bytes.in_range (p))) return false; in unpack_points()
291 if (unlikely (!bytes.in_range (p))) return false; in unpack_points()
300 if (unlikely (!bytes.in_range (p))) return false; in unpack_points()
308 if (unlikely (!bytes.in_range ((const HBUINT16 *) p))) in unpack_points()
319 if (unlikely (!bytes.in_range (p))) return false; in unpack_points()
344 if (unlikely (!bytes.in_range (p))) return false; in unpack_deltas()
354 if (unlikely (!bytes.in_range ((const HBUINT16 *) p))) in unpack_deltas()
362 if (unlikely (!bytes.in_range (p))) in unpack_deltas()
594 if (unlikely (!iterator.in_range (p, length))) in apply_deltas_to_points()