Go to the source code of this file.
◆ ARRAY_SIZE
Value: (((sizeof(X) / sizeof(*(X))) / (static_cast<SizeT>(!(sizeof(X) % sizeof(*(X)))))))
◆ ATTRIBUTE
◆ BOOL
◆ DEPRECATED
◆ EXIT_FAILURE
◆ EXIT_SUCCESS
◆ false
◆ FILE_MAX_LEN
#define FILE_MAX_LEN (256) |
◆ GIB
Value:(UInt64)((UInt64)
MIB(X) / 1024)
◆ gib_cast
◆ IMPORT_C
#define IMPORT_C extern "C" |
◆ IMPORT_CXX
#define IMPORT_CXX extern "C++" |
◆ KIB
◆ kib_cast
◆ LIBSYS_UNUSED
#define LIBSYS_UNUSED |
( |
| X | ) |
|
◆ MIB
Value:(UInt64)((UInt64)
KIB(X) / 1024)
◆ mib_cast
◆ MUST_PASS
Value:
IMPORT_C Void _rtl_assert(Bool expr, const Char *origin)
Definition SystemCalls.cc:87
◆ NO
◆ TIB
Value:(UInt64)((UInt64)
GIB(X) / 1024)
◆ tib_cast
◆ true
◆ YES
◆ SInt16
◆ SInt32
◆ SInt64
◆ SInt8
typedef __INT8_TYPE__ SInt8 |
◆ UInt16
typedef __UINT16_TYPE__ UInt16 |
◆ UInt32
typedef __UINT32_TYPE__ UInt32 |
◆ UInt8
typedef __UINT8_TYPE__ UInt8 |
◆ VoidPtr
◆ _rtl_assert()
IMPORT_C void _rtl_assert |
( |
Bool | expr, |
|
|
const Char * | origin ) |