Home
last modified time | relevance | path

Searched refs:buffer (Results 7626 - 7650 of 14774) sorted by relevance

1...<<301302303304305306307308309310>>...591

/third_party/icu/tools/colprobe/
H A Duprinter.h32 UChar buffer[256]; member in UPrinter
/third_party/libwebsockets/include/libwebsockets/abstract/transports/
H A Dunit-test.h58 void *buffer; member
/third_party/mesa3d/include/android_stub/vndk/
H A Dhardware_buffer.h27 const native_handle_t* AHardwareBuffer_getNativeHandle(const AHardwareBuffer* buffer);
90 /* The buffer will be written by the HW camera pipeline. */
92 /* The buffer will be read by the HW camera pipeline. */
/third_party/mbedtls/include/mbedtls/
H A Dsha1.h60 unsigned char MBEDTLS_PRIVATE(buffer)[64]; /*!< The data block being processed. */
126 * \brief This function feeds an input buffer into an ongoing SHA-1
135 * \param input The buffer holding the input data.
136 * This must be a readable buffer of length \p ilen Bytes.
148 * the result to the output buffer.
157 * buffer of length \c 20 Bytes.
174 * readable buffer of length \c 64 Bytes.
184 * \brief This function calculates the SHA-1 checksum of a buffer.
190 * output = SHA-1(input buffer).
196 * \param input The buffer holdin
[all...]
H A Dripemd160.h45 unsigned char MBEDTLS_PRIVATE(buffer)[64]; /*!< data block being processed */
86 * \brief RIPEMD-160 process buffer
89 * \param input buffer holding the data
113 * \param data buffer holding one block of data
121 * \brief Output = RIPEMD-160( input buffer )
123 * \param input buffer holding the data
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/port/include/
H A Dtls_client.h36 unsigned char *buffer; member
/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...]

Completed in 11 milliseconds

1...<<301302303304305306307308309310>>...591