Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudio.cc334 AudioBuffer* tob; in AsyncCopy() local
348 tob = (AudioBuffer*) to; in AsyncCopy()
351 bptr = (caddr_t)tob->GetAddress(topos); in AsyncCopy()
352 bufsiz = bptr - (caddr_t)tob->GetAddress(); in AsyncCopy()
353 if ((bptr == NULL) || (tob->GetByteCount() <= bufsiz)) { in AsyncCopy()
359 bufsiz = tob->GetByteCount() - bufsiz; in AsyncCopy()
370 tob->SetLength(topos); in AsyncCopy()