HomeSort by relevance Sort by last modified time
    Searched full:gt_assert (Results 1 - 1 of 1) sorted by null

  /hardware/ti/omap3/dspbridge/inc/
gt.h 22 * are acutally compiled into the client: GT_TRACE and GT_ASSERT. If
24 * will be compiled out of the client. If GT_ASSERT is set to 0 then
25 * assertions will be compiled out of the client. GT_ASSERT can not be
27 * GT_ASSERT == 1).
44 #if !defined(GT_ASSERT) || GT_TRACE
45 #define GT_ASSERT 1
99 * ======== GT_assert ========
103 GT_assert(struct GT_Mask mask, Int expr)
245 #if GT_ASSERT == 0
247 #define GT_assert( mask, expr
    [all...]

Completed in 525 milliseconds