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

  /external/syslinux/efi32/include/efi/
efidebug.h 26 #define DBGASSERT(a) DbgAssert(__FILE__, __LINE__, #a)
31 #define DBGASSERT(a)
79 #define ASSERT(a) if(!(a)) DBGASSERT(a)
80 #define ASSERT_LOCKED(l) if(!(l)->Lock) DBGASSERT(l not locked)
81 #define ASSERT_STRUCT(p,t) DBGASSERT(t not structure), p
96 DbgAssert (
  /external/syslinux/efi64/include/efi/
efidebug.h 26 #define DBGASSERT(a) DbgAssert(__FILE__, __LINE__, #a)
31 #define DBGASSERT(a)
79 #define ASSERT(a) if(!(a)) DBGASSERT(a)
80 #define ASSERT_LOCKED(l) if(!(l)->Lock) DBGASSERT(l not locked)
81 #define ASSERT_STRUCT(p,t) DBGASSERT(t not structure), p
96 DbgAssert (
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidebug.h 26 #define DBGASSERT(a) DbgAssert(__FILE__, __LINE__, #a)
31 #define DBGASSERT(a)
79 #define ASSERT(a) if(!(a)) DBGASSERT(a)
80 #define ASSERT_LOCKED(l) if(!(l)->Lock) DBGASSERT(l not locked)
81 #define ASSERT_STRUCT(p,t) DBGASSERT(t not structure), p
96 DbgAssert (

Completed in 123 milliseconds