Searched refs:tmpBuf (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioStream.cpp1569 IOAudioClientBuffer *tmpBuf = NULL; local
1762 // If not, then tmpBuf is just NULL and we insert at the beginning
1764 tmpBuf = clientBufferListStart;
1767 tmpBuf = clientBuffer;
1771 if (tmpBuf == NULL) {
1785 while ((tmpBuf->nextClip != NULL) && (CMP_IOAUDIOENGINEPOSITION(&clientBuffer->mixedPosition, &tmpBuf->nextClip->mixedPosition) > 0)) {
1786 tmpBuf = tmpBuf->nextClip;
1789 if (tmpBuf !
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/audio/ffmpeg/
H A DFFTFrameFFMPEG.cpp56 FFTComplexProxy* tmpBuf; member in struct:__anon5727::FFTContextProxy
/macosx-10.10/NFS-82/nfsstat/
H A Dnfsstat.c1502 char *oldExportBuf, *newExportBuf, *tmpBuf; local
1523 tmpBuf = oldExportBuf;
1527 newExportBuf = tmpBuf;
1691 char *oldBuf, *newBuf, *tmpBuf; local
1714 tmpBuf = oldBuf;
1718 newBuf = tmpBuf;
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp8855 char *tmpBuf, uint64_t tmpBufSize,
8893 error = vn_rdwr(UIO_READ, srcVp, tmpBuf, bytesToRead, readFileOffset,
8902 srcDataOffset = (uint64_t)tmpBuf + (srcOffset - readFileOffset);
8924 swd_stackshot_hdr *shdr = (swd_stackshot_hdr *)tmpBuf;;
8932 vn_rdwr(UIO_WRITE, vp, (char *)tmpBuf, bytesToWrite, 0,
8959 void *tmpBuf; local
9008 tmpBuf = tmpBufDesc->getBytesNoCopy();
9027 rc = vn_rdwr(UIO_READ, vp, (char *)tmpBuf, round_page(sizeof(IOHibernateImageHeader)), 0,
9036 imageHdr = ((IOHibernateImageHeader *)tmpBuf);
9051 rc = vn_rdwr(UIO_READ, vp, (char *)tmpBuf, round_pag
8852 sleepWakeDebugCopyFile( struct vnode *srcVp, vfs_context_t srcCtx, char *tmpBuf, uint64_t tmpBufSize, uint64_t srcOffset, const char *dstFname, uint64_t numBytes, uint32_t crc) argument
9315 sleepWakeDebugCopyFile( struct vnode *srcVp, vfs_context_t srcCtx, char *tmpBuf, uint64_t tmpBufSize, uint64_t srcOffset, const char *dstFname, uint64_t numBytes, uint32_t crc) argument
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h828 char *tmpBuf, uint64_t tmpBufSize,

Completed in 104 milliseconds