Home
last modified time | relevance | path

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

/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/harfbuzz_ng/src/
Dhb-machinery.hh315 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()
Dhb-ot-hdmx-table.hh109 c->check_range (this, sizeDeviceRecord))); in sanitize()
199 c->check_range (this, get_size ())); in sanitize()
Dhb-ot-name-table.hh100 …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()
Dhb-ot-kern-table.hh82 c->check_range (kernValueZ, in sanitize()
143 !c->check_range (this, u.header.length))) return_trace (false); in sanitize()
Dhb-aat-layout-kerx-table.hh440 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()
Dhb-ot-var-mvar-table.hh71 c->check_range (valuesZ.arrayZ, in sanitize()
Dhb-ot-var-hvar-table.hh42 c->check_range (mapDataZ.arrayZ, 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()
708 && c->check_range (&firstPairValueRecord, in sanitize()
882 return_trace (c->check_range ((const void *) values, in sanitize()
Dhb-aat-layout-common.hh570 if (unlikely (!c->check_range (&states[min_state * num_classes], in sanitize()
589 if (unlikely (!c->check_range (states, in sanitize()
Dhb-aat-layout-morx-table.hh926 !c->check_range (this, length)) in sanitize()
1059 !c->check_range (this, length)) in sanitize()
Dhb-open-type.hh292 if (unlikely (!c->check_range (base, *this))) return_trace (false); in sanitize_shallow()
989 c->check_range (bytesZ.arrayZ, in sanitize_shallow()
Dhb-ot-cff2-table.hh118 …return_trace (likely (c->check_struct (this)) && c->check_range (&varStore, size) && varStore.sani… in sanitize()
Dhb-ot-layout-common.hh1737 c->check_range (&StructAfter<HBUINT8> (regionIndices), in sanitize()
2027 return_trace (c->check_struct (this) && c->check_range (this, this->get_size ())); in sanitize()
Dhb-ot-cmap-table.hh347 if (unlikely (!c->check_range (this, length))) in sanitize()
Dhb-ot-layout-gsubgpos.hh1344 c->check_range (inputZ.arrayZ, in sanitize()
/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/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c201 check_range(read_bool(r, 128, &value, &count, &range) ? -v : v); in decode_coefs()
/external/libcups/filter/
Dpstops.c139 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/
Dmpreal.h514 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/
Dcore_validation.cpp4230 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()