Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/generators/
Didl_generator.py210 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/
Dop_util.h19 int check_range(int val, int l, int h, char const * msg);
Dop_util.c96 int check_range(int val, int l, int h, char const * msg) in check_range() function
Doprofile.c482 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/
Dhb-ot-name-table.hh62 …return TRACE_RETURN (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) lengt… in sanitize()
Dhb-open-type-private.hh217 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()
Dhb-ot-cmap-table.hh134 if (unlikely (!c->check_range (this, length))) in sanitize()
Dhb-ot-layout-common-private.hh1153 return TRACE_RETURN (c->check_struct (this) && c->check_range (this, this->get_size ())); in sanitize()
Dhb-ot-layout-gpos-table.hh182 …return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_dev… in sanitize_value()
Dhb-ot-layout-gsubgpos-private.hh1156 && c->check_range (input, in sanitize()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-name-table.hh62 …return TRACE_RETURN (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) lengt… in sanitize()
Dhb-open-type-private.hh217 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()
Dhb-ot-cmap-table.hh134 if (unlikely (!c->check_range (this, length))) in sanitize()
Dhb-ot-layout-common-private.hh1153 return TRACE_RETURN (c->check_struct (this) && c->check_range (this, this->get_size ())); in sanitize()
Dhb-ot-layout-gpos-table.hh182 …return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_dev… in sanitize_value()
Dhb-ot-layout-gsubgpos-private.hh1156 && c->check_range (input, in sanitize()
/external/oprofile/module/x86/
Dop_rtc.c141 if (check_range(target, OP_MIN_RTC_COUNT, OP_MAX_RTC_COUNT, in rtc_check_params()
Dop_nmi.c161 if (check_range(sysctl.ctr[i].count, 1, OP_MAX_PERF_COUNT, in pmc_check_params()
/external/oprofile/module/ia64/
Dop_pmu.c460 if (check_range(sysctl.ctr[i].count, 1, OP_MAX_PERF_COUNT, in pmu_check_params()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h505 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/
DChangeLog-20021941 * 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