/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-sanitize.hh | 230 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 D | hb-ot-var-gvar-table.hh | 220 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 D | hb-ot-hdmx-table.hh | 72 c->check_range (this, sizeDeviceRecord))); in sanitize() 160 c->check_range (this, get_size ())); in sanitize()
|
H A D | hb-ot-var-common.hh | 122 c->check_range (mapDataZ.arrayZ, in sanitize() 166 c->check_range (mapDataZ.arrayZ, in sanitize()
|
H A D | hb-aat-layout-ankr-table.hh | 79 c->check_range (this, anchorData) && in sanitize()
|
H A D | hb-ot-glyf-table.hh | 421 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 D | hb-aat-layout-kerx-table.hh | 432 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 D | hb-ot-var-mvar-table.hh | 71 c->check_range (valuesZ.arrayZ, in sanitize()
|
H A D | hb-ot-kern-table.hh | 82 c->check_range (kernValueZ, in sanitize() 152 !c->check_range (this, u.header.length))) return_trace (false); in sanitize()
|
H A D | hb-ot-var-fvar-table.hh | 175 c->check_range (get_instance (0), instanceCount, instanceSize)); in sanitize()
|
H A D | hb-aat-layout-common.hh | 571 if (unlikely (!c->check_range (&states[min_state * num_classes], in sanitize() 590 if (unlikely (!c->check_range (states, in sanitize()
|
H A D | hb-ot-name-table.hh | 276 c->check_range (this, stringOffset) && in sanitize()
|
H A D | hb-array.hh | 259 bool check_range (const T *p, unsigned int size = T::static_size) const in check_range() function
|
H A D | hb-ot-cff2-table.hh | 118 return_trace (likely (c->check_struct (this)) && c->check_range (&varStore, size) && varStore.sanitize (c)); in sanitize()
|
H A D | hb-aat-layout-morx-table.hh | 930 !c->check_range (this, length)) in sanitize() 1065 !c->check_range (this, length)) in sanitize()
|
H A D | hb-ot-layout-gpos-table.hh | 320 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 D | hb-open-type.hh | 1101 c->check_range (bytesZ.arrayZ, in sanitize_shallow()
|
H A D | hb-ot-layout-common.hh | 2706 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 D | hb-ot-cmap-table.hh | 479 if (unlikely (!c->check_range (this, length))) in sanitize()
|
H A D | hb-ot-layout-gsubgpos.hh | 1669 c->check_range (inputZ.arrayZ, in sanitize()
|
/third_party/alsa-lib/src/control/ |
H A D | ctlparse.c | 51 #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 D | texttotext.c | 58 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 D | amixer.c | 167 #define check_range(val, min, max) \ macro 395 val = check_range(val, pmin, pmax); in set_volume_simple()
|
/third_party/backends/backend/ |
H A D | snapscan-scsi.c | 358 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()
|