Searched refs:spaceLeft (Results 1 – 1 of 1) sorted by relevance
154 void gather(int spaceLeft) { in gather() argument155 for (int i = offset; (i < (offset + len)) && (spaceLeft > 0); i++) { in gather()156 int amount = Math.min(appData[i].remaining(), spaceLeft); in gather()160 spaceLeft -= amount; in gather()