Searched refs:assertion (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Pei/ |
D | PeiDebug.h | 56 #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/ |
D | EfiDebug.h | 71 #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/ |
D | assert.c | 18 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/ |
D | README | 137 if it doesn't, then OVMF will log an error and trigger an assertion failure
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | xlat-tables-lib-v2-design.rst | 265 Additionally, when asserts are enabled (typically in debug builds), an assertion
|
D | interrupt-framework-design.rst | 344 and take appropriate action within its implementation e.g. use assertion 868 assertion is raised otherwise.
|
D | user-guide.rst | 328 that is only required for the assertion and does not fit in the assertion
|
D | firmware-design.rst | 188 Any other SMC leads to an assertion failure. 376 image or image is missing it leads to an assertion failure. If ``LOAD_IMAGE_V2``
|
D | porting-guide.rst | 1903 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/ |
D | EDKII_openssl-1.0.2j.patch | 517 @@ -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/ |
D | ChangeLog | 40 - Remove an incorrect assertion in examples/zpipe.c
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | ChangeLog | 657 - Remove an incorrect assertion in examples/zpipe.c
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR33.patch | 5280 + Description - Description, usually the assertion,
|