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

/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecBeOS.cpp353 int rbytes, wbytes; local
377 if ( (wbytes = fwrite (buf, 1, rbytes, ofp)) < 0 )
384 rbytes -= wbytes;
H A DnsFileSpecUnix.cpp426 int rbytes, wbytes; local
450 if ( (wbytes = fwrite (buf, 1, rbytes, ofp)) < 0 )
457 rbytes -= wbytes;
/vbox/src/VBox/Devices/Audio/
H A Dossaudio.c452 int wbytes = wsamples << hw->info.shift; local
453 if (wbytes != written) {
456 wbytes, written, hw->info.align + 1);

Completed in 47 milliseconds