/external/chromium_org/ppapi/generators/ |
D | idl_generator.py | 210 check_range = 0 variable 235 global check_range 236 check_range = 1 242 global check_range 249 if check_release != 1 or check_range != 0: 259 if check_release != 0 or check_range != 1:
|
/external/oprofile/module/ |
D | op_util.h | 19 int check_range(int val, int l, int h, char const * msg);
|
D | op_util.c | 96 int check_range(int val, int l, int h, char const * msg) in check_range() function
|
D | oprofile.c | 482 if ((err = check_range(sysctl.buf_size, OP_MIN_BUF_SIZE, OP_MAX_BUF_SIZE, in parms_check() 485 if ((err = check_range(sysctl.note_size, OP_MIN_NOTE_TABLE_SIZE, OP_MAX_NOTE_TABLE_SIZE, in parms_check()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-name-table.hh | 62 …return TRACE_RETURN (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) lengt… in sanitize()
|
D | hb-open-type-private.hh | 217 inline bool check_range (const void *base, unsigned int len) const in check_range() function 241 return TRACE_RETURN (likely (!overflows && this->check_range (base, record_size * len))); in check_array() 247 return likely (this->check_range (obj, obj->min_size)); in check_struct()
|
D | hb-ot-cmap-table.hh | 134 if (unlikely (!c->check_range (this, length))) in sanitize()
|
D | hb-ot-layout-common-private.hh | 1153 return TRACE_RETURN (c->check_struct (this) && c->check_range (this, this->get_size ())); in sanitize()
|
D | hb-ot-layout-gpos-table.hh | 182 …return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_dev… in sanitize_value()
|
D | hb-ot-layout-gsubgpos-private.hh | 1156 && c->check_range (input, in sanitize()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-name-table.hh | 62 …return TRACE_RETURN (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) lengt… in sanitize()
|
D | hb-open-type-private.hh | 217 inline bool check_range (const void *base, unsigned int len) const in check_range() function 241 return TRACE_RETURN (likely (!overflows && this->check_range (base, record_size * len))); in check_array() 247 return likely (this->check_range (obj, obj->min_size)); in check_struct()
|
D | hb-ot-cmap-table.hh | 134 if (unlikely (!c->check_range (this, length))) in sanitize()
|
D | hb-ot-layout-common-private.hh | 1153 return TRACE_RETURN (c->check_struct (this) && c->check_range (this, this->get_size ())); in sanitize()
|
D | hb-ot-layout-gpos-table.hh | 182 …return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_dev… in sanitize_value()
|
D | hb-ot-layout-gsubgpos-private.hh | 1156 && c->check_range (input, in sanitize()
|
/external/oprofile/module/x86/ |
D | op_rtc.c | 141 if (check_range(target, OP_MIN_RTC_COUNT, OP_MAX_RTC_COUNT, in rtc_check_params()
|
D | op_nmi.c | 161 if (check_range(sysctl.ctr[i].count, 1, OP_MAX_PERF_COUNT, in pmc_check_params()
|
/external/oprofile/module/ia64/ |
D | op_pmu.c | 460 if (check_range(sysctl.ctr[i].count, 1, OP_MAX_PERF_COUNT, in pmu_check_params()
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 505 int check_range (int t, mp_rnd_t rnd_mode = get_default_rnd()); 1948 inline int mpreal::check_range (int t, mp_rnd_t rnd_mode)
|
/external/oprofile/ |
D | ChangeLog-2002 | 1941 * module/op_util.c: return -EINVAL not 1 from check_range() 1944 fix use of check_range, remove spurious check for malloc 2092 * module/op_rtc.c: use check_range 2107 op_check_range a function check_range
|