Searched defs:NDEBUG (Results 1 - 25 of 27) 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/openssl/crypto/modes/
H A Dcbc128.c55 # ifndef NDEBUG
56 # define NDEBUG macro
H A Dofb128.c55 # ifndef NDEBUG
56 # define NDEBUG macro
H A Dcfb128.c55 # ifndef NDEBUG
56 # define NDEBUG macro
H A Dctr128.c55 # ifndef NDEBUG
56 # define NDEBUG macro
/external/v8/src/
H A Dv8.h37 #if defined(DEBUG) && defined(NDEBUG)
40 #undef NDEBUG macro
41 #elif !defined(DEBUG) && !defined(NDEBUG)
49 // may use NDEBUG - make sure they are consistent.
50 #if defined(DEBUG) && defined(NDEBUG)
51 #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.c113 # ifndef NDEBUG
114 # define NDEBUG macro
/external/qemu/
H A Daes.c33 #ifndef NDEBUG
34 #define NDEBUG macro
/external/valgrind/tsan/
H A Dts_util.h81 # undef NDEBUG // Assert is always on. macro
89 # 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
/external/mesa3d/src/glsl/
H A Dir_to_llvm.cpp34 #ifdef NDEBUG
35 #undef NDEBUG macro
/external/qemu/tcg/
H A Dtcg.c30 #if !defined(CONFIG_DEBUG_TCG) && !defined(NDEBUG)
32 #define NDEBUG macro
1377 #ifndef NDEBUG
2157 #ifndef NDEBUG
/external/libxml2/
H A Dtrio.c86 #if !(defined(DEBUG) || defined(NDEBUG))
87 # define NDEBUG macro

Completed in 710 milliseconds

12