Searched defs:NDEBUG (Results 1 - 25 of 32) sorted by relevance

12

/external/llvm/lib/Support/
H A Dregutils.h44 #ifndef NDEBUG
45 #define NDEBUG /* no assertions please */ macro
/external/stlport/test/eh/
H A Dmwerks_nosgi_prefix.h5 #define NDEBUG 1 macro
H A Dmwerks_prefix.h4 #define NDEBUG 1 macro
/external/openssl/crypto/aes/
H A Daes_ecb.c53 # ifndef NDEBUG
54 # define NDEBUG macro
H A Daes_core.c32 # ifndef NDEBUG
33 # define NDEBUG macro
H A Daes_x86core.c39 # ifndef NDEBUG
40 # define NDEBUG macro
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromiumIncludes.h52 // Chromium won't build without NDEBUG set, so we set it for all source files
53 // that use Chromium code. This means that if NDEBUG was previously unset, we
56 #ifndef NDEBUG
57 #define NDEBUG 1 macro
/external/openssl/crypto/modes/
H A Dcbc128.c56 # ifndef NDEBUG
57 # define NDEBUG macro
H A Dofb128.c56 # ifndef NDEBUG
57 # define NDEBUG macro
H A Dxts128.c55 # ifndef NDEBUG
56 # define NDEBUG macro
H A Dcfb128.c56 # ifndef NDEBUG
57 # define NDEBUG macro
H A Dctr128.c56 # ifndef NDEBUG
57 # define NDEBUG macro
H A Dccm128.c55 # ifndef NDEBUG
56 # define NDEBUG macro
/external/v8/src/
H A Dv8.h37 #if defined(DEBUG) && defined(NDEBUG)
39 // version of V8. We do not use NDEBUG and simply undef it here for
41 #undef NDEBUG macro
46 // may use NDEBUG - make sure they are consistent.
47 #if defined(DEBUG) && defined(NDEBUG)
48 #error both DEBUG and NDEBUG are set
/external/openssl/crypto/conf/
H A Dconf_api.c62 # undef NDEBUG /* avoid conflicting definitions */ macro
63 # define NDEBUG macro
/external/openssl/crypto/bio/
H A Dbss_bio.c72 # ifndef NDEBUG
73 # define NDEBUG macro
H A Db_print.c61 # ifndef NDEBUG
62 # define NDEBUG macro
/external/openssl/crypto/bn/
H A Dbn_asm.c60 # undef NDEBUG /* avoid conflicting definitions */ macro
61 # define NDEBUG macro
H A Dbn_ctx.c58 #ifndef NDEBUG
59 #define NDEBUG macro
H A Dbn_mul.c60 # undef NDEBUG /* avoid conflicting definitions */ macro
61 # define NDEBUG macro
H A Dbn_lib.c60 # undef NDEBUG /* avoid conflicting definitions */ macro
61 # define NDEBUG macro
/external/openssl/crypto/rand/
H A Dmd_rand.c115 # ifndef NDEBUG
116 # define NDEBUG macro
/external/qemu/
H A Daes.c33 #ifndef NDEBUG
34 #define NDEBUG macro
/external/valgrind/tsan/
H A Dts_util.h88 # undef NDEBUG // Assert is always on. macro
96 # undef NDEBUG // Assert is always on. macro
/external/e2fsprogs/e2fsck/
H A Ddict.c21 #define NDEBUG macro
155 #ifndef NDEBUG
396 #ifndef NDEBUG
1065 #ifndef NDEBUG
1193 #ifndef NDEBUG
1204 #ifndef NDEBUG

Completed in 514 milliseconds

12