Searched refs:uUsed (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_core.c554 ssize_t uUsed = 0, bUsed, bLeft; local
609 uUsed = sound_copy_translate(dmasound.trans_write, src, uLeft,
611 if (uUsed <= 0)
612 return uUsed;
613 src += uUsed;
614 uWritten += uUsed;
615 uLeft = (uUsed <= uLeft) ? (uLeft - uUsed) : 0 ; /* paranoia */
639 uUsed = sound_copy_translate(dmasound.trans_write, src, uLeft,
641 if (uUsed <
705 ssize_t uRead, bLeft, bUsed, uUsed; local
[all...]

Completed in 106 milliseconds