Lines Matching refs:buffer
1217 /* we copy the data to local buffer of thread to eliminate
1218 using of shared buffer by different threads */
2576 CAlignedBuffer buffer;
2580 buffer.Alloc(kBufferSize0 + kBufferSize1);
2581 if (!buffer.IsAllocated())
2583 Byte *buf = (Byte *)buffer;
3351 CMidAlignedBuffer buffer;
3354 ALLOC_WITH_HRESULT(&buffer, bufferSize)
3355 RandGen(buffer, bufferSize);
3356 fileData = buffer;