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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
bp_signal.c 31 static int overflows; variable
43 overflows++;
45 if (overflows > 10) {
140 * - SIGIO is delivered -> overflows == 1
175 count1, count2, overflows);
184 if (overflows != 1)
190 return count1 == 1 && overflows == 1 && count2 == 1 ?
bp_signal_overflow.c 28 static int overflows; variable
40 overflows++;
117 count, overflows);
125 if (overflows != EXECUTIONS / THRESHOLD) {
126 pr_debug("\tWrong number of overflows %d != %d\n",
127 overflows, EXECUTIONS / THRESHOLD);
  /ndk/sources/host-tools/make-3.81/
alloca.c 257 for the routine which overflows the stack. */
304 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member in struct:stk_stat
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 245 for the routine which overflows the stack. */
292 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member in struct:stk_stat
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 233 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); local
241 return TRACE_RETURN (likely (!overflows && this->check_range (base, record_size * len)));
hb-private.hh 358 bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type)); local
359 if (likely (!overflows)) {
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 233 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); local
241 return TRACE_RETURN (likely (!overflows && this->check_range (base, record_size * len)));
hb-private.hh 319 bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type)); local
320 if (likely (!overflows)) {

Completed in 312 milliseconds