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

  /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/harfbuzz_ng/src/
hb-open-type-private.hh 218 inline bool check_range (const void *base, unsigned int len) const function in struct:OT::hb_sanitize_context_t
224 "check_range [%p..%p] (%d bytes) in [%p..%p] -> %s",
237 bool ok = !overflows && this->check_range (base, array_size);
251 return likely (this->check_range (obj, obj->min_size));

Completed in 173 milliseconds