Lines Matching defs:cur
388 ldmEntry_t const* cur;
403 for (cur = bucket; cur < bucket + entsPerBucket; cur++) {
406 if (cur->checksum != checksum || cur->offset <= lowestIndex) {
411 cur->offset < dictLimit ? dictBase : base;
412 BYTE const* const pMatch = curMatchBase + cur->offset;
414 cur->offset < dictLimit ? dictEnd : iend;
416 cur->offset < dictLimit ? dictStart : lowPrefixPtr;
425 BYTE const* const pMatch = base + cur->offset;
439 bestEntry = cur;