Home
last modified time | relevance | path

Searched refs:assertion (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Pei/
DPeiDebug.h56 #define _PEI_DEBUG_ASSERT(PeiST, assertion) \ argument
57 PeiDebugAssert (PeiST, __FILE__, __LINE__, #assertion)
64 #define PEI_ASSERT(PeiST, assertion) if(!(assertion)) \ argument
65 _PEI_DEBUG_ASSERT(PeiST, assertion)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiDebug.h71 #define _DEBUG_ASSERT(assertion) \ argument
72 EfiDebugAssert (__FILE__, __LINE__, #assertion)
79 #define ASSERT(assertion) if(!(assertion)) \ argument
80 _DEBUG_ASSERT(assertion)
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dassert.c18 void __assert(const char *file, unsigned int line, const char *assertion) in __assert() argument
20 tf_printf("ASSERT: %s:%d:%s\n", file, line, assertion); in __assert()
/device/linaro/bootloader/edk2/OvmfPkg/
DREADME137 if it doesn't, then OVMF will log an error and trigger an assertion failure
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dxlat-tables-lib-v2-design.rst265 Additionally, when asserts are enabled (typically in debug builds), an assertion
Dinterrupt-framework-design.rst344 and take appropriate action within its implementation e.g. use assertion
868 assertion is raised otherwise.
Duser-guide.rst328 that is only required for the assertion and does not fit in the assertion
Dfirmware-design.rst188 Any other SMC leads to an assertion failure.
376 image or image is missing it leads to an assertion failure. If ``LOAD_IMAGE_V2``
Dporting-guide.rst1903 calculated by the linker then a link time assertion is raised. A compile time
1904 assertion is raised if the value of the constant is not aligned to the cache
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DEDKII_openssl-1.0.2j.patch517 @@ -1011,10 +1014,12 @@ void OpenSSLDie(const char *file, int line, const char *assertion)
607 void OpenSSLDie(const char *file, int line, const char *assertion);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DChangeLog40 - Remove an incorrect assertion in examples/zpipe.c
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog657 - Remove an incorrect assertion in examples/zpipe.c
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch5280 + Description - Description, usually the assertion,