/external/toybox/toys/posix/ |
D | date.c | 127 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/ |
D | inv_txfm.h | 24 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/ |
D | hb-ot-var-fvar-table.hh | 98 c->check_range (this, things) && in sanitize() 99 c->check_range (&StructAtOffset<char> (this, things), in sanitize()
|
D | hb-open-type-private.hh | 240 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()
|
D | hb-ot-name-table.hh | 63 …return_trace (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) length + off… in sanitize()
|
D | hb-ot-cbdt-table.hh | 267 c->check_range (&(base+indexSubtableArrayOffset), indexTablesSize) && in sanitize()
|
D | hb-ot-cmap-table.hh | 152 if (unlikely (!c->check_range (this, length))) in sanitize()
|
D | hb-ot-layout-common-private.hh | 1571 return_trace (c->check_struct (this) && c->check_range (this, this->get_size ())); in sanitize()
|
D | hb-ot-layout-gpos-table.hh | 194 …return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c… in sanitize_value()
|
D | hb-ot-layout-gsubgpos-private.hh | 1169 && c->check_range (inputZ, in sanitize()
|
/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 | 5663 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()
|