Home
last modified time | relevance | path

Searched refs:NDEBUG (Results 1 – 25 of 112) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/scsi/
H A DNCR5380.h245 #ifndef NDEBUG
246 #define NDEBUG (0) macro
250 do { if ((NDEBUG) & (flg)) \
254 do { if ((NDEBUG) & (flg)) \
258 #if NDEBUG
260 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0)
262 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dassert.hpp36 …defined(BOOST_DISABLE_ASSERTS) || ( defined(BOOST_ENABLE_ASSERT_DEBUG_HANDLER) && defined(NDEBUG) )
42 …(BOOST_ENABLE_ASSERT_HANDLER) || ( defined(BOOST_ENABLE_ASSERT_DEBUG_HANDLER) && !defined(NDEBUG) )
62 #if defined(NDEBUG)
75 #if defined(BOOST_DISABLE_ASSERTS) || ( !defined(BOOST_ENABLE_ASSERT_HANDLER) && defined(NDEBUG) )
/OK3568_Linux_fs/buildroot/package/daemon/
H A D0002-Fix-build-with-NDEBUG-defined.patch5 Subject: [PATCH] Fix build with NDEBUG defined
7 Build with NDEBUG fails because the debug() macro becomes empty. This
32 #ifdef NDEBUG
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dsp_noexcept.hpp34 …defined(BOOST_DISABLE_ASSERTS) || ( defined(BOOST_ENABLE_ASSERT_DEBUG_HANDLER) && defined(NDEBUG) )
38 …(BOOST_ENABLE_ASSERT_HANDLER) || ( defined(BOOST_ENABLE_ASSERT_DEBUG_HANDLER) && !defined(NDEBUG) )
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dexample5.c20 #ifdef NDEBUG /* N.B. assert used with active statements so enable always. */
21 #undef NDEBUG /* Must undef above assert.h or other that might include it. */
H A Dexample0.c20 #ifdef NDEBUG /* N.B. assert used with active statements so enable always. */
21 #undef NDEBUG /* Must undef above assert.h or other that might include it. */
H A Dexample2.c20 #ifdef NDEBUG /* N.B. assert used with active statements so enable always. */
21 #undef NDEBUG /* Must undef above assert.h or other that might include it. */
H A Dexample6.c20 #ifdef NDEBUG /* N.B. assert used with active statements so enable always. */
21 #undef NDEBUG /* Must undef above assert.h or other that might include it. */
H A Dexample3.c20 #ifdef NDEBUG /* N.B. assert used with active statements so enable always. */
21 #undef NDEBUG /* Must undef above assert.h or other that might include it. */
H A Dexample1.c20 #ifdef NDEBUG /* N.B. assert used with active statements so enable always. */
21 #undef NDEBUG /* Must undef above assert.h or other that might include it. */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Ddebugging_extension.hpp75 #ifndef NDEBUG in Debugging()
93 #ifndef NDEBUG
H A Duniform.hpp32 #ifndef NDEBUG
94 #ifndef NDEBUG in bindLocations()
H A Dgl.hpp17 #ifndef NDEBUG
H A Ddebugging.hpp12 #ifndef NDEBUG
H A Ddebugging.cpp8 #ifndef NDEBUG
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dsmart_buffer_priv.cpp87 #ifndef NDEBUG in SmartBufferPriv()
133 #ifndef NDEBUG in buf_ref()
152 #ifndef NDEBUG in buf_unref()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dconstants.cpp9 #ifndef NDEBUG
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dutil.hpp3 #ifndef NDEBUG
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/
H A Ddct_assert.h72 #if defined(ENABLE_ASSERT) || !defined(NDEBUG)
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dself.c17 #undef NDEBUG
H A Dproc-uptime-001.c17 #undef NDEBUG
H A Dproc.h2 #undef NDEBUG
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dassert.h16 #ifdef NDEBUG
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dassert.h16 #ifdef NDEBUG
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dassert.hpp22 …ABLE_ASSERT_HANDLER) || ( defined(BOOST_GEOMETRY_ENABLE_ASSERT_DEBUG_HANDLER) && !defined(NDEBUG) )

12345