Lines Matching defs:num
266 static CLzRef* AllocRefs(size_t num, ISzAllocPtr alloc)
268 const size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
269 if (sizeInBytes / sizeof(CLzRef) != num)
1115 #define SKIP_FOOTER SkipMatchesSpec(MF_PARAMS(p)); MOVE_POS } while (--num);
1492 static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
1503 void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
1514 static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
1529 static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
1545 static void Bt5_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
1564 do { if (p->lenLimit < minLen) { MatchFinder_MovePos(p); num--; continue; } { \
1569 UInt32 num2 = num; \
1572 num -= num2; \
1589 }} while(num); \
1592 static void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
1607 static void Hc5_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
1623 void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num)