Home
last modified time | relevance | path

Searched refs:assertion (Results 1 – 11 of 11) 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.c37 const char *assertion) in __assert() argument
39 tf_printf("ASSERT: %s <%d> : %s\n", function, line, assertion); in __assert()
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DEDKII_openssl-1.0.2e.patch332 void OpenSSLDie(const char *file, int line, const char *assertion);
/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/
Dinterrupt-framework-design.md320 within its implementation e.g. use assertion failures.
770 assertion is raised otherwise.
Dfirmware-design.md157 to BL3-1 (loaded by BL2) at EL3. Any other SMC leads to an assertion
270 missing it leads to an assertion failure. If the BL3-1 image loads successfully,
Duser-guide.md236 * `ASM_ASSERTION`: This flag determines whether the assertion checks within
/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,