HomeSort by relevance Sort by last modified time
    Searched full:aborts (Results 26 - 50 of 647) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/builtins/
negvti2.c 21 /* Effects: aborts if -a overflows */
subvdi3.c 19 /* Effects: aborts if a - b overflows */
subvsi3.c 19 /* Effects: aborts if a - b overflows */
subvti3.c 21 /* Effects: aborts if a - b overflows */
mulvdi3.c 19 /* Effects: aborts if a * b overflows */
mulvsi3.c 19 /* Effects: aborts if a * b overflows */
mulvti3.c 21 /* Effects: aborts if a * b overflows */
  /external/google-benchmark/src/
commandlineflags.cc 165 // Aborts if the parsing failed.
177 // Aborts if the parsing failed.
189 // Aborts if the parsing failed.
201 // Aborts if the parsing failed.
  /external/libcxx/utils/google-benchmark/src/
commandlineflags.cc 165 // Aborts if the parsing failed.
177 // Aborts if the parsing failed.
189 // Aborts if the parsing failed.
201 // Aborts if the parsing failed.
  /frameworks/base/core/java/android/speech/tts/
AbstractSynthesisCallback.java 42 * Aborts the speech request.
  /prebuilts/go/darwin-x86/src/runtime/
signal_plan9.go 55 // Aborts can be handled if desired, otherwise they cause a stack trace.
  /prebuilts/go/linux-x86/src/runtime/
signal_plan9.go 55 // Aborts can be handled if desired, otherwise they cause a stack trace.
  /system/chre/platform/shared/
chre_api_re.cc 55 // unloaded or aborts we need to release any unfreed memory.
  /system/connectivity/wifilogd/
byte_buffer.h 44 // Appends data to the end of this buffer. Aborts if the available
  /external/avb/libavb/
avb_util.h 42 /* Aborts the program if |expr| is false.
56 /* Aborts the program if reached.
69 /* Aborts the program if |addr| is not word-aligned.
  /bionic/libc/bionic/
setjmp_cookie.cpp 58 // Aborts if cookie doesn't match, returns the signal flag otherwise.
  /external/bison/lib/
strerror.c 64 /* Fix STACKBUF_LEN if this ever aborts. */
  /external/compiler-rt/test/builtins/Unit/
absvdi2_test.c 20 // Effects: aborts if abs(x) < 0
absvsi2_test.c 20 // Effects: aborts if abs(x) < 0
addvdi3_test.c 19 // Effects: aborts if a + b overflows
addvsi3_test.c 19 // Effects: aborts if a + b overflows
negvdi2_test.c 19 // Effects: aborts if -a overflows
negvsi2_test.c 19 // Effects: aborts if -a overflows
subvdi3_test.c 20 // Effects: aborts if a - b overflows
subvsi3_test.c 20 // Effects: aborts if a - b overflows

Completed in 1238 milliseconds

12 3 4 5 6 7 8 91011>>