/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | debug.h | 99 * @defgroup lwip_assertions Assertion handling 116 #define LWIP_ASSERT(message, assertion) do { if (!(assertion)) { \ argument 119 #define LWIP_ASSERT(message, assertion) argument
|
H A D | arch.h | 86 /** Platform specific assertion handling.\n 92 #define LWIP_PLATFORM_ASSERT(x) do {printf("Assertion \"%s\" failed at line %d in %s\n", \
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | debug.h | 99 * @defgroup lwip_assertions Assertion handling 116 #define LWIP_ASSERT(message, assertion) do { if (!(assertion)) { \ argument 122 #define LWIP_ASSERT(message, assertion) argument
|
H A D | arch.h | 84 /** Platform specific assertion handling.\n 90 #define LWIP_PLATFORM_ASSERT(x) do {printf("Assertion \"%s\" failed at line %d in %s\n", \
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | debug.h | 66 #define LWIP_ASSERT(message, assertion) do { if(!(assertion)) \ argument 69 #define LWIP_ASSERT(message, assertion) argument
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 297 an assertion in controller code. The event contains file name and 298 line number where assertion occured.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | trees.c | 178 * IN assertion: there is enough room in pendingBuf. 187 * IN assertion: length <= 16 and value fits in length bits. 483 * IN assertion: the fields freq and dad are set, heap[heap_max] and 572 * IN assertion: the array bl_count contains the bit length statistics for 574 * OUT assertion: the field code is set for all tree elements of non 614 * IN assertion: the field freq is set for all tree elements. 836 * IN assertion: lcodes >= 257, dcodes >= 1, blcodes >= 4. 1124 * IN assertion: the fields Freq of dyn_ltree are set. 1144 * IN assertion: 1 <= len <= 15
|
H A D | deflate.c | 166 * IN assertion: all calls to to UPDATE_HASH are made with consecutive 179 * IN assertion: all calls to to INSERT_STRING are made with consecutive 515 * IN assertion: the stream state is correct and there is enough room in 1021 * OUT assertion: the match length is not greater than s->lookahead. 1260 * IN assertion: lookahead < MIN_LOOKAHEAD 1362 * IN assertion: strstart is set to the end of the current match.
|
H A D | deflate.h | 266 * IN assertion: there is enough room in pending_buf.
|
H A D | infblock.c | 397 * IN assertion: s != Z_NULL
|
H A D | gzio.c | 259 IN assertion: the stream s has been sucessfully opened for reading. 284 IN assertion: the stream s has already been created sucessfully;
|
H A D | ChangeLog | 40 - Remove an incorrect assertion in examples/zpipe.c
|
/nrf52832-nimble/nordic/nrfx/templates/ |
H A D | nrfx_glue.h | 65 * @brief Macro for placing a runtime assertion. 72 * @brief Macro for placing a compile time assertion.
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_uarte.h | 233 * checks it with assertion. 287 * checks it with assertion.
|
H A D | nrfx_twim.h | 261 * checks it with assertion. 291 * checks it with assertion.
|
H A D | nrfx_adc.h | 205 * must be initialized in non-blocking mode, otherwise an assertion will fail). The function will
|
/nrf52832-nimble/rt-thread/src/ |
H A D | kservice.c | 1311 * @param ex the assertion condition string 1312 * @param func the function name when assertion. 1313 * @param line the file line number when assertion. 1324 /* close assertion module */ in rt_assert_handler() 1330 … rt_kprintf("(%s) assertion failed at function:%s, line number:%d \n", ex_string, func, line); in rt_assert_handler()
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_systick.c | 72 * Assertion is used for testing.
|
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/ |
H A D | mips_backtrace.c | 198 rt_kprintf("(%s) assertion failed at function:%s, line number:%d \n", ex, func, line); in assert_hook()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/ |
H A D | 00history.txt | 176 Fixed assertion failure due to OS/2 EA on FAT12/16 volume.
|
H A D | ff.h | 224 FR_INT_ERR, /* (2) Assertion failed */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | os-ecos.h | 32 //#include <cyg/infra/cyg_ass.h> // assertion macros
|
H A D | os-rtthread.h | 32 //#include <cyg/infra/cyg_ass.h> // assertion macros
|
/nrf52832-nimble/rt-thread/ |
H A D | ChangeLog.md | 482 * Add assertion hook.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | pbuf.c | 813 /* enforce invariant if assertion is disabled */ in pbuf_dechain()
|