/third_party/FreeBSD/sys/crypto/rijndael/ |
H A D | rijndael-api-fst.c | 85 const BYTE *input, int inputLen, BYTE *outBuffer) { in rijndael_blockEncrypt() 103 rijndaelEncrypt(key->rk, key->Nr, input, outBuffer); in rijndael_blockEncrypt() 105 outBuffer += 16; in rijndael_blockEncrypt() 123 rijndaelEncrypt(key->rk, key->Nr, block, outBuffer); in rijndael_blockEncrypt() 127 memcpy(block, outBuffer, 16); in rijndael_blockEncrypt() 134 ((uint32_t*)block)[0] = ((uint32_t*)outBuffer)[0] ^ ((uint32_t*)input)[0]; in rijndael_blockEncrypt() 135 ((uint32_t*)block)[1] = ((uint32_t*)outBuffer)[1] ^ ((uint32_t*)input)[1]; in rijndael_blockEncrypt() 136 ((uint32_t*)block)[2] = ((uint32_t*)outBuffer)[2] ^ ((uint32_t*)input)[2]; in rijndael_blockEncrypt() 137 ((uint32_t*)block)[3] = ((uint32_t*)outBuffer)[3] ^ ((uint32_t*)input)[3]; in rijndael_blockEncrypt() 139 outBuffer in rijndael_blockEncrypt() 84 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/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | BundleItem.java | 323 StringBuffer outBuffer = new StringBuffer(len*2); in saveConvert() 328 case '\\':outBuffer.append('\\'); outBuffer.append('\\'); in saveConvert() 330 case '\t':outBuffer.append('\\'); outBuffer.append('t'); in saveConvert() 332 case '\n':outBuffer.append('\\'); outBuffer.append('n'); in saveConvert() 334 case '\r':outBuffer.append('\\'); outBuffer.append('r'); in saveConvert() 336 case '\f':outBuffer in saveConvert() [all...] |
/third_party/lz4/tests/ |
H A D | decompress-partial-usingDict.c | 38 char* outBuffer = buffer + largeSize; in main() local 52 int result = LZ4_decompress_safe_partial_usingDict(cmpBuffer, outBuffer, i, srcLen, BUFFER_SIZE, NULL, 0); in main() 55 || memcmp(source, outBuffer, (size_t)srcLen) ) { in main() 62 int result = LZ4_decompress_safe_partial_usingDict(cmpBuffer, outBuffer, i, srcLen, BUFFER_SIZE, outBuffer - smallSize, smallSize); in main() 65 || memcmp(source, outBuffer, (size_t)srcLen) ) { in main() 72 int result = LZ4_decompress_safe_partial_usingDict(cmpBuffer, outBuffer, i, srcLen, BUFFER_SIZE, buffer, largeSize); in main() 75 || memcmp(source, outBuffer, (size_t)srcLen) ) { in main() 82 int result = LZ4_decompress_safe_partial_usingDict(cmpBuffer, outBuffer, i, srcLen, BUFFER_SIZE, smallDict, smallSize); in main() 85 || memcmp(source, outBuffer, (size_ in main() [all...] |
H A D | decompress-partial.c | 33 char outBuffer[BUFFER_SIZE]; in main() local 40 int result = LZ4_decompress_safe_partial(cmpBuffer, outBuffer, i, srcLen, BUFFER_SIZE); in main() 41 if ((result < 0) || (result != srcLen) || memcmp(source, outBuffer, srcLen)) { in main()
|
/third_party/lzma/C/ |
H A D | 7zDec.c | 99 Byte *outBuffer, SizeT outSize, ISzAllocPtr allocMain)
in SzDecodePpmd() 134 Byte *buf = outBuffer;
in SzDecodePpmd() 164 Byte *outBuffer, SizeT outSize, ISzAllocPtr allocMain)
in SzDecodeLzma() 171 state.dic = outBuffer;
in SzDecodeLzma() 224 Byte *outBuffer, SizeT outSize, ISzAllocPtr allocMain)
in SzDecodeLzma2() 233 state.decoder.dic = outBuffer;
in SzDecodeLzma2() 282 static SRes SzDecodeCopy(UInt64 inSize, ILookInStreamPtr inStream, Byte *outBuffer)
in SzDecodeCopy() argument 293 memcpy(outBuffer, inBuf, curSize);
in SzDecodeCopy() 294 outBuffer += curSize;
in SzDecodeCopy() 414 Byte *outBuffer, Size in SzFolder_Decode2() 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...] |
H A D | 7z.h | 102 Byte *outBuffer, size_t outSize,
158 *outBuffer must be 0 before first call for each new archive.
164 *outBuffer,
166 You can consider "*outBuffer" as cache of solid block. If your archive is solid,
170 (blockIndex, outBuffer, outBufferSize) as static in that external function.
172 Free *outBuffer and set *outBuffer to 0, if you want to flush cache.
180 Byte **outBuffer, /* pointer to pointer to output buffer (allocated with allocMain) */
182 size_t *offset, /* offset of stream for required file in *outBuffer */
183 size_t *outSizeProcessed, /* size of file in *outBuffer */
[all...] |
/third_party/skia/src/pdf/ |
H A D | SkDeflate.cpp | 44 unsigned char outBuffer[SKDEFLATEWSTREAM_OUTPUT_BUFFER_SIZE]; in do_deflate() local 47 zStream->next_out = outBuffer; in do_deflate() 48 zStream->avail_out = sizeof(outBuffer); in do_deflate() 52 out->write(outBuffer, sizeof(outBuffer) - zStream->avail_out); in do_deflate()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | angleutils.cpp | 78 size_t FormatStringIntoVector(const char *fmt, va_list vararg, std::vector<char> &outBuffer) in FormatStringIntoVector() argument 86 outBuffer.resize(len + 1, 0); in FormatStringIntoVector() 88 len = vsnprintf(outBuffer.data(), outBuffer.size(), fmt, varargCopy); in FormatStringIntoVector()
|
/third_party/skia/modules/audioplayer/ |
H A D | SkAudioPlayer_oboe.cpp | 47 float *outBuffer = static_cast<float *>(audioData); variable 48 int framesRead = fReader->getDataFloat(outBuffer, numFrames); 55 fReader->getDataFloat(&outBuffer[framesRead * fReader->getNumChannels()], 60 renderSilence(&outBuffer[framesRead * fReader->getNumChannels()], remainingFrames);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmFromHlslTests.cpp | 130 vk::Move<vk::VkBuffer> outBuffer = createBuffer(vk, device, &outBufferCreateInfo); in iterate() local 131 de::MovePtr<vk::Allocation> outAllocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *outBuffer), MemoryRequirement::HostVisible); in iterate() 132 VK_CHECK(vk.bindBufferMemory(device, *outBuffer, outAllocation->getMemory(), outAllocation->getOffset())); in iterate() 152 const VkDescriptorBufferInfo outputBufferDescriptorInfo = makeDescriptorBufferInfo(*outBuffer, 0ull, outBufferSizeBytes); in iterate() 184 const VkBufferMemoryBarrier shaderWriteBarrier = makeBufferMemoryBarrier(VK_ACCESS_SHADER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT, *outBuffer, 0ull, outBufferSizeBytes); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmFromHlslTests.cpp | 130 vk::Move<vk::VkBuffer> outBuffer = createBuffer(vk, device, &outBufferCreateInfo); in iterate() local 131 de::MovePtr<vk::Allocation> outAllocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *outBuffer), MemoryRequirement::HostVisible); in iterate() 132 VK_CHECK(vk.bindBufferMemory(device, *outBuffer, outAllocation->getMemory(), outAllocation->getOffset())); in iterate() 152 const VkDescriptorBufferInfo outputBufferDescriptorInfo = makeDescriptorBufferInfo(*outBuffer, 0ull, outBufferSizeBytes); in iterate() 184 const VkBufferMemoryBarrier shaderWriteBarrier = makeBufferMemoryBarrier(VK_ACCESS_SHADER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT, *outBuffer, 0ull, outBufferSizeBytes); in iterate()
|
/third_party/lzma/CPP/Windows/ |
H A D | FileIO.h | 125 LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned, LPOVERLAPPED overlapped = NULL) const
in DeviceIoControl() 128 outBuffer, outSize, bytesReturned, overlapped));
in DeviceIoControl() 131 bool DeviceIoControlOut(DWORD controlCode, LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned) const
in DeviceIoControlOut() argument 133 return DeviceIoControl(controlCode, NULL, 0, outBuffer, outSize, bytesReturned);
in DeviceIoControlOut() 136 bool DeviceIoControlOut(DWORD controlCode, LPVOID outBuffer, DWORD outSize) const
in DeviceIoControlOut() argument 139 return DeviceIoControlOut(controlCode, outBuffer, outSize, &bytesReturned);
in DeviceIoControlOut() 124 DeviceIoControl(DWORD controlCode, LPVOID inBuffer, DWORD inSize, LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned, LPOVERLAPPED overlapped = NULL) const DeviceIoControl() argument
|
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
H A D | LzmaAlone.cpp | 563 Byte *outBuffer = NULL;
578 outBuffer = (Byte *)MyAlloc((size_t)outSize);
579 if (!outBuffer)
583 int res = Lzma86_Encode(outBuffer, &outSize, inBuffer, inSize,
604 outBuffer = (Byte *)MyAlloc(outSize);
605 if (!outBuffer)
609 int res = Lzma86_Decode(outBuffer, &outSize, inBuffer, &inSize);
620 if (WriteStream(outStream, outBuffer, outSize) != S_OK)
623 MyFree(outBuffer);
|
/third_party/pulseaudio/sonic/ |
H A D | Main.java | 35 byte outBuffer[] = new byte[bufferSize]; in runSonic() 52 numWritten = sonic.readBytesFromStream(outBuffer, bufferSize); in runSonic() 54 line.write(outBuffer, 0, numWritten); in runSonic()
|
H A D | main.c | 30 short inBuffer[BUFFER_SIZE], outBuffer[BUFFER_SIZE]; in runSonic() local 47 samplesWritten = sonicReadShortFromStream(stream, outBuffer, in runSonic() 50 writeToWaveFile(outFile, outBuffer, samplesWritten); in runSonic()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalIgnoreTests.cpp | 122 auto outBuffer = std::unique_ptr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, outBufferInfo, MemoryRequirement::HostVisible)); in makeBufferForImage() local 124 return outBuffer; in makeBufferForImage() 203 const auto outBuffer = makeBufferForImage(vkd, device, alloc, imageFormat, imageExtent); in iterate() local 204 const auto& outBufferAlloc = outBuffer->getAllocation(); in iterate() 298 copyImageToBuffer(vkd, commandBuffer.get(), colorAttachment.get()->get(), (*outBuffer).get(), imageSize, in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
H A D | vktConditionalIgnoreTests.cpp | 120 auto outBuffer = std::unique_ptr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, outBufferInfo, MemoryRequirement::HostVisible)); in makeBufferForImage() local 122 return outBuffer; in makeBufferForImage() 201 const auto outBuffer = makeBufferForImage(vkd, device, alloc, imageFormat, imageExtent); in iterate() local 202 const auto& outBufferAlloc = outBuffer->getAllocation(); in iterate() 296 copyImageToBuffer(vkd, commandBuffer.get(), colorAttachment.get()->get(), (*outBuffer).get(), imageSize, in iterate()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | MatcherBytes.java | 169 ByteArrayOutputStream outBuffer = new ByteArrayOutputStream(); in concatSequenceBytesInForwardOrder() 171 outBuffer.write(reverseOrder.get(n).getBytes()); in concatSequenceBytesInForwardOrder() 173 return outBuffer.toByteArray(); in concatSequenceBytesInForwardOrder()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDynamicControlPoints.cpp | 244 auto outBuffer = std::unique_ptr<vk::BufferWithMemory>(new vk::BufferWithMemory(vkd, device, allocator, outBufferInfo, vk::MemoryRequirement::HostVisible)); in makeBufferForImage() local 246 return outBuffer; in makeBufferForImage() 297 auto outBuffer = makeBufferForImage(vkd, device, alloc, mappedFormat, imageExtent); in iterate() local 298 auto& outBufferAlloc = outBuffer->getAllocation(); in iterate() 403 vk::copyImageToBuffer(vkd, commandBuffer.get(), colorAttachment.get()->get(), (*outBuffer).get(), imageSize); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDynamicControlPoints.cpp | 242 auto outBuffer = std::unique_ptr<vk::BufferWithMemory>(new vk::BufferWithMemory(vkd, device, allocator, outBufferInfo, vk::MemoryRequirement::HostVisible)); in makeBufferForImage() local 244 return outBuffer; in makeBufferForImage() 293 auto outBuffer = makeBufferForImage(vkd, device, alloc, mappedFormat, imageExtent); in iterate() local 294 auto& outBufferAlloc = outBuffer->getAllocation(); in iterate() 399 vk::copyImageToBuffer(vkd, commandBuffer.get(), colorAttachment.get()->get(), (*outBuffer).get(), imageSize); in iterate()
|
/third_party/mesa3d/include/android_stub/android/ |
H A D | hardware_buffer.h | 349 AHardwareBuffer** outBuffer) __INTRODUCED_IN(26); 497 * \return 0 on success, -EINVAL if \a outBuffer is NULL, or an error 500 int AHardwareBuffer_recvHandleFromUnixSocket(int socketFd, AHardwareBuffer** outBuffer) __INTRODUCED_IN(26);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | IndexDataManager.cpp | 261 IndexBufferInterface **outBuffer) in getStreamingIndexBuffer() 263 ASSERT(outBuffer); in getStreamingIndexBuffer() 279 *outBuffer = streamingBuffer.get(); in getStreamingIndexBuffer() 259 getStreamingIndexBuffer(const gl::Context *context, gl::DrawElementsType destinationIndexType, IndexBufferInterface **outBuffer) getStreamingIndexBuffer() argument
|
/third_party/lzma/C/Util/SfxSetup/ |
H A D | SfxSetup.c | 421 UInt32 blockIndex = 0xFFFFFFFF; /* it can have any value before first call (if outBuffer = 0) */
in main() 422 Byte *outBuffer = 0; /* it must be 0 before first call for each new archive. */
in main() local 423 size_t outBufferSize = 0; /* it can have any value before first call (if outBuffer = 0) */
in main() 442 &blockIndex, &outBuffer, &outBufferSize,
in main() 501 if (File_Write(&outFile, outBuffer + offset, &processedSize) != 0 || processedSize != outSizeProcessed)
in main() 552 ISzAlloc_Free(&allocImp, outBuffer);
in main()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 500 BufferWithMemory outBuffer (vkd, device, alloc, outBufferInfo, MemoryRequirement::HostVisible); in iterate() 501 auto& outBufferAlloc = outBuffer.getAllocation(); in iterate() 516 copyImageToBuffer(vkd, cmdBuffer, colorBuffer.get(), outBuffer.get(), imageSize); in iterate() 1012 BufferWithMemory outBuffer (vkd, device, alloc, outBufferInfo, MemoryRequirement::HostVisible); in testFullscreenGradient() 1013 auto& outBufferAlloc = outBuffer.getAllocation(); in testFullscreenGradient() 1027 copyImageToBuffer(vkd, cmdBuffer, colorBuffer.get(), outBuffer.get(), imageSize); in testFullscreenGradient()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 500 BufferWithMemory outBuffer (vkd, device, alloc, outBufferInfo, MemoryRequirement::HostVisible); in iterate() 501 auto& outBufferAlloc = outBuffer.getAllocation(); in iterate() 516 copyImageToBuffer(vkd, cmdBuffer, colorBuffer.get(), outBuffer.get(), imageSize); in iterate() 1012 BufferWithMemory outBuffer (vkd, device, alloc, outBufferInfo, MemoryRequirement::HostVisible); in testFullscreenGradient() 1013 auto& outBufferAlloc = outBuffer.getAllocation(); in testFullscreenGradient() 1027 copyImageToBuffer(vkd, cmdBuffer, colorBuffer.get(), outBuffer.get(), imageSize); in testFullscreenGradient()
|