Home
last modified time | relevance | path

Searched refs:Bytes_to_Bytes (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioHdr.h161 virtual off_t Bytes_to_Bytes(off_t& cnt) const;
162 virtual size_t Bytes_to_Bytes(size_t& cnt) const;
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioHdr.cc157 Bytes_to_Bytes( in Bytes_to_Bytes() function in AudioHdr
170 Bytes_to_Bytes( in Bytes_to_Bytes() function in AudioHdr
H A DAudio.cc366 (void) tohdr.Bytes_to_Bytes(bufsiz); in AsyncCopy()
393 if (tohdr.Bytes_to_Bytes(bufsiz) != lim) { in AsyncCopy()
405 if (tohdr.Bytes_to_Bytes(bufsiz) != lim) { in AsyncCopy()
H A DAudioBuffer.cc347 if (GetHeader().Bytes_to_Bytes(cnt) > 0) { in ReadData()
412 if (GetHeader().Bytes_to_Bytes(cnt) > 0) { in WriteData()
516 if (GetHeader().Bytes_to_Bytes(cnt) == 0) { in AsyncCopy()
H A DAudioUnixfile.cc344 if (GetHeader().Bytes_to_Bytes(cnt) == 0) { in ReadData()
384 if (GetHeader().Bytes_to_Bytes(cnt) != len) { in ReadData()
422 if (GetHeader().Bytes_to_Bytes(cnt) == 0) { in WriteData()
H A DAudioFile.cc471 if (GetHeader().Bytes_to_Bytes(cnt) == 0) { in ReadData()
611 if (GetHeader().Bytes_to_Bytes(cnt) == 0) { in AsyncCopy()