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

/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioStream.cpp1452 IOAudioClientBuffer *tmpBuf = NULL; local
1645 // If not, then tmpBuf is just NULL and we insert at the beginning
1647 tmpBuf = clientBufferListStart;
1650 tmpBuf = clientBuffer;
1654 if (tmpBuf == NULL) {
1668 while ((tmpBuf->nextClip != NULL) && (CMP_IOAUDIOENGINEPOSITION(&clientBuffer->mixedPosition, &tmpBuf->nextClip->mixedPosition) > 0)) {
1669 tmpBuf = tmpBuf->nextClip;
1672 if (tmpBuf !
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/ffmpeg/
H A DFFTFrameFFMPEG.cpp56 FFTComplexProxy* tmpBuf; member in struct:__anon5371::FFTContextProxy
/macosx-10.9.5/NFS-81/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.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslKeyExchange.c991 SSLBuffer tmpBuf; local
992 tmpBuf.data = ctx->preMasterSecret.data + 2;
993 tmpBuf.length = SSL_RSA_PREMASTER_SECRET_SIZE - 2;
995 sslRand(&tmpBuf);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslKeyExchange.c991 SSLBuffer tmpBuf; local
992 tmpBuf.data = ctx->preMasterSecret.data + 2;
993 tmpBuf.length = SSL_RSA_PREMASTER_SECRET_SIZE - 2;
995 sslRand(&tmpBuf);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslKeyExchange.c991 SSLBuffer tmpBuf; local
992 tmpBuf.data = ctx->preMasterSecret.data + 2;
993 tmpBuf.length = SSL_RSA_PREMASTER_SECRET_SIZE - 2;
995 sslRand(&tmpBuf);

Completed in 127 milliseconds