Home
last modified time | relevance | path

Searched defs:outBuffer (Results 1 - 25 of 36) sorted by relevance

12

/third_party/lz4/tests/
H A Ddecompress-partial.c33 char outBuffer[BUFFER_SIZE]; in main() local
H A Ddecompress-partial-usingDict.c38 char* outBuffer = buffer + largeSize; in main() local
[all...]
/third_party/skia/modules/audioplayer/
H A DSkAudioPlayer_oboe.cpp47 float *outBuffer = static_cast<float *>(audioData); variable
/third_party/skia/third_party/externals/angle2/src/common/
H A Dangleutils.cpp78 size_t FormatStringIntoVector(const char *fmt, va_list vararg, std::vector<char> &outBuffer) in FormatStringIntoVector() argument
/third_party/FreeBSD/sys/crypto/rijndael/
H A Drijndael-api-fst.c84 rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputLen, BYTE *outBuffer) rijndael_blockEncrypt() argument
200 rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputOctets, BYTE *outBuffer) rijndael_padEncrypt() argument
264 rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputLen, BYTE *outBuffer) rijndael_blockDecrypt() argument
364 rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputOctets, BYTE *outBuffer) rijndael_padDecrypt() argument
[all...]
/third_party/mesa3d/src/android_stub/
H A Dnativewindow_stub.cpp28 AHardwareBuffer_allocate(const AHardwareBuffer_Desc *desc, AHardwareBuffer **outBuffer) AHardwareBuffer_allocate() argument
/third_party/pulseaudio/sonic/
H A Dmain.c30 short inBuffer[BUFFER_SIZE], outBuffer[BUFFER_SIZE]; in runSonic() local
H A DSonic.java429 readBytesFromStream( byte outBuffer[], int maxBytes) readBytesFromStream() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceLossTests.cpp131 de::MovePtr<BufferWithMemory> outBuffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(deviceDriver, *logicalDevice, allocator, outBufferInfo, MemoryRequirement::HostVisible)); in iterate() local
/third_party/skia/src/pdf/
H A DSkDeflate.cpp44 unsigned char outBuffer[SKDEFLATEWSTREAM_OUTPUT_BUFFER_SIZE]; in do_deflate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalIgnoreTests.cpp122 auto outBuffer = std::unique_ptr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, outBufferInfo, MemoryRequirement::HostVisible)); in makeBufferForImage() local
203 const auto outBuffer = makeBufferForImage(vkd, device, alloc, imageFormat, imageExtent); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFromHlslTests.cpp130 vk::Move<vk::VkBuffer> outBuffer = createBuffer(vk, device, &outBufferCreateInfo); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DIndexDataManager.cpp259 getStreamingIndexBuffer(const gl::Context *context, gl::DrawElementsType destinationIndexType, IndexBufferInterface **outBuffer) getStreamingIndexBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFromHlslTests.cpp130 vk::Move<vk::VkBuffer> outBuffer = createBuffer(vk, device, &outBufferCreateInfo); in iterate() local
/third_party/backends/backend/
H A Dplustek-pp_ptdrv.c736 CropInfo outBuffer; in ptdrvIoctl() local
878 StartScan outBuffer; in ptdrvIoctl() local
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c422 Byte *outBuffer = 0; /* it must be 0 before first call for each new archive. */ in main() local
/third_party/lzma/CPP/Windows/
H A DFileIO.h131 bool DeviceIoControlOut(DWORD controlCode, LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned) const in DeviceIoControlOut() argument
136 bool DeviceIoControlOut(DWORD controlCode, LPVOID outBuffer, DWORD outSize) const in DeviceIoControlOut() argument
124 DeviceIoControl(DWORD controlCode, LPVOID inBuffer, DWORD inSize, LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned, LPOVERLAPPED overlapped = NULL) const DeviceIoControl() argument
/third_party/lzma/C/
H A D7zDec.c282 static SRes SzDecodeCopy(UInt64 inSize, ILookInStreamPtr inStream, Byte *outBuffer) in SzDecodeCopy() argument
98 SzDecodePpmd(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr inStream, Byte *outBuffer, SizeT outSize, ISzAllocPtr allocMain) SzDecodePpmd() argument
163 SzDecodeLzma(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr inStream, Byte *outBuffer, SizeT outSize, ISzAllocPtr allocMain) SzDecodeLzma() argument
223 SzDecodeLzma2(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr inStream, Byte *outBuffer, SizeT outSize, ISzAllocPtr allocMain) SzDecodeLzma2() argument
409 SzFolder_Decode2(const CSzFolder *folder, const Byte *propsData, const UInt64 *unpackSizes, const UInt64 *packPositions, ILookInStreamPtr inStream, UInt64 startPos, Byte *outBuffer, SizeT outSize, ISzAllocPtr allocMain, Byte *tempBuf[]) SzFolder_Decode2() argument
606 SzAr_DecodeFolder(const CSzAr *p, UInt32 folderIndex, ILookInStreamPtr inStream, UInt64 startPos, Byte *outBuffer, size_t outSize, ISzAllocPtr allocMain) SzAr_DecodeFolder() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp244 auto outBuffer = std::unique_ptr<vk::BufferWithMemory>(new vk::BufferWithMemory(vkd, device, allocator, outBufferInfo, vk::MemoryRequirement::HostVisible)); in makeBufferForImage() local
297 auto outBuffer = makeBufferForImage(vkd, device, alloc, mappedFormat, imageExtent); in iterate() local
H A DvktPipelineRobustnessCacheTests.cpp68 auto outBuffer = std::unique_ptr<vk::BufferWithMemory>(new vk::BufferWithMemory(vk, device, allocator, outBufferInfo, vk::MemoryRequirement::HostVisible)); in makeBufferForImage() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalIgnoreTests.cpp120 auto outBuffer = std::unique_ptr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, outBufferInfo, MemoryRequirement::HostVisible)); in makeBufferForImage() local
201 const auto outBuffer = makeBufferForImage(vkd, device, alloc, imageFormat, imageExtent); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp242 auto outBuffer = std::unique_ptr<vk::BufferWithMemory>(new vk::BufferWithMemory(vkd, device, allocator, outBufferInfo, vk::MemoryRequirement::HostVisible)); in makeBufferForImage() local
293 auto outBuffer = makeBufferForImage(vkd, device, alloc, mappedFormat, imageExtent); in iterate() local
/third_party/lzma/C/Util/7z/
H A D7zMain.c652 Byte *outBuffer = 0; /* it must be 0 before first call for each new archive. */ in main() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp586 BufferWithMemoryPtr outBuffer; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp912 char outBuffer[128] = { 0 }; in runTestsInSubprocess() local

Completed in 21 milliseconds

12