Searched refs:ip1 (Results 1 – 1 of 1) sorted by relevance
886 size_t ip1 = std::min(cnt, SNAPSHOT_CACHE_SIZE); in CheckAgainstSnapshots() local887 for (; 0 < ip1; ip1--) { in CheckAgainstSnapshots()889 snapshot_cache_[ip1 - 1].load(std::memory_order_acquire); in CheckAgainstSnapshots()893 if (ip1 == SNAPSHOT_CACHE_SIZE) { // border line snapshot in CheckAgainstSnapshots()