Searched refs:AssertH (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | compress.cpp | 309 AssertH(s->nMTF > 0, 3001); in sendMTFValues() 586 AssertH(nGroups < 8, 3002); in sendMTFValues() 587 AssertH(nSelectors < 32768 && nSelectors <= (2 + (900000 / BZ_G_SIZE)), 3003); in sendMTFValues() 619 AssertH(!(maxLen > 17 /*20*/), 3004); in sendMTFValues() 620 AssertH(!(minLen < 1), 3005); in sendMTFValues() 698 AssertH(s->selector[selCtr] < nGroups, 3006); in sendMTFValues() 773 AssertH(selCtr == nSelectors, 3007); in sendMTFValues()
|
| H A D | huffman.cpp | 141 AssertH(nHeap < (BZ_MAX_ALPHA_SIZE + 2), 2001); in BZ2_hbMakeCodeLengths() 161 AssertH(nNodes < (BZ_MAX_ALPHA_SIZE * 2), 2002); in BZ2_hbMakeCodeLengths()
|
| H A D | blocksort.cpp | 156 AssertH(sp < FALLBACK_QSORT_STACK_SIZE - 1, 1004); in fallbackQSort3() 402 AssertH(j < 256, 1005); in fallbackSort() 806 AssertH(sp < MAIN_QSORT_STACK_SIZE - 2, 1001); in mainQSort3() 1092 AssertH(!bigDone[ss], 1006); in mainSort() 1124 AssertH((copyStart[ss] - 1 == copyEnd[ss]) || in mainSort() 1190 AssertH(((bbSize - 1) >> shifts) <= 65535, 1002); in mainSort() 1279 AssertH(s->origPtr != -1, 1003); in BZ2_blockSort()
|
| H A D | bzlib_private.hpp | 104 #define AssertH(cond, errcode) \ macro 132 #define AssertH(cond, errcode) \ macro
|
| H A D | decompress.cpp | 695 default: AssertH(False, 4001); in BZ2_decompress() 698 AssertH(False, 4002); in BZ2_decompress()
|
| H A D | bzlib.cpp | 973 AssertH(0, 6001); in BZ_API()
|