Lines Matching refs:c2
4325 uint32_t c2 = 0, c3 = 0, c4 = 0; /* variables for compression */
4374 currentSize += (c2/UCOL_BOT_COUNT4)+1;
4420 c2++;
4422 if(c2 > 0) {
4424 currentSize += (c2/(uint32_t)UCOL_TOP_COUNT2)+1;
4426 currentSize += (c2/(uint32_t)UCOL_BOT_COUNT2)+1;
4428 c2 = 0;
4520 if(c2 > 0) {
4521 currentSize += (c2/(uint32_t)UCOL_BOT_COUNT2)+((c2%(uint32_t)UCOL_BOT_COUNT2 != 0)?1:0);
4532 ++c2;
4534 if(c2 > 0) {
4536 currentSize += (c2/(uint32_t)UCOL_TOP_COUNT2)+((c2%(uint32_t)UCOL_TOP_COUNT2 != 0)?1:0);
4538 currentSize += (c2/(uint32_t)UCOL_BOT_COUNT2)+((c2%(uint32_t)UCOL_BOT_COUNT2 != 0)?1:0);
4540 c2 = 0;
4545 if(c2 > 0) {
4546 currentSize += (c2/(uint32_t)UCOL_BOT_COUNT2)+((c2%(uint32_t)UCOL_BOT_COUNT2 != 0)?1:0);