Home
last modified time | relevance | path

Searched refs:AssertH (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/archival/libarchive/bz/
Dbzlib_private.h37 #define AssertH(cond, errcode) \ macro
43 #define AssertH(cond, msg) do { } while (0) macro
Dcompress.c335 AssertH(s->nMTF > 0, 3001); in sendMTFValues()
523 AssertH(nGroups < 8, 3002); in sendMTFValues()
524 AssertH(nSelectors < 32768 && nSelectors <= (2 + (900000 / BZ_G_SIZE)), 3003); in sendMTFValues()
556 AssertH(!(maxLen > 17 /*20*/), 3004); in sendMTFValues()
557 AssertH(!(minLen < 1), 3005); in sendMTFValues()
626 AssertH(s->selector[selCtr] < nGroups, 3006); in sendMTFValues()
668 AssertH(selCtr == nSelectors, 3007); in sendMTFValues()
Dhuffman.c141 AssertH(nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001); in BZ2_hbMakeCodeLengths()
155 AssertH(nNodes < (BZ_MAX_ALPHA_SIZE * 2), 2002); in BZ2_hbMakeCodeLengths()
Dblocksort.c132 AssertH(sp < FALLBACK_QSORT_STACK_SIZE - 1, 1004); in fallbackQSort3()
357 AssertH(j < 256, 1005); in fallbackSort()
622 AssertH(sp < MAIN_QSORT_STACK_SIZE - 2, 1001); in mainQSort3()
897 AssertH(!bigDone[ss], 1006); in mainSort()
937 AssertH((copyStart[ss]-1 == copyEnd[ss]) \ in mainSort()
1001 AssertH(((bbSize-1) >> shifts) <= 65535, 1002); in mainSort()
1072 AssertH(origPtr != -1, 1003); in BZ2_blockSort()