Home
last modified time | relevance | path

Searched refs:totalReadLength (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Daiff.c514 unsigned int totalReadLength = 0; in commentChunk() local
519 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()