Searched refs:CompressLen (Results 1 – 1 of 1) sorted by relevance
1887 auto CanCompress = [&](uint64_t CompressLen) -> bool { in getFirstSPAdjustAmount() argument1888 if (StackSize <= 2047 + CompressLen || in getFirstSPAdjustAmount()1890 StackSize <= 2047 * 2 + CompressLen) || in getFirstSPAdjustAmount()