Searched refs:DBGASSERT (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/efi32/include/efi/ |
D | efidebug.h | 26 #define DBGASSERT(a) DbgAssert(__FILE__, __LINE__, #a) macro 31 #define DBGASSERT(a) macro 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
|
/external/syslinux/efi64/include/efi/ |
D | efidebug.h | 26 #define DBGASSERT(a) DbgAssert(__FILE__, __LINE__, #a) macro 31 #define DBGASSERT(a) macro 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
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
D | efidebug.h | 26 #define DBGASSERT(a) DbgAssert(__FILE__, __LINE__, #a) macro 31 #define DBGASSERT(a) macro 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
|