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

  /external/openssl/crypto/ec/
ectest.c 103 #define ABORT do { \
105 fprintf(stderr, "%s:%d: ABORT\n", __FILE__, __LINE__); \
128 if (s == NULL) ABORT;
131 if (!EC_GROUP_get_order(group, s, ctx)) ABORT;
136 if (P == NULL) ABORT;
141 if ((r[i] = BN_new()) == NULL) ABORT;
142 if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0)) ABORT;
145 if ((r0[i] = BN_new()) == NULL) ABORT;
146 if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0)) ABORT;
156 (type != TIMING_BASE_PT) ? P : NULL, (type != TIMING_BASE_PT) ? r0[i] : NULL, ctx)) ABORT;
    [all...]
  /external/e2fsprogs/ext2ed/
ext2ed.h 374 #define ABORT 0
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi.h 193 #define ABORT 0x06
  /bionic/libc/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /external/tcpdump/
telnet.h 56 #define AO 245 /* abort output--but let prog finish */
63 #define ABORT 238 /* Abort process */
71 "EOF", "SUSP", "ABORT", "EOR",
223 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /external/grub/netboot/
sis900.h 198 ABORT = 0x04000000,
  /bionic/libc/bionic/
dlmalloc.c 118 By default detected errors cause the program to abort (calling
119 "abort()"). You can override this to instead proceed past
271 ABORT default: defined as abort()
272 Defines how to abort on failed checks. On most systems, a failed
276 abort(). It's not very useful to do more than this because many
279 abort. Also, most compilers know that abort() does not return, so
291 generates slower code than the default abort policy.
308 ABORT_ON_ASSERT_FAILURE cause assertions failures to call abort(),
    [all...]
  /external/libffi/src/
dlmalloc.c 91 By default detected errors cause the program to abort (calling
92 "abort()"). You can override this to instead proceed past
244 ABORT default: defined as abort()
245 Defines how to abort on failed checks. On most systems, a failed
249 abort(). It's not very useful to do more than this because many
252 abort. Also, most compilers know that abort() does not return, so
264 generates slower code than the default abort policy.
281 ABORT_ON_ASSERT_FAILURE cause assertions failures to call abort(),
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 35 #define ABORT
127 By default detected errors cause the program to abort (calling
128 "abort()"). You can override this to instead proceed past
280 ABORT default: defined as abort()
281 Defines how to abort on failed checks. On most systems, a failed
285 abort(). It's not very useful to do more than this because many
288 abort. Also, most compilers know that abort() does not return, so
300 generates slower code than the default abort policy
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 376 milliseconds