Searched refs:spaceLeft (Results 1 – 1 of 1) sorted by relevance
1924 int spaceLeft; in fillInCell() local1940 spaceLeft = MX_LOCAL_PAYLOAD; in fillInCell()1946 if( spaceLeft==0 ){ in fillInCell()1960 spaceLeft = OVERFLOW_SIZE; in fillInCell()1965 if( n>spaceLeft ) n = spaceLeft; in fillInCell()1975 spaceLeft -= n; in fillInCell()