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

  /external/toybox/toys/posix/
date.c 127 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/
inv_txfm.h 24 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))
  /toolchain/binutils/binutils-2.25/gold/
tls.h 50 check_range(const Relocate_info<size, big_endian>* relinfo, function in namespace:gold::tls
i386.cc     [all...]
x86_64.cc     [all...]
  /external/harfbuzz_ng/src/
hb-ot-var-fvar-table.hh 98 c->check_range (this, things) &&
99 c->check_range (&StructAtOffset<char> (this, things),
hb-ot-name-table.hh 63 return_trace (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) length + offset));
hb-open-type-private.hh 240 inline bool check_range (const void *base, unsigned int len) const function in struct:OT::hb_sanitize_context_t
246 "check_range [%p..%p] (%d bytes) in [%p..%p] -> %s",
259 bool ok = !overflows && this->check_range (base, array_size);
273 return likely (this->check_range (obj, obj->min_size));
811 if (unlikely (!c->check_range (base, offset))) return_trace (false);
822 if (unlikely (!c->check_range (base, offset))) return_trace (false);
hb-ot-cbdt-table.hh 267 c->check_range (&(base+indexSubtableArrayOffset), indexTablesSize) &&
hb-ot-cmap-table.hh 152 if (unlikely (!c->check_range (this, length)))
hb-ot-layout-common-private.hh     [all...]
hb-ot-layout-gpos-table.hh 194 return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
    [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]
  /toolchain/binutils/binutils-2.25/bfd/doc/
chew.c 318 check_range () function
422 check_range ();
902 check_range ();
1053 check_range ();
1080 check_range ();
1090 check_range ();
1106 check_range ();
1137 check_range ();
1450 check_range ();
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c 168 check_range (unsigned long num, int bits, int flags) function
501 if (check_range (value, bits, d10v_operands[op_type].flags))
590 if ((opers[i].X_op == O_constant) && check_range (number, bits, flags))
1210 if (!check_range (myops[opnum].X_add_number, bits, flags))
    [all...]
tc-m68hc11.c 195 static int check_range (long, int);
1482 check_range (long num, int mode) function
    [all...]
tc-crx.c 155 static op_err check_range (long *, int, unsigned int, int);
1325 check_range (long *num, int bits, int unsigned flags, int update) function
    [all...]
tc-d30v.c 194 check_range (unsigned long num, int bits, int flags) function
552 if ((opers[i].X_op == O_constant) && check_range (number, bits, flags))
1230 if (check_range (num, bits, flags))
    [all...]
tc-cr16.c 1993 check_range (long *num, int bits, int unsigned flags, int update) function
    [all...]
  /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/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 201 check_range(read_bool(r, 128, &value, &count, &range) ? -v : v);
  /external/libcups/filter/
pstops.c 139 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))
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 514 int check_range (int t, mp_rnd_t rnd_mode = get_default_rnd());
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp 5663 auto check_range = &obj_range_pair.second; local
    [all...]

Completed in 1159 milliseconds