Home
last modified time | relevance | path

Searched refs:check_range (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-sanitize.hh230 bool check_range (const void *base, in check_range() function
241 "check_range [%p..%p]" in check_range()
251 bool check_range (const T *base, in check_range() function
256 this->check_range (base, a * b); in check_range()
260 bool check_range (const T *base, in check_range() function
266 this->check_range (base, a * b, c); in check_range()
272 return this->check_range (base, len, hb_static_size (T)); in check_array()
280 return this->check_range (base, a, b, hb_static_size (T)); in check_array()
297 { return likely (this->check_range (obj, obj->min_size)); } in check_struct()
H A Dhb-ot-var-gvar-table.hh220 var_data_bytes.check_range (current_tuple, TupleVariationHeader::min_size) && in is_valid()
221 var_data_bytes.check_range (current_tuple, hb_max (current_tuple->get_data_size (), current_tuple->get_size (axis_count))) && in is_valid()
269 if (unlikely (!bytes.check_range (p))) return false; in unpack_points()
274 if (unlikely (!bytes.check_range (p))) return false; in unpack_points()
283 if (unlikely (!bytes.check_range (p))) return false; in unpack_points()
291 if (unlikely (!bytes.check_range ((const HBUINT16 *) p))) in unpack_points()
302 if (unlikely (!bytes.check_range (p))) return false; in unpack_points()
327 if (unlikely (!bytes.check_range (p))) return false; in unpack_deltas()
337 if (unlikely (!bytes.check_range ((const HBUINT16 *) p))) in unpack_deltas()
345 if (unlikely (!bytes.check_range ( in unpack_deltas()
[all...]
H A Dhb-ot-hdmx-table.hh72 c->check_range (this, sizeDeviceRecord))); in sanitize()
160 c->check_range (this, get_size ())); in sanitize()
H A Dhb-ot-var-common.hh122 c->check_range (mapDataZ.arrayZ, in sanitize()
166 c->check_range (mapDataZ.arrayZ, in sanitize()
H A Dhb-aat-layout-ankr-table.hh79 c->check_range (this, anchorData) && in sanitize()
H A Dhb-ot-glyf-table.hh421 if (!glyph.check_range (composite, CompositeGlyphChain::min_size)) in set_next()
428 if (!glyph.check_range (composite, size)) in set_next()
610 if (unlikely (!bytes.check_range (p))) return false; in read_points()
620 if (unlikely (!bytes.check_range ((const HBUINT16 *) p))) return false; in read_points()
635 if (unlikely (!bytes.check_range (&endPtsOfContours[num_contours + 1]))) return false; in get_contour_points()
652 if (unlikely (!bytes.check_range (p))) return false; in get_contour_points()
657 if (unlikely (!bytes.check_range (p))) return false; in get_contour_points()
H A Dhb-aat-layout-kerx-table.hh432 c->check_range (this, array))); in sanitize()
681 c->check_range (this, u.l.array) in sanitize()
685 c->check_range (this, u.s.array) in sanitize()
688 c->check_range (this, vector)))); in sanitize()
792 !c->check_range (this, u.header.length)) in sanitize()
H A Dhb-ot-var-mvar-table.hh71 c->check_range (valuesZ.arrayZ, in sanitize()
H A Dhb-ot-kern-table.hh82 c->check_range (kernValueZ, in sanitize()
152 !c->check_range (this, u.header.length))) return_trace (false); in sanitize()
H A Dhb-ot-var-fvar-table.hh175 c->check_range (get_instance (0), instanceCount, instanceSize)); in sanitize()
H A Dhb-aat-layout-common.hh571 if (unlikely (!c->check_range (&states[min_state * num_classes], in sanitize()
590 if (unlikely (!c->check_range (states, in sanitize()
H A Dhb-ot-name-table.hh276 c->check_range (this, stringOffset) && in sanitize()
H A Dhb-array.hh259 bool check_range (const T *p, unsigned int size = T::static_size) const in check_range() function
H A Dhb-ot-cff2-table.hh118 return_trace (likely (c->check_struct (this)) && c->check_range (&varStore, size) && varStore.sanitize (c)); in sanitize()
H A Dhb-aat-layout-morx-table.hh930 !c->check_range (this, length)) in sanitize()
1065 !c->check_range (this, length)) in sanitize()
H A Dhb-ot-layout-gpos-table.hh320 return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values))); in sanitize_value()
328 if (!c->check_range (values, count, get_size ())) return_trace (false); in sanitize_values()
1288 && c->check_range (&firstPairValueRecord, in sanitize()
1660 return_trace (c->check_range ((const void *) values, in sanitize()
H A Dhb-open-type.hh1101 c->check_range (bytesZ.arrayZ, in sanitize_shallow()
H A Dhb-ot-layout-common.hh2706 c->check_range (get_delta_bytes (), in sanitize()
3387 return_trace (c->check_struct (this) && c->check_range (this, this->get_size ())); in sanitize()
H A Dhb-ot-cmap-table.hh479 if (unlikely (!c->check_range (this, length))) in sanitize()
H A Dhb-ot-layout-gsubgpos.hh1669 c->check_range (inputZ.arrayZ, in sanitize()
/third_party/alsa-lib/src/control/
H A Dctlparse.c51 #define check_range(val, min, max) \ macro
74 val = check_range(val, min, max); in get_integer()
102 val = check_range(val, min, max); in get_integer64()
/third_party/cups-filters/filter/
H A Dtexttotext.c58 static int check_range(char *page_ranges, int even_pages,
695 check_range(page_ranges, even_pages, odd_pages, page)) { in main()
898 * 'check_range()' - Check to see if the current page is selected for
903 check_range(char *page_ranges, /* I - Selection of pages to print */ in check_range() function
/third_party/alsa-utils/amixer/
H A Damixer.c167 #define check_range(val, min, max) \ macro
395 val = check_range(val, pmin, pmax); in set_volume_simple()
/third_party/backends/backend/
H A Dsnapscan-scsi.c358 static void check_range (int *v, SANE_Range r) in check_range() function
995 check_range(&(pss->brx), pss->pdev->x_range); in set_window()
996 check_range(&(pss->bry), pss->pdev->y_range); in set_window()

Completed in 37 milliseconds