HomeSort by relevance Sort by last modified time
    Searched refs:check_range (Results 1 - 21 of 21) sorted by null

  /external/oprofile/module/
op_util.h 19 int check_range(int val, int l, int h, char const * msg);
op_util.c 96 int check_range(int val, int l, int h, char const * msg) function
oprofile.c 482 if ((err = check_range(sysctl.buf_size, OP_MIN_BUF_SIZE, OP_MAX_BUF_SIZE,
485 if ((err = check_range(sysctl.note_size, OP_MIN_NOTE_TABLE_SIZE, OP_MAX_NOTE_TABLE_SIZE,
  /external/chromium_org/ppapi/generators/
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/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-name-table.hh 62 return TRACE_RETURN (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) length + offset));
hb-open-type-private.hh 217 inline bool check_range (const void *base, unsigned int len) const function in struct:OT::hb_sanitize_context_t
223 "check_range [%p..%p] (%d bytes) in [%p..%p]",
241 return TRACE_RETURN (likely (!overflows && this->check_range (base, record_size * len)));
247 return likely (this->check_range (obj, obj->min_size));
hb-ot-cmap-table.hh 134 if (unlikely (!c->check_range (this, length)))
hb-ot-layout-common-private.hh     [all...]
hb-ot-layout-gpos-table.hh 182 return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
    [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]
  /external/harfbuzz_ng/src/
hb-ot-name-table.hh 62 return TRACE_RETURN (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) length + offset));
hb-open-type-private.hh 217 inline bool check_range (const void *base, unsigned int len) const function in struct:OT::hb_sanitize_context_t
223 "check_range [%p..%p] (%d bytes) in [%p..%p]",
241 return TRACE_RETURN (likely (!overflows && this->check_range (base, record_size * len)));
247 return likely (this->check_range (obj, obj->min_size));
hb-ot-cmap-table.hh 134 if (unlikely (!c->check_range (this, length)))
hb-ot-layout-common-private.hh     [all...]
hb-ot-layout-gpos-table.hh 182 return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
    [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]
  /external/oprofile/module/x86/
op_rtc.c 141 if (check_range(target, OP_MIN_RTC_COUNT, OP_MAX_RTC_COUNT,
op_nmi.c 161 if (check_range(sysctl.ctr[i].count, 1, OP_MAX_PERF_COUNT,
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 50 #define check_range(val, min, max) \ macro
551 percent = check_range(percent, min, max);
557 percent = check_range(percent, min, max);
644 val = check_range(val, pmin, pmax);
  /external/oprofile/module/ia64/
op_pmu.c 460 if (check_range(sysctl.ctr[i].count, 1, OP_MAX_PERF_COUNT,
  /external/eigen/unsupported/test/mpreal/
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) function in class:mpfr::mpreal
    [all...]

Completed in 1156 milliseconds