Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Doss.c270 size_t i, cRead; in ossread() local
289 cRead = cOutput - (cbOutputLeft >> pPriv->sample_shift); in ossread()
294 for (i = cRead; i != 0; i--) { in ossread()
301 for (i = cRead; i != 0; i--) { in ossread()
308 for (i = cRead; i != 0; i--) { in ossread()
319 for (i = cRead; i != 0; i--) { in ossread()
326 for (i = cRead; i != 0; i--) { in ossread()
333 for (i = cRead; i != 0; i--) { in ossread()
342 return cRead; in ossread()
H A Dsunaudio.c368 size_t i, cRead; in sunread() local
387 cRead = cOutput - (cbOutputLeft >> pPriv->sample_shift); in sunread()
394 for (i = cRead; i != 0; i--) { in sunread()
401 for (i = cRead; i != 0; i--) { in sunread()
408 for (i = cRead; i != 0; i--) { in sunread()
419 for (i = cRead; i != 0; i--) { in sunread()
427 return cRead; in sunread()