HomeSort by relevance Sort by last modified time
    Searched defs:NDEBUG (Results 1 - 25 of 37) 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/openssl/crypto/modes/
ofb128.c 56 # ifndef NDEBUG
57 # define NDEBUG
cbc128.c 56 # ifndef NDEBUG
57 # define NDEBUG
cfb128.c 56 # ifndef NDEBUG
57 # define NDEBUG
ctr128.c 56 # ifndef NDEBUG
57 # define NDEBUG
xts128.c 55 # ifndef NDEBUG
56 # define NDEBUG
ccm128.c 55 # ifndef NDEBUG
56 # define NDEBUG
  /external/stlport/test/eh/
mwerks_nosgi_prefix.h 5 #define NDEBUG 1
mwerks_prefix.h 4 #define NDEBUG 1
  /bionic/libc/regex/
utils.h 46 #ifndef NDEBUG
47 #define NDEBUG /* no assertions please */
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumIncludes.h 52 // 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
  /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/openssl/crypto/conf/
conf_api.c 62 # undef NDEBUG /* avoid conflicting definitions */
63 # define NDEBUG
  /external/v8/src/
v8.h 37 #if defined(DEBUG) && defined(NDEBUG)
39 // version of V8. We do not use NDEBUG and simply undef it here for
41 #undef NDEBUG
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/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
  /external/qemu/
aes.c 33 #ifndef NDEBUG
34 #define NDEBUG
    [all...]
  /external/openssl/crypto/bio/
bss_bio.c 72 # ifndef NDEBUG
73 # define NDEBUG
  /external/openssl/crypto/rand/
md_rand.c 115 # ifndef NDEBUG
116 # define NDEBUG
  /external/valgrind/tsan/
ts_util.h 88 # undef NDEBUG // Assert is always on.
96 # undef NDEBUG // Assert is always on.

Completed in 3950 milliseconds

1 2