Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Ddate.c127 static void check_range(int a, int low, int high) in check_range() function
203 check_range(tm.tm_sec, 0, 60); in date_main()
204 check_range(tm.tm_min, 0, 59); in date_main()
205 check_range(tm.tm_hour, 0, 23); in date_main()
206 check_range(tm.tm_mday, 1, 31); in date_main()
207 check_range(tm.tm_mon, 0, 11); in date_main()
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.h24 static INLINE tran_high_t check_range(tran_high_t input) { in check_range() function
80 #define WRAPLOW(x) ((((int32_t)check_range(x)) << 16) >> 16)
88 #define WRAPLOW(x) ((int32_t)check_range(x))
/external/harfbuzz_ng/src/
Dhb-ot-var-fvar-table.hh98 c->check_range (this, things) && in sanitize()
99 c->check_range (&StructAtOffset<char> (this, things), in sanitize()
Dhb-open-type-private.hh240 inline bool check_range (const void *base, unsigned int len) const in check_range() function
259 bool ok = !overflows && this->check_range (base, array_size); in check_array()
273 return likely (this->check_range (obj, obj->min_size)); in check_struct()
811 if (unlikely (!c->check_range (base, offset))) return_trace (false); in sanitize()
822 if (unlikely (!c->check_range (base, offset))) return_trace (false); in sanitize()
Dhb-ot-name-table.hh63 …return_trace (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) length + off… in sanitize()
Dhb-ot-cbdt-table.hh267 c->check_range (&(base+indexSubtableArrayOffset), indexTablesSize) && in sanitize()
Dhb-ot-cmap-table.hh152 if (unlikely (!c->check_range (this, length))) in sanitize()
Dhb-ot-layout-common-private.hh1571 return_trace (c->check_struct (this) && c->check_range (this, this->get_size ())); in sanitize()
Dhb-ot-layout-gpos-table.hh194 …return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c… in sanitize_value()
Dhb-ot-layout-gsubgpos-private.hh1169 && c->check_range (inputZ, in sanitize()
/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.cpp5663 auto check_range = &obj_range_pair.second; in InsertMemoryRange() local
5665 if (rangesIntersect(dev_data, &range, check_range, &intersection_error)) { in InsertMemoryRange()
5667 range.aliases.insert(check_range); in InsertMemoryRange()
5668 tmp_alias_ranges.insert(check_range); in InsertMemoryRange()