Home
last modified time | relevance | path

Searched full:assertion (Results 1 – 25 of 36) sorted by relevance

12

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Ddebug.h99 * @defgroup lwip_assertions Assertion handling
116 #define LWIP_ASSERT(message, assertion) do { if (!(assertion)) { \ argument
119 #define LWIP_ASSERT(message, assertion) argument
H A Darch.h86 /** 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 Ddebug.h99 * @defgroup lwip_assertions Assertion handling
116 #define LWIP_ASSERT(message, assertion) do { if (!(assertion)) { \ argument
122 #define LWIP_ASSERT(message, assertion) argument
H A Darch.h84 /** 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 Ddebug.h66 #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 Dsyscfg.yml297 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 Dtrees.c178 * 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 Ddeflate.c166 * 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 Ddeflate.h266 * IN assertion: there is enough room in pending_buf.
H A Dinfblock.c397 * IN assertion: s != Z_NULL
H A Dgzio.c259 IN assertion: the stream s has been sucessfully opened for reading.
284 IN assertion: the stream s has already been created sucessfully;
H A DChangeLog40 - Remove an incorrect assertion in examples/zpipe.c
/nrf52832-nimble/nordic/nrfx/templates/
H A Dnrfx_glue.h65 * @brief Macro for placing a runtime assertion.
72 * @brief Macro for placing a compile time assertion.
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_uarte.h233 * checks it with assertion.
287 * checks it with assertion.
H A Dnrfx_twim.h261 * checks it with assertion.
291 * checks it with assertion.
H A Dnrfx_adc.h205 * must be initialized in non-blocking mode, otherwise an assertion will fail). The function will
/nrf52832-nimble/rt-thread/src/
H A Dkservice.c1311 * @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 Dnrfx_systick.c72 * Assertion is used for testing.
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dmips_backtrace.c198 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 D00history.txt176 Fixed assertion failure due to OS/2 EA on FAT12/16 volume.
H A Dff.h224 FR_INT_ERR, /* (2) Assertion failed */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dos-ecos.h32 //#include <cyg/infra/cyg_ass.h> // assertion macros
H A Dos-rtthread.h32 //#include <cyg/infra/cyg_ass.h> // assertion macros
/nrf52832-nimble/rt-thread/
H A DChangeLog.md482 * Add assertion hook.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dpbuf.c813 /* enforce invariant if assertion is disabled */ in pbuf_dechain()

12