Searched refs:totalReadLength (Results 1 – 1 of 1) sorted by relevance
514 unsigned int totalReadLength = 0; in commentChunk() local519 totalReadLength += 2; /* chunksize doesn't count */ in commentChunk()544 totalReadLength += totalCommentLength + 4 + 2 + 2; /* include header */ in commentChunk()552 totalReadLength += 1; in commentChunk()557 if (totalReadLength < chunksize) { in commentChunk()560 for (i=0; i < chunksize - totalReadLength; i++ ) in commentChunk()