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

/external/toybox/toys/posix/
H A Ddate.c127 static void check_range(int a, int low, int high) function
203 check_range(tm.tm_sec, 0, 60);
204 check_range(tm.tm_min, 0, 59);
205 check_range(tm.tm_hour, 0, 23);
206 check_range(tm.tm_mday, 1, 31);
207 check_range(tm.tm_mon, 0, 11);
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.h24 static INLINE tran_high_t check_range(tran_high_t input) { 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/
H A Dhb-ot-var-fvar-table.hh98 c->check_range (this, things) &&
99 c->check_range (&StructAtOffset<char> (this, things),
H A Dhb-ot-name-table.hh65 return_trace (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) length + offset));
H A Dhb-open-type-private.hh233 inline bool check_range (const void *base, unsigned int len) const function in struct:OT::hb_sanitize_context_t
239 "check_range [%p..%p] (%d bytes) in [%p..%p] -> %s",
252 bool ok = !overflows && this->check_range (base, array_size);
266 return likely (this->check_range (obj, obj->min_size));
794 if (unlikely (!c->check_range (base, offset))) return_trace (false);
805 if (unlikely (!c->check_range (base, offset))) return_trace (false);
H A Dhb-ot-cbdt-table.hh267 c->check_range (&(base+indexSubtableArrayOffset), indexTablesSize) &&
H A Dhb-ot-cmap-table.hh152 if (unlikely (!c->check_range (this, length)))
H A Dhb-ot-layout-common-private.hh1622 return_trace (c->check_struct (this) && c->check_range (this, this->get_size ()));
H A Dhb-ot-layout-gpos-table.hh194 return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
H A Dhb-ot-layout-gsubgpos-private.hh1214 c->check_range (inputZ,
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.c201 check_range(read_bool(r, 128, &value, &count, &range) ? -v : v);
/external/libcups/filter/
H A Dpstops.c139 static int check_range(pstops_doc_t *doc, int page);
450 * 'check_range()' - Check to see if the current page is selected for
455 check_range(pstops_doc_t *doc, /* I - Document information */ function
853 if (check_range(doc, (number - 1) / doc->number_up + 1))
870 check_range(doc, (number - 1) / doc->number_up + 1))
/external/eigen/unsupported/test/mpreal/
H A 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/
H A Dcore_validation.cpp3637 auto check_range = &obj_range_pair.second; local
3639 if (rangesIntersect(dev_data, &range, check_range, &intersection_error, false)) {
3641 range.aliases.insert(check_range);
3683 auto check_range = &obj_range_pair.second; local
3685 if (rangesIntersect(dev_data, &range, check_range, &intersection_error, true)) {
3686 range.aliases.insert(check_range);
3687 tmp_alias_ranges.insert(check_range);

Completed in 1347 milliseconds