Home
last modified time | relevance | path

Searched refs:buffer (Results 5876 - 5900 of 7791) sorted by relevance

1...<<231232233234235236237238239240>>...312

/third_party/openssl/crypto/x509/
H A Dx509_vpm.c14 #include <openssl/buffer.h>
/third_party/openssl/include/internal/
H A Dpacket.h16 # include <openssl/buffer.h>
104 * Data is not copied: the |subpkt| packet will share its underlying buffer with
118 * copied: the |subpkt| packet will share its underlying buffer with the
358 * |*data|. This just points at the underlying buffer that |pkt| is using. The
360 * underlying buffer gets freed
376 * just points at the underlying buffer that |pkt| is using. The caller should
377 * not free this data directly (it will be freed when the underlying buffer gets
441 * Copy |pkt| bytes to a newly allocated buffer and store a pointer to the
473 * buffer. Store a pointer to the result in |*data|.
510 * Data is not copied: the |subpkt| packet will share its underlying buffer wit
[all...]
/third_party/openssl/include/openssl/
H A Dts.h23 # include <openssl/buffer.h>
/third_party/openssl/ohos_lite/include/openssl/
H A Dcrypto.h149 char *OPENSSL_buf2hexstr(const unsigned char *buffer, long len);
/third_party/skia/third_party/externals/libgifcodec/
H A DSkGifImageReader.cpp89 // So a fixed buffer in SkGifImageReader is good enough.
90 // This buffer is only needed to copy left-over data from one GifWrite call to the next
220 // Feed the next byte into the decoder's 32-bit input buffer. in doLZW()
224 // Check for underflow of decoder's 32-bit input buffer. in doLZW()
279 // The working buffer is padded to account for this. in doLZW()
307 // If the suffix buffer is full (l == 0) then oldcode becomes the new in doLZW()
308 // prefix, otherwise copy and extend oldcode's buffer and use the same in doLZW()
336 // Move the remaining bytes to the beginning of the buffer. in doLZW()
480 if (!m_streamBuffer.buffer(m_bytesToConsume)) { in parse()
585 // and the parser for this block reads 4 bytes, so we must enforce that the buffer in parse()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcjpeg.c732 (void)jpeg_write_scanlines(&cinfo, src_mgr->buffer, num_scanlines); in cjpeg()
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dmicrohttpd.h794 * of the buffer pointed to by the second argument in bytes.
795 * Note that the application must ensure that the buffer of the
822 * Increment to use for growing the read buffer (followed by a
1926 * is essentially the buffer size used for IO, clients
1964 * Specification for how MHD should treat the memory buffer
1972 * Buffer is a persistent (static/global) buffer that won't change
2004 * @param buffer size bytes containing the response's data portion
2005 * @param mode flags for buffer management
2011 void *buffer,
2074 * Uncork the TCP write buffer (tha
[all...]
/third_party/openssl/test/
H A Denginetest.c21 # include <openssl/buffer.h>
/third_party/openssl/crypto/asn1/
H A Dtasn_prn.c15 #include <openssl/buffer.h>
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dfreetype.h1774 * and content of the bitmap buffer can change between calls of
3345 * For @FT_RENDER_MODE_SDF the output bitmap buffer contains normalized
3352 * // then use the output buffer as follows.
3355 * FT_Byte buffer = glyph->bitmap->buffer;
3358 * for pixel in buffer
3369 * // Store `sd` in a buffer or use as required.
3658 * The maximum number of bytes available in the buffer.
3661 * buffer ::
3662 * A pointer to a target buffer wher
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrsbit.c54 writer->line = target->buffer; in pfr_bitwriter_init()
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-object.c167 OBJECT_WITHOUT_IMMUTABILITY (buffer),
/third_party/python/Lib/test/
H A Dtest_uu.py24 """Text I/O implementation using an in-memory buffer.
47 return self.buffer.getvalue().decode(self._encoding, self._errors)
/third_party/python/Include/internal/
H A Dpycore_global_strings.h234 STRUCT_FOR_ID(buffer)
/third_party/selinux/libselinux/src/
H A DMakefile88 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions \
/third_party/rust/crates/syn/src/
H A Dlib.rs326 pub mod buffer; modules
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp400 bindInfo.buffer = *m_buffer; in BufferWithMemory()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dangleutils.h224 size_t FormatStringIntoVector(const char *fmt, va_list vararg, std::vector<char> &buffer);
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c466 * buffer thus removing one allocation and memcpy() per job. Would this in pvr_sub_cmd_gfx_per_job_fragment_programs_create_and_upload()
1588 /* Check the current status of the buffer. */ in pvr_cmd_buffer_start_sub_cmd()
2067 /* We have to defer setting up vertex buffer since we need the buffer in pvr_CmdBindVertexBuffers()
2077 vb[firstBinding + i].buffer = pvr_buffer_from_handle(pBuffers[i]); in pvr_CmdBindVertexBuffers()
2085 VkBuffer buffer, in pvr_CmdBindIndexBuffer()
2090 PVR_FROM_HANDLE(pvr_buffer, index_buffer, buffer); in pvr_CmdBindIndexBuffer()
2099 state->index_buffer_binding.buffer = index_buffer; in pvr_CmdBindIndexBuffer()
2523 * secondary command buffer is considered to be entirely inside a render in pvr_BeginCommandBuffer()
2524 * pass. If this is a primary command buffer, the in pvr_BeginCommandBuffer()
2084 pvr_CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) pvr_CmdBindIndexBuffer() argument
4641 struct pvr_buffer *buffer = state->index_buffer_binding.buffer; pvr_emit_vdm_index_list() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp1932 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset]; in render() local
1942 memcpy(buffer + indirectOffset, &command, sizeof(command)); in render()
1958 m_ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand) + indirectOffset, buffer, GL_STATIC_DRAW); in render()
1959 delete [] buffer; in render()
1961 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "Setup draw indirect buffer"); in render()
1978 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset]; in render() local
1993 memcpy(buffer + indirectOffset, &command, sizeof(command)); in render()
2010 m_ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand) + indirectOffset, buffer, GL_STATIC_DRAW); in render()
2011 delete [] buffer; in render()
2013 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "Setup draw indirect buffer"); in render()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp558 vk::VkBuffer buffer, in bindBufferMemory()
561 const vk::VkMemoryRequirements memoryRequirements = vk::getBufferMemoryRequirements(vkd, device, buffer); in bindBufferMemory()
581 VK_CHECK(vkd.bindBufferMemory(device, buffer, *memory, 0)); in bindBufferMemory()
601 TCU_FAIL("Failed to allocate memory for buffer"); in bindBufferMemory()
796 const vk::Unique<vk::VkBuffer> buffer (createBuffer(vkd, device, memorySize, usage, sharingMode, queueFamilies));
797 const vk::VkMemoryRequirements requirements (vk::getBufferMemoryRequirements(vkd, device, *buffer));
805 const vk::Unique<vk::VkBuffer> buffer (createBuffer(vkd, device, currentSize, usage, sharingMode, queueFamilies));
806 const vk::VkMemoryRequirements requirements (vk::getBufferMemoryRequirements(vkd, device, *buffer));
1018 void setBuffer (vk::Move<vk::VkBuffer> buffer,
1024 m_currentBuffer = buffer;
554 bindBufferMemory(const vk::InstanceInterface& vki, const vk::DeviceInterface& vkd, vk::VkPhysicalDevice physicalDevice, vk::VkDevice device, vk::VkBuffer buffer, vk::VkMemoryPropertyFlags properties) bindBufferMemory() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp558 vk::VkBuffer buffer, in bindBufferMemory()
561 const vk::VkMemoryRequirements memoryRequirements = vk::getBufferMemoryRequirements(vkd, device, buffer); in bindBufferMemory()
581 VK_CHECK(vkd.bindBufferMemory(device, buffer, *memory, 0)); in bindBufferMemory()
601 TCU_FAIL("Failed to allocate memory for buffer"); in bindBufferMemory()
796 const vk::Unique<vk::VkBuffer> buffer (createBuffer(vkd, device, memorySize, usage, sharingMode, queueFamilies));
797 const vk::VkMemoryRequirements requirements (vk::getBufferMemoryRequirements(vkd, device, *buffer));
805 const vk::Unique<vk::VkBuffer> buffer (createBuffer(vkd, device, currentSize, usage, sharingMode, queueFamilies));
806 const vk::VkMemoryRequirements requirements (vk::getBufferMemoryRequirements(vkd, device, *buffer));
1018 void setBuffer (vk::Move<vk::VkBuffer> buffer,
1024 m_currentBuffer = buffer;
554 bindBufferMemory(const vk::InstanceInterface& vki, const vk::DeviceInterface& vkd, vk::VkPhysicalDevice physicalDevice, vk::VkDevice device, vk::VkBuffer buffer, vk::VkMemoryPropertyFlags properties) bindBufferMemory() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Delements.cc20 #include "src/objects/js-array-buffer-inl.h"
863 // No change is needed to the elements() buffer, the transition in TransitionElementsKindImpl()
3091 auto is_shared = typed_array->buffer().is_shared() ? kShared : kUnshared; in SetImpl()
3150 auto is_shared = typed_array->buffer().is_shared() ? kShared : kUnshared; in GetInternalImpl()
3309 if (typed_array->buffer().is_shared()) { in FillImpl()
3359 auto is_shared = typed_array.buffer().is_shared() ? kShared : kUnshared; in IncludesValueImpl()
3459 auto is_shared = typed_array.buffer().is_shared() ? kShared : kUnshared; in IndexOfValueImpl()
3515 auto is_shared = typed_array.buffer().is_shared() ? kShared : kUnshared; in LastIndexOfValueImpl()
3533 if (typed_array.buffer().is_shared()) { in ReverseImpl()
3580 source.buffer() in CopyTypedArrayElementsSliceImpl()
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h640 typedef void (GL_APIENTRYP PFNGLTEXBUFFEROESPROC) (GLenum target, GLenum internalformat, GLuint buffer);
641 typedef void (GL_APIENTRYP PFNGLTEXBUFFERRANGEOESPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size);
643 GL_APICALL void GL_APIENTRY glTexBufferOES (GLenum target, GLenum internalformat, GLuint buffer);
644 GL_APICALL void GL_APIENTRY glTexBufferRangeOES (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size);
1379 typedef void (GL_APIENTRYP PFNGLNAMEDBUFFERSTORAGEEXTERNALEXTPROC) (GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags);
1382 GL_APICALL void GL_APIENTRY glNamedBufferStorageExternalEXT (GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags);
1493 typedef void (GL_APIENTRYP PFNGLNAMEDBUFFERSTORAGEMEMEXTPROC) (GLuint buffer, GLsizeiptr size, GLuint memory, GLuint64 offset);
1511 GL_APICALL void GL_APIENTRY glNamedBufferStorageMemEXT (GLuint buffer, GLsizeiptr size, GLuint memory, GLuint64 offset);
2044 typedef void (GL_APIENTRYP PFNGLTEXBUFFEREXTPROC) (GLenum target, GLenum internalformat, GLuint buffer);
2045 typedef void (GL_APIENTRYP PFNGLTEXBUFFERRANGEEXTPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintpt
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp752 buffer.reserve(0x1000);
761 if(position == (uint64_t)buffer.size())
763 buffer.push_back(Value);
766 else if(position < (uint64_t)buffer.size())
768 buffer[position] = Value;
777 std::size_t oldSize = buffer.size();
778 buffer.resize(oldSize + Bytes.size());
779 memcpy(&buffer[oldSize], Bytes.begin(), Bytes.size());
789 auto entryPoints = loadImage(&buffer[0], functionNames);
807 protectMemoryPages(&buffer[
[all...]

Completed in 84 milliseconds

1...<<231232233234235236237238239240>>...312