Searched refs:subtotal (Results 1 – 1 of 1) sorted by relevance
2198 int subtotal; /* Subtotal of bytes in cells on one page */ in balance() local2428 for(subtotal=k=i=0; i<nCell; i++){ in balance()2429 subtotal += szCell[i]; in balance()2430 if( subtotal > USABLE_SPACE ){ in balance()2431 szNew[k] = subtotal - szCell[i]; in balance()2433 subtotal = 0; in balance()2437 szNew[k] = subtotal; in balance()