/external/harfbuzz_ng/src/ |
D | hb-sanitize.hh | 216 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()
|
D | hb-ot-hdmx-table.hh | 72 c->check_range (this, sizeDeviceRecord))); in sanitize() 163 c->check_range (this, get_size ())); in sanitize()
|
D | hb-aat-layout-ankr-table.hh | 79 c->check_range (this, anchorData) && in sanitize()
|
D | hb-ot-var-mvar-table.hh | 71 c->check_range (valuesZ.arrayZ, in sanitize()
|
D | hb-ot-kern-table.hh | 82 c->check_range (kernValueZ, in sanitize() 147 !c->check_range (this, u.header.length))) return_trace (false); in sanitize()
|
D | hb-aat-layout-kerx-table.hh | 438 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()
|
D | hb-ot-var-hvar-table.hh | 42 c->check_range (mapDataZ.arrayZ, in sanitize()
|
D | hb-ot-name-table.hh | 232 c->check_range (this, stringOffset) && in sanitize()
|
D | hb-ot-var-fvar-table.hh | 112 c->check_range (get_instance (0), instanceCount, instanceSize)); in sanitize()
|
D | hb-aat-layout-common.hh | 568 if (unlikely (!c->check_range (&states[min_state * num_classes], in sanitize() 587 if (unlikely (!c->check_range (states, in sanitize()
|
D | hb-aat-layout-morx-table.hh | 913 !c->check_range (this, length)) in sanitize() 1046 !c->check_range (this, length)) in sanitize()
|
D | hb-ot-layout-gpos-table.hh | 201 …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()
|
D | hb-open-type.hh | 359 if (unlikely (!c->check_range (base, *this))) return_trace (false); in sanitize_shallow() 1049 c->check_range (bytesZ.arrayZ, in sanitize_shallow()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.h | 24 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/ |
D | check_type_range_templ.c | 7 isl_stat FN(TYPE,check_range)(__isl_keep TYPE *obj, in FN() argument
|
D | isl_ilp_opt_val_templ.c | 30 if (BFN(BASE,check_range)(set, isl_dim_set, pos, 1) < 0) in BFN()
|
D | isl_multi_splice_templ.c | 50 if (FN(MULTI(BASE),check_range)(multi1, isl_dim_in, in_pos, 0) < 0) in MULTI()
|
D | isl_multi_move_dims_templ.c | 41 if (FN(MULTI(BASE),check_range)(multi, src_type, src_pos, n) < 0) in MULTI()
|
D | isl_multi_templ.c | 165 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/ |
D | macros.rs | 20 check_range!($x; <= $y)
|
/external/crosvm/devices/src/virtio/ |
D | block.rs | 618 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()
|
D | block_async.rs | 685 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/ |
D | filesystem_common.h | 242 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/ |
D | filesystem_common.h | 243 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/ |
D | vp9_detokenize.c | 242 check_range(read_bool(r, 128, &value, &count, &range) ? -v : v); in decode_coefs()
|