Searched refs:maxStack (Results 1 – 2 of 2) sorted by relevance
2632 enum maxStack = 2_048; in reduce() local2633 byte[maxStack] buf = void; in reduce()2637 if (nBytesNeeded < maxStack) in reduce()2656 if (nBytesNeeded > maxStack) in reduce()
2741 enum maxStack = 2_048; in reduce() local2742 byte[maxStack] buf = void; in reduce()2746 if (nBytesNeeded <= maxStack) in reduce()2765 if (nBytesNeeded > maxStack) in reduce()