Searched defs:dataleft (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audiotest/
H A Dwavedata.c56 int i, n, dataleft, x, l = sizeof (inbuf); local
108 dataleft = n = le_int(&hdr[p + 4], 4);
130 while (dataleft > nBlockAlign) {
137 dataleft -= nBlockAlign;

Completed in 43 milliseconds