Lines Matching refs:bytes
310 int bytes;
326 bytes = cntinfo.ptr - oss->old_optr;
329 bytes = bufsize + cntinfo.ptr - oss->old_optr;
332 decr = audio_MIN (bytes >> hw->info.shift, live);
341 if (abinfo.bytes > bufsize) {
345 abinfo.bytes, bufsize);
347 abinfo.bytes = bufsize;
350 if (abinfo.bytes < 0) {
353 abinfo.bytes, bufsize);
358 decr = audio_MIN (abinfo.bytes >> hw->info.shift, live);
382 "Failed to write %d bytes of audio data from %p\n",
492 oss_logerr (errno, "Failed to map %d bytes of DAC\n",
531 "Could not allocate DAC buffer (%d samples, each %d bytes)\n",
623 dolog ("Could not allocate ADC buffer (%d samples, each %d bytes)\n",
701 "Failed to read %d bytes of audio (to %p)\n",
740 "Fragment size in bytes", NULL, 0},