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