HomeSort by relevance Sort by last modified time
    Searched refs:GT_TRACE (Results 1 - 4 of 4) sorted by null

  /hardware/ti/omap3/dspbridge/inc/
dbc.h 49 #if GT_TRACE
dbg.h 72 #if ((defined DEBUG) || (defined DDSP_DEBUG_PRODUCT)) && GT_TRACE
143 #endif // ((defined DEBUG) || (defined DDSP_DEBUG_PRODUCT)) && GT_TRACE
gt.h 22 * are acutally compiled into the client: GT_TRACE and GT_ASSERT. If
23 * GT_TRACE is set to 0 then all trace statements (except for assertions)
26 * set to 0 unless GT_TRACE is also set to 0 (i.e. GT_TRACE == 1 implies
40 #ifndef GT_TRACE
41 #define GT_TRACE 0 /* 0 = "trace compiled out"; 1 = "trace active" */
44 #if !defined(GT_ASSERT) || GT_TRACE
267 #if GT_TRACE == 0
286 #else /* GT_TRACE == 1 */
327 #endif /* GT_TRACE */
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbg.h 72 #if ((defined DEBUG) || (defined DDSP_DEBUG_PRODUCT)) && GT_TRACE
143 #endif // ((defined DEBUG) || (defined DDSP_DEBUG_PRODUCT)) && GT_TRACE

Completed in 127 milliseconds