/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/harfbuzz_ng/src/ |
D | hb-machinery.hh | 315 bool check_range (const void *base, in check_range() function 334 bool check_range (const T *base, in check_range() function 339 this->check_range (base, a * b); in check_range() 343 bool check_range (const T *base, in check_range() function 349 this->check_range (base, a * b, c); in check_range() 355 return this->check_range (base, len, hb_static_size (T)); in check_array() 363 return this->check_range (base, a, b, hb_static_size (T)); in check_array() 368 { return likely (this->check_range (obj, obj->min_size)); } in check_struct()
|
D | hb-ot-hdmx-table.hh | 109 c->check_range (this, sizeDeviceRecord))); in sanitize() 199 c->check_range (this, get_size ())); in sanitize()
|
D | hb-ot-name-table.hh | 100 …return_trace (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) length + off… in sanitize() 176 c->check_range (this, stringOffset)); in sanitize()
|
D | hb-ot-kern-table.hh | 82 c->check_range (kernValueZ, in sanitize() 143 !c->check_range (this, u.header.length))) return_trace (false); in sanitize()
|
D | hb-aat-layout-kerx-table.hh | 440 c->check_range (this, array))); in sanitize() 692 c->check_range (this, u.l.array) in sanitize() 696 c->check_range (this, u.s.array) in sanitize() 699 c->check_range (this, vector)))); in sanitize() 803 !c->check_range (this, u.header.length)) in sanitize()
|
D | hb-ot-var-mvar-table.hh | 71 c->check_range (valuesZ.arrayZ, in sanitize()
|
D | hb-ot-var-hvar-table.hh | 42 c->check_range (mapDataZ.arrayZ, in sanitize()
|
D | hb-ot-var-fvar-table.hh | 112 c->check_range (get_instance (0), instanceCount, instanceSize)); 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() 708 && c->check_range (&firstPairValueRecord, in sanitize() 882 return_trace (c->check_range ((const void *) values, in sanitize()
|
D | hb-aat-layout-common.hh | 570 if (unlikely (!c->check_range (&states[min_state * num_classes], in sanitize() 589 if (unlikely (!c->check_range (states, in sanitize()
|
D | hb-aat-layout-morx-table.hh | 926 !c->check_range (this, length)) in sanitize() 1059 !c->check_range (this, length)) in sanitize()
|
D | hb-open-type.hh | 292 if (unlikely (!c->check_range (base, *this))) return_trace (false); in sanitize_shallow() 989 c->check_range (bytesZ.arrayZ, in sanitize_shallow()
|
D | hb-ot-cff2-table.hh | 118 …return_trace (likely (c->check_struct (this)) && c->check_range (&varStore, size) && varStore.sani… in sanitize()
|
D | hb-ot-layout-common.hh | 1737 c->check_range (&StructAfter<HBUINT8> (regionIndices), in sanitize() 2027 return_trace (c->check_struct (this) && c->check_range (this, this->get_size ())); in sanitize()
|
D | hb-ot-cmap-table.hh | 347 if (unlikely (!c->check_range (this, length))) in sanitize()
|
D | hb-ot-layout-gsubgpos.hh | 1344 c->check_range (inputZ.arrayZ, in sanitize()
|
/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/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 201 check_range(read_bool(r, 128, &value, &count, &range) ? -v : v); in decode_coefs()
|
/external/libcups/filter/ |
D | pstops.c | 139 static int check_range(pstops_doc_t *doc, int page); 454 check_range(pstops_doc_t *doc, /* I - Document information */ in check_range() function 852 if (check_range(doc, (number - 1) / doc->number_up + 1)) in copy_dsc() 869 check_range(doc, (number - 1) / doc->number_up + 1)) in copy_dsc()
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 514 int check_range (int t, mp_rnd_t rnd_mode = get_default_rnd()); 2104 inline int mpreal::check_range (int t, mp_rnd_t rnd_mode)
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 4230 auto check_range = &obj_range_pair.second; in ValidateInsertMemoryRange() local 4232 if (RangesIntersect(dev_data, &range, check_range, &intersection_error, false)) { in ValidateInsertMemoryRange() 4234 range.aliases.insert(check_range); in ValidateInsertMemoryRange() 4276 auto check_range = &obj_range_pair.second; in InsertMemoryRange() local 4278 if (RangesIntersect(dev_data, &range, check_range, &intersection_error, true)) { in InsertMemoryRange() 4279 range.aliases.insert(check_range); in InsertMemoryRange() 4280 tmp_alias_ranges.insert(check_range); in InsertMemoryRange()
|