OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DbgAssert
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
debug.c
32
DbgAssert
(
/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 990 milliseconds