Home
last modified time | relevance | path

Searched refs:check_range (Results 1 – 25 of 31) sorted by relevance

12

/external/harfbuzz_ng/src/
Dhb-sanitize.hh216 bool check_range (const void *base, in check_range() function
237 bool check_range (const T *base, in check_range() function
242 this->check_range (base, a * b); in check_range()
246 bool check_range (const T *base, in check_range() function
252 this->check_range (base, a * b, c); in check_range()
258 return this->check_range (base, len, hb_static_size (T)); in check_array()
266 return this->check_range (base, a, b, hb_static_size (T)); in check_array()
271 { return likely (this->check_range (obj, obj->min_size)); } in check_struct()
Dhb-ot-hdmx-table.hh72 c->check_range (this, sizeDeviceRecord))); in sanitize()
163 c->check_range (this, get_size ())); in sanitize()
Dhb-aat-layout-ankr-table.hh79 c->check_range (this, anchorData) && in sanitize()
Dhb-ot-var-mvar-table.hh71 c->check_range (valuesZ.arrayZ, in sanitize()
Dhb-ot-kern-table.hh82 c->check_range (kernValueZ, in sanitize()
147 !c->check_range (this, u.header.length))) return_trace (false); in sanitize()
Dhb-aat-layout-kerx-table.hh438 c->check_range (this, array))); in sanitize()
683 c->check_range (this, u.l.array) in sanitize()
687 c->check_range (this, u.s.array) in sanitize()
690 c->check_range (this, vector)))); in sanitize()
794 !c->check_range (this, u.header.length)) in sanitize()
Dhb-ot-var-hvar-table.hh42 c->check_range (mapDataZ.arrayZ, in sanitize()
Dhb-aat-layout-common.hh568 if (unlikely (!c->check_range (&states[min_state * num_classes], in sanitize()
587 if (unlikely (!c->check_range (states, in sanitize()
Dhb-ot-name-table.hh232 c->check_range (this, stringOffset) && in sanitize()
Dhb-ot-var-fvar-table.hh112 c->check_range (get_instance (0), instanceCount, instanceSize)); in sanitize()
Dhb-ot-layout-gpos-table.hh201 …return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c… in sanitize_value()
209 if (!c->check_range (values, count, get_size ())) return_trace (false); in sanitize_values()
904 && c->check_range (&firstPairValueRecord, in sanitize()
1150 return_trace (c->check_range ((const void *) values, in sanitize()
Dhb-aat-layout-morx-table.hh913 !c->check_range (this, length)) in sanitize()
1046 !c->check_range (this, length)) in sanitize()
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.h24 static INLINE tran_high_t check_range(tran_high_t input) { in check_range() function
79 #define WRAPLOW(x) ((((int32_t)check_range(x)) << 16) >> 16)
87 #define WRAPLOW(x) ((int32_t)check_range(x))
/external/llvm-project/polly/lib/External/isl/
Dcheck_type_range_templ.c7 isl_stat FN(TYPE,check_range)(__isl_keep TYPE *obj, in FN() argument
Disl_ilp_opt_val_templ.c30 if (BFN(BASE,check_range)(set, isl_dim_set, pos, 1) < 0) in BFN()
Disl_multi_splice_templ.c50 if (FN(MULTI(BASE),check_range)(multi1, isl_dim_in, in_pos, 0) < 0) in MULTI()
Disl_multi_move_dims_templ.c41 if (FN(MULTI(BASE),check_range)(multi, src_type, src_pos, n) < 0) in MULTI()
Disl_multi_templ.c165 if (FN(MULTI(BASE),check_range)(multi, isl_dim_out, pos, 1) < 0) in FN()
189 if (FN(MULTI(BASE),check_range)(multi, isl_dim_out, pos, 1) < 0) in MULTI()
489 if (FN(MULTI(BASE),check_range)(multi, type, first, n) < 0) in MULTI()
725 if (FN(MULTI(BASE),check_range)(multi1, isl_dim_out, pos, 0) < 0) in MULTI()
/external/crosvm/rutabaga_gfx/src/
Dmacros.rs20 check_range!($x; <= $y)
/external/crosvm/devices/src/virtio/
Dblock.rs618 fn check_range( in execute_request() function
639 check_range(offset, data_len as u64, disk_size)?; in execute_request()
653 check_range(offset, data_len as u64, disk_size)?; in execute_request()
703 check_range(offset, length, disk_size)?; in execute_request()
Dblock_async.rs685 fn check_range( in execute_request() function
710 check_range(offset, data_len as u64, disk_size)?; in execute_request()
729 check_range(offset, data_len as u64, disk_size)?; in execute_request()
785 check_range(offset, length, disk_size)?; in execute_request()
/external/libcxx/src/filesystem/
Dfilesystem_common.h242 static constexpr bool check_range() { in check_range() function
252 static_assert(check_range(), "the representable range is unacceptable small");
/external/llvm-project/libcxx/src/filesystem/
Dfilesystem_common.h243 static constexpr bool check_range() { in check_range() function
253 static_assert(check_range(), "the representable range is unacceptable small");
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c242 check_range(read_bool(r, 128, &value, &count, &range) ? -v : v); in decode_coefs()
/external/libcups/filter/
Dpstops.c134 static int check_range(pstops_doc_t *doc, int page);
449 check_range(pstops_doc_t *doc, /* I - Document information */ in check_range() function
847 if (check_range(doc, (number - 1) / doc->number_up + 1)) in copy_dsc()
864 check_range(doc, (number - 1) / doc->number_up + 1)) in copy_dsc()

12