Searched defs:tmpBuf (Results 1 - 12 of 12) sorted by relevance

/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.cpp788 FDK_BITSTREAM tmpBuf; local
790 FDKinitBitStream( &tmpBuf, hBs->hBitBuf.Buffer, hBs->hBitBuf.bufSize, 0, BS_WRITER ) ;
791 FDKpushFor( &tmpBuf, hAss->audioMuxLengthBytesPos );
792 FDKwriteBits( &tmpBuf, hAss->audioMuxLengthBytes, 13 );
793 FDKsyncCache( &tmpBuf );
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLCipherRSA.java279 final byte[] tmpBuf;
282 tmpBuf = new byte[buffer.length];
283 System.arraycopy(buffer, 0, tmpBuf, buffer.length - bufferOffset, bufferOffset);
285 tmpBuf = Arrays.copyOf(buffer, bufferOffset);
288 tmpBuf = buffer;
292 int resultSize = doCryptoOperation(tmpBuf, output);
301 abstract int doCryptoOperation(final byte[] tmpBuf, byte[] output) argument
363 int doCryptoOperation(final byte[] tmpBuf, byte[] output) argument
369 tmpBuf.length, tmpBuf, outpu
566 doCryptoOperation(byte[] tmpBuf, byte[] output) argument
[all...]
/external/deqp/framework/delibs/decpp/
H A DdeBlockBuffer.cpp72 Message tmpBuf [64]; local
77 int numToRead = rnd.getInt(1, DE_LENGTH_OF_ARRAY(tmpBuf));
78 int numRead = m_buffer.tryRead(numToRead, &tmpBuf[0]);
82 const Message& msg = tmpBuf[ndx];
91 m_buffer.write(numRead-ndx-1, &tmpBuf[ndx+1]);
139 Message tmpBuf[64]; local
143 int writeSize = rnd.getInt(1, de::min(m_numMessages-msgNdx, DE_LENGTH_OF_ARRAY(tmpBuf)));
145 tmpBuf[ndx] = Message(m_threadId, (deUint16)msgNdx++);
147 m_buffer.write(writeSize, &tmpBuf[0]);
/external/deqp/execserver/tools/
H A DxsTest.cpp698 deUint8 tmpBuf[1024*16]; local
701 deMemset(&tmpBuf, 'a', sizeof(tmpBuf));
706 XS_CHECK(deFile_write(file, &tmpBuf[0], de::min((int)sizeof(tmpBuf), DATA_SIZE-numWritten), &numWrittenInBatch) == DE_FILERESULT_SUCCESS);
/external/python/cpython2/PC/
H A D_winreg.c1198 char *tmpBuf; local
1245 tmpBuf = (char *)PyMem_Realloc(retDataBuf, bufDataSize);
1246 if (tmpBuf == NULL) {
1251 retDataBuf = tmpBuf;
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp657 tcu::TextureLevel tmpBuf; local
672 tmpBuf.setStorage(readFormat, framebufferW, framebufferH);
677 glu::readPixels(m_renderCtx, 0, 0, tmpBuf.getAccess());
681 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues*outVecSize*sizeof(deUint32));
686 const deUint32* srcPtr = (const deUint32*)tmpBuf.getAccess().getDataPtr() + valNdx*4;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1335 tcu::TextureLevel tmpBuf; local
1381 tmpBuf.setStorage(readFormat, renderSize.x(), renderSize.y());
1386 tcu::copy(tmpBuf.getAccess(), resultAccess);
1389 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint32));
1394 const deUint32* srcPtr = (const deUint32*)tmpBuf.getAccess().getDataPtr() + valNdx * 4;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 221 milliseconds