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

1 2

  /external/openssl/crypto/aes/
aes_ecb.c 53 # ifndef NDEBUG
54 # define NDEBUG
aes_ofb.c 109 # ifndef NDEBUG
110 # define NDEBUG
aes_cbc.c 53 # ifndef NDEBUG
54 # define NDEBUG
aes_ctr.c 53 # ifndef NDEBUG
54 # define NDEBUG
aes_cfb.c 109 # ifndef NDEBUG
110 # define NDEBUG
aes_core.c 32 # ifndef NDEBUG
33 # define NDEBUG
    [all...]
  /external/openssl/crypto/camellia/
cmll_ecb.c 53 # ifndef NDEBUG
54 # define NDEBUG
cmll_ofb.c 109 # ifndef NDEBUG
110 # define NDEBUG
cmll_ctr.c 53 # ifndef NDEBUG
54 # define NDEBUG
cmll_cbc.c 53 # ifndef NDEBUG
54 # define NDEBUG
cmll_cfb.c 109 # ifndef NDEBUG
110 # define NDEBUG
  /external/openssl/crypto/bn/
bn_opt.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_mul.c 60 # undef NDEBUG /* avoid conflicting definitions */
61 # 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 */
  /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/qemu/
aes.c 33 #ifndef NDEBUG
34 #define NDEBUG
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ualgobase.cpp 11 #ifndef NDEBUG // Optimized code here. asserts slow it down, and are checked elsewhere.
12 #define NDEBUG
  /external/openssl/crypto/bio/
bss_bio.c 72 # ifndef NDEBUG
73 # define NDEBUG
  /external/openssl/crypto/rand/
md_rand.c 113 # ifndef NDEBUG
114 # define NDEBUG

Completed in 295 milliseconds

1 2