Searched refs:ASSERT (Results 1 – 14 of 14) sorted by relevance
| /openbmc/u-boot/arch/arm/cpu/ |
| H A D | u-boot-spl.lds | 82 ASSERT(__image_copy_end - __image_copy_start < (IMAGE_MAX_SIZE), \ 87 ASSERT(__bss_end - __bss_start < (CONFIG_SPL_BSS_MAX_SIZE), \ 92 ASSERT(__bss_end - _start < (CONFIG_SPL_MAX_FOOTPRINT), \
|
| H A D | u-boot.lds | 121 ASSERT((. - ADDR(.secure_text)) <= CONFIG_ARMV7_SECURE_MAX_SIZE,
|
| /openbmc/u-boot/arch/arm/mach-at91/arm926ejs/ |
| H A D | u-boot-spl.lds | 53 ASSERT(__image_copy_end - __start < (IMAGE_MAX_SIZE), \ 58 ASSERT(__bss_end - __bss_start < (CONFIG_SPL_BSS_MAX_SIZE), \
|
| /openbmc/ipmi-fru-parser/ |
| H A D | frup.cpp | 55 #define ASSERT(x) \ macro 177 ASSERT(timestr); in _to_time_str() 178 ASSERT(len); in _to_time_str() 199 ASSERT(areabuf); in _parse_type_length() 200 ASSERT(areabuflen); in _parse_type_length() 201 ASSERT(number_of_data_bytes); in _parse_type_length() 217 ASSERT(type_length != IPMI_FRU_SENTINEL_VALUE); in _parse_type_length() 696 ASSERT(msgbuf); in parse_fru_area()
|
| /openbmc/qemu/tests/tcg/tricore/ |
| H A D | link.ld | 73 _. = ASSERT ((__CSA_BEGIN & 0x3f) == 0 , "illegal CSA start address") ; 74 _. = ASSERT ((__CSA_SIZE & 0x3f) == 0 , "illegal CSA size") ;
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | u-boot-spl.lds | 37 ASSERT(__bss_end <= 0xfff01000, "NAND bootstrap too big");
|
| /openbmc/u-boot/arch/microblaze/cpu/ |
| H A D | u-boot-spl.lds | 60 ASSERT(__end - _start < (CONFIG_SPL_MAX_FOOTPRINT), \
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | u-boot-nand_spl.lds | 68 ASSERT(__init_end <= (0xfff00000 + RESET_VECTOR_OFFSET), "NAND bootstrap too big");
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0009-use-posix-strerror_r-unless-on-gnu-libc-system.patch | 39 ASSERT(p != NULL);
|
| /openbmc/u-boot/arch/xtensa/cpu/ |
| H A D | u-boot.lds | 104 ASSERT(__monitor_end - __monitor_start <= CONFIG_SYS_MONITOR_LEN,
|
| /openbmc/phosphor-host-ipmid/scripts/ |
| H A D | writesensor.cpp.mako | 145 skipVal = "SkipAssertion::ASSERT"
|
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | types.hpp | 54 ASSERT, // Skip on Assert enumerator
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | sensordatahandler.cpp | 344 // Skip update if skipOn is ASSERT in assertion() 345 if (SkipAssertion::ASSERT == value.second.skip) in assertion()
|
| /openbmc/u-boot/common/ |
| H A D | dlmalloc.src | 3174 * Use 'assert' rather than 'ASSERT' in WIN32 code to conform to
|