Lines Matching defs:num
675 const size_t num = (size_t)(p->buf - p->bufBase);
678 if (num != ISeqOutStream_Write(p->outStream, p->bufBase, num))
681 p->processed += num;
1059 size_t num = (p->tableSize - kLenNumLowSymbols * 2) * sizeof(p->prices[0][0]);
1061 memcpy(p->prices[posState] + kLenNumLowSymbols * 2, p->prices[0] + kLenNumLowSymbols * 2, num);
1069 g_STAT_OFFSET += num;
1070 printf("\n MovePos %u", num);
1074 #define MOVE_POS(p, num) { \
1075 p->additionalOffset += (num); \
1076 p->matchFinder.Skip(p->matchFinderObj, (UInt32)(num)); }
2805 UInt32 num = (UInt32)0x300 << (p->lp + p->lc);
2808 for (k = 0; k < num; k++)