Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Daiff.c521 unsigned short commentLength; in commentChunk() local
525 lsx_readw(ft, &commentLength); in commentChunk()
526 if (((size_t)totalCommentLength) + commentLength > USHRT_MAX) { in commentChunk()
530 totalCommentLength += commentLength; in commentChunk()
539 …if (lsx_readbuf(ft, *text + totalCommentLength - commentLength, (size_t) commentLength) != comment… in commentChunk()
545 if (commentLength % 2) { in commentChunk()