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

1 2 3

  /external/openssl/crypto/aes/
aes_ecb.c 53 # ifndef NDEBUG
54 # define NDEBUG
aes_core.c 32 # ifndef NDEBUG
33 # define NDEBUG
    [all...]
  /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/llvm/lib/Support/
regutils.h 47 #ifndef NDEBUG
48 #define NDEBUG /* no assertions please */
  /bionic/libc/upstream-netbsd/lib/libc/regex/
utils.h 82 #ifndef NDEBUG
83 #define NDEBUG /* no assertions please */
  /external/lldb/source/Symbol/
ClangExternalASTSourceCallbacks.cpp 16 // Clang headers like to use NDEBUG inside of them to enable/disable debug
17 // releated features using "#ifndef NDEBUG" preprocessor blocks to do one thing
21 // files when NDEBUG is not defined, and this can cause link errors with the
23 // file. So we have to define NDEBUG when including clang headers to avoid any
26 #if !defined(NDEBUG) && !defined(LLVM_NDEBUG_OFF)
28 #define NDEBUG
37 #undef NDEBUG
  /external/compiler-rt/test/tsan/
sigsuspend.cc 4 #ifdef NDEBUG
5 #undef NDEBUG
  /external/deqp/framework/delibs/debase/
deDefs.c 46 #if (DE_OS == DE_OS_UNIX) && defined(NDEBUG)
48 # undef NDEBUG
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_driver.h 38 #undef NDEBUG
  /external/chromium_org/third_party/webrtc/test/channel_transport/
channel_transport.cc 24 #undef NDEBUG
  /external/chromium_org/v8/src/
v8.h 14 #if defined(DEBUG) && defined(NDEBUG)
16 // version of V8. We do not use NDEBUG and simply undef it here for
18 #undef NDEBUG
23 // may use NDEBUG - make sure they are consistent.
24 #if defined(DEBUG) && defined(NDEBUG)
25 #error both DEBUG and NDEBUG are set
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.h 38 #undef NDEBUG
  /external/openssl/crypto/conf/
conf_api.c 62 # undef NDEBUG /* avoid conflicting definitions */
63 # define NDEBUG
  /external/chromium_org/ppapi/examples/gles2/
gles2.cc 27 #undef NDEBUG
  /external/chromium_org/ppapi/examples/gles2_spinning_cube/
gles2_spinning_cube.cc 20 #undef NDEBUG
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 51 #if !defined(lint) && !defined(NDEBUG)
52 # define NDEBUG
  /external/lldb/include/lldb/Symbol/
ClangExternalASTSourceCommon.h 13 // Clang headers like to use NDEBUG inside of them to enable/disable debug
14 // releated features using "#ifndef NDEBUG" preprocessor blocks to do one thing
18 // files when NDEBUG is not defined, and this can cause link errors with the
20 // file. So we have to define NDEBUG when including clang headers to avoid any
23 #if !defined(NDEBUG) && !defined(LLVM_NDEBUG_OFF)
25 #define NDEBUG
33 #undef NDEBUG
  /external/openssl/crypto/bn/
bn_mul.c 60 # undef NDEBUG /* avoid conflicting definitions */
61 # define NDEBUG
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 19 #undef NDEBUG
  /external/chromium_org/ppapi/examples/compositor/
compositor.cc 35 #undef NDEBUG

Completed in 316 milliseconds

1 2 3