Home
last modified time | relevance | path

Searched refs:buffer (Results 5901 - 5925 of 11084) sorted by relevance

1...<<231232233234235236237238239240>>...444

/third_party/mbedtls/port/include/
H A Dtls_client.h36 unsigned char *buffer; member
/third_party/mbedtls/include/mbedtls/
H A Derror.h173 * \param buffer buffer to place representation in
174 * \param buflen length of the buffer
176 void mbedtls_strerror(int errnum, char *buffer, size_t buflen);
H A Dmd5.h54 unsigned char MBEDTLS_PRIVATE(buffer)[64]; /*!< data block being processed */
115 * \brief MD5 process buffer
118 * \param input buffer holding the data
152 * \param data buffer holding one block of data
165 * \brief Output = MD5( input buffer )
167 * \param input buffer holding the data
/third_party/mbedtls/library/
H A Dmps_reader.h44 * - The producer hands an incoming data buffer to the reader,
46 * - The consumer subsequently fetches and processes the buffer
49 * access to the incoming data buffer, putting the reader back to
76 * - Unset: No incoming data buffer is currently managed by the reader,
81 * - Accumulating: No incoming data buffer is currently managed by the
83 * buffer hasn't been processed yet and is internally
241 * \param acc The buffer to be used as a temporary accumulator
243 * exceed the buffer provided by mbedtls_mps_reader_feed().
244 * This buffer is owned by the caller and exclusive use
247 * responsibility to maintain (and not touch) the buffer fo
[all...]
/third_party/lzma/C/
H A DSha256.h40 Byte buffer[SHA256_BLOCK_SIZE]; member
/third_party/lame/libmp3lame/
H A DVbrTag.h77 void UpdateMusicCRC(uint16_t * crc, const unsigned char *buffer, int size);
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.h148 * Used to store the buffer assigned by xfb_buffer.
150 unsigned buffer; member
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.h54 struct pipe_video_buffer *buffer; member
/third_party/node/benchmark/buffers/
H A Dbuffer-read-with-byteLength.js12 buffer: ['fast'],
21 require('buffer').SlowBuffer(8);
/third_party/icu/icu4c/source/test/intltest/
H A Ddcfmtest.h37 virtual const char *getPath(char buffer[2048], const char *filename);
H A Dssearch.h43 virtual const char *getPath(char buffer[2048], const char *filename);
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vertex_state_cache.h55 struct pipe_vertex_buffer *buffer,
H A Du_suballoc.h29 /* A simple allocator that suballocates memory from a large buffer. */
43 unsigned size; /* Size of the whole buffer, in bytes. */
47 boolean zero_buffer_memory; /* If the buffer contents should be zeroed. */
49 struct pipe_resource *buffer; /* The buffer we suballocate from. */ member
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_oth.c12 #include <openssl/buffer.h>
/third_party/openssl/crypto/pem/
H A Dpem_oth.c12 #include <openssl/buffer.h>
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLMemoryCL.h26 CLMemoryImpl::Ptr createSubBuffer(const cl::Buffer &buffer,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLMemoryImpl.h26 virtual CLMemoryImpl::Ptr createSubBuffer(const cl::Buffer &buffer,
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dimage_descriptor.h33 ImageDescriptor(Buffer* buffer,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DPersistentCommandPool.h34 angle::Result collect(vk::Context *context, vk::PrimaryCommandBuffer &&buffer);
/third_party/skia/src/codec/
H A DSkStreamBuffer.h33 * The number of bytes buffered is the number passed to buffer()
39 * Buffer from the stream into our buffer.
50 bool buffer(size_t bytes);
53 * Flush the buffer.
71 * This is the position of the start of the buffer. After this call, a
101 // When fHasLengthAndPosition is true, we do not need to actually buffer
102 // inside buffer(). We'll buffer inside get(). This keeps track of how many
104 // buffer(n)
106 // buffer(
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkMemoryReclaimer.h45 bool addMemoryToWaitQueue(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkBuffer& buffer);
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferAndroid.hpp45 ANativeWindowBuffer *buffer; member in sw::FrameBufferAndroid
H A DFrameBufferOSX.hpp42 uint8_t *buffer; member in sw::FrameBufferOSX
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexArray.h44 void setElementArrayBuffer(Buffer *buffer);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkBufferView.hpp44 Buffer *buffer; member in vk::BufferView

Completed in 10 milliseconds

1...<<231232233234235236237238239240>>...444