Home
last modified time | relevance | path

Searched refs:assert (Results 1 – 5 of 5) sorted by relevance

/include/
Dassert.h7 #define assert(_expr) \ macro
14 #define assert(_expr) macro
/sbin/newfs_o2fs/
Dnewfs_o2fs.c98 assert(offset % blockSize == 0); in FlushBlock()
99 assert(len <= blockSize); in FlushBlock()
226 assert(size < blockSize); in AddDirectory()
251 assert(off < blockSize); in BlockBitmap()
256 assert(off > 8); in BlockBitmap()
303 assert(sizeof(BDirEntry) == 512); in main()
/lib/libc/
DSConscript11 "assert.c",
Dmalloc.c177 assert(hdr->magic == HEAP_MAGIC); in free()
/lib/liblwip/
DCHANGELOG1066 conditional code to assert where applicable), check pbuf length before
2136 data packet was lost): add assert that all segment lists are empty in
2186 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can
2578 cases just assert if it fails as I'm not sure how to fix them, but