Searched refs:nbytes (Results 1 – 3 of 3) sorted by relevance
51 nbytes=`expr 4 - $mod0`52 if [ "$nbytes" -ne "4" ] ; then53 tail -c $nbytes __zero.bin >> $VARBIN54 size_sec[$i]=`expr ${size_sec[${i}]} + $nbytes`
39 unsigned int nbytes);
265 unsigned int nbytes) in xa_playback_buf() argument272 if (nbytes > 0) { in xa_playback_buf()273 err = pcm_write(handle, data, nbytes); in xa_playback_buf()