HomeSort by relevance Sort by last modified time
    Searched defs:NDEBUG (Results 1 - 25 of 32) sorted by null

1 2

  /external/openssl/crypto/aes/
aes_ecb.c 53 # ifndef NDEBUG
54 # define NDEBUG
aes_core.c 32 # ifndef NDEBUG
33 # define NDEBUG
    [all...]
aes_x86core.c 39 # ifndef NDEBUG
40 # define NDEBUG
    [all...]
  /external/llvm/lib/Support/
regutils.h 44 #ifndef NDEBUG
45 #define NDEBUG /* no assertions please */
  /external/stlport/test/eh/
mwerks_nosgi_prefix.h 5 #define NDEBUG 1
mwerks_prefix.h 4 #define NDEBUG 1
  /external/openssl/crypto/modes/
ofb128.c 55 # ifndef NDEBUG
56 # define NDEBUG
cbc128.c 55 # ifndef NDEBUG
56 # define NDEBUG
cfb128.c 55 # ifndef NDEBUG
56 # define NDEBUG
ctr128.c 55 # ifndef NDEBUG
56 # define NDEBUG
  /bionic/libc/regex/
utils.h 46 #ifndef NDEBUG
47 #define NDEBUG /* no assertions please */
  /ndk/sources/host-tools/ndk-stack/regex/
utils.h 46 #ifndef NDEBUG
47 #define NDEBUG /* no assertions please */
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 23 #undef NDEBUG
38 #define NDEBUG
  /external/v8/src/
v8.h 37 #if defined(DEBUG) && defined(NDEBUG)
40 #undef NDEBUG
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/
conf_api.c 62 # undef NDEBUG /* avoid conflicting definitions */
63 # define NDEBUG
  /external/openssl/crypto/bn/
bn_mul.c 60 # undef NDEBUG /* avoid conflicting definitions */
61 # define NDEBUG
bn_asm.c 60 # undef NDEBUG /* avoid conflicting definitions */
61 # define NDEBUG
bn_ctx.c 58 #ifndef NDEBUG
59 #define NDEBUG
bn_lib.c 60 # undef NDEBUG /* avoid conflicting definitions */
61 # define NDEBUG
  /external/qemu/
aes.c 33 #ifndef NDEBUG
34 #define NDEBUG
    [all...]
  /external/openssl/crypto/bio/
bss_bio.c 72 # ifndef NDEBUG
73 # define NDEBUG
b_print.c 61 # ifndef NDEBUG
62 # define NDEBUG
  /external/openssl/crypto/rand/
md_rand.c 113 # ifndef NDEBUG
114 # define NDEBUG
  /external/valgrind/tsan/
ts_util.h 81 # undef NDEBUG // Assert is always on.
89 # undef NDEBUG // Assert is always on.
  /bootable/recovery/mtdutils/
mtdutils.c 26 #undef NDEBUG

Completed in 729 milliseconds

1 2