Lines Matching defs:assert
142 # include <assert.h>
144 # ifndef assert
145 # define assert(condition) ((void)0)
453 assert(dstEnd >= dstPtr);
458 assert(dstEnd >= dstPtr);
463 assert(dstEnd >= dstStart);
610 assert(LZ4F_compressionContextPtr != NULL); /* considered a violation of narrow contract */
833 assert(compress != NULL);
965 assert(blockSize > cctxPtr->tmpInSize);
1012 assert(blockCompression == LZ4B_COMPRESSED);
1017 assert(0 <= realDictSize && realDictSize <= 64 KB);
1030 assert((cctxPtr->tmpIn + blockSize) <= (cctxPtr->tmpBuff + cctxPtr->maxBufferSize));
1126 assert(((void)"flush overflows dstBuffer!", (size_t)(dstPtr - dstStart) <= dstCapacity));
1163 assert(flushSize <= dstCapacity);
1249 assert(LZ4F_decompressionContextPtr != NULL); /* violation of narrow contract */
1359 assert(frameHeaderSize > 5);
1474 assert(dstPtr != NULL);
1476 assert(dctx->dict != NULL);
1483 assert(dstPtr >= dstBufferStart);
1490 assert(dstSize < 64 KB); /* if dstSize >= 64 KB, dictionary would be set into dstBuffer directly */
1493 assert(dctx->tmpOutBuffer != NULL);
1497 assert(dctx->dict + dctx->dictSize == dctx->tmpOut + dctx->tmpOutStart);
1575 if (dstBuffer == NULL) assert(*dstSizePtr == 0);
1580 assert(dctx != NULL);
1815 assert(dctx->tmpInTarget >= 4);
1817 assert(selectedIn != NULL); /* selectedIn is defined at this stage (either srcPtr, or dctx->tmpIn) */
1838 assert(dstPtr != NULL);
2037 assert(dctx->tmpOutBuffer != NULL);