Searched refs:assert (Results 1 – 5 of 5) sorted by relevance
7 #define assert(_expr) \ macro14 #define assert(_expr) macro
98 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()
11 "assert.c",
177 assert(hdr->magic == HEAP_MAGIC); in free()
1066 conditional code to assert where applicable), check pbuf length before2136 data packet was lost): add assert that all segment lists are empty in2186 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can2578 cases just assert if it fails as I'm not sure how to fix them, but