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

1 23

  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 200 ** Setting NDEBUG makes the code smaller and run faster. So the following
201 ** lines are added to automatically set NDEBUG unless the -DSQLITE_DEBUG=1
202 ** option is set. Thus NDEBUG becomes an opt-in rather than an opt-out
205 #if !defined(NDEBUG) && !defined(SQLITE_DEBUG)
206 # define NDEBUG 1
235 #if !defined(NDEBUG) || defined(SQLITE_COVERAGE_TEST)
249 #ifndef NDEBUG
273 #elif !defined(NDEBUG)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 440 ** Setting NDEBUG makes the code smaller and run faster. So the following
441 ** lines are added to automatically set NDEBUG unless the -DSQLITE_DEBUG=1
442 ** option is set. Thus NDEBUG becomes an opt-in rather than an opt-out
445 #if !defined(NDEBUG) && !defined(SQLITE_DEBUG)
446 # define NDEBUG 1
475 #if !defined(NDEBUG) || defined(SQLITE_COVERAGE_TEST)
489 #ifndef NDEBUG
513 #elif !defined(NDEBUG)
    [all...]

Completed in 351 milliseconds

1 23