| /third_party/mbedtls/port/include/ |
| H A D | tls_client.h | 36 unsigned char *buffer;
member
|
| /third_party/mbedtls/include/mbedtls/ |
| H A D | error.h | 173 * \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 D | md5.h | 54 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 D | mps_reader.h | 44 * - 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 D | Sha256.h | 40 Byte buffer[SHA256_BLOCK_SIZE];
member
|
| /third_party/lame/libmp3lame/ |
| H A D | VbrTag.h | 77 void UpdateMusicCRC(uint16_t * crc, const unsigned char *buffer, int size);
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | gl_nir_link_varyings.h | 148 * Used to store the buffer assigned by xfb_buffer. 150 unsigned buffer; member
|
| /third_party/mesa3d/src/gallium/frontends/omx/ |
| H A D | vid_dec_h264_common.h | 54 struct pipe_video_buffer *buffer; member
|
| /third_party/node/benchmark/buffers/ |
| H A D | buffer-read-with-byteLength.js | 12 buffer: ['fast'], 21 require('buffer').SlowBuffer(8);
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dcfmtest.h | 37 virtual const char *getPath(char buffer[2048], const char *filename);
|
| H A D | ssearch.h | 43 virtual const char *getPath(char buffer[2048], const char *filename);
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_vertex_state_cache.h | 55 struct pipe_vertex_buffer *buffer,
|
| H A D | u_suballoc.h | 29 /* 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 D | pem_oth.c | 12 #include <openssl/buffer.h>
|
| /third_party/openssl/crypto/pem/ |
| H A D | pem_oth.c | 12 #include <openssl/buffer.h>
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
| H A D | CLMemoryCL.h | 26 CLMemoryImpl::Ptr createSubBuffer(const cl::Buffer &buffer,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | CLMemoryImpl.h | 26 virtual CLMemoryImpl::Ptr createSubBuffer(const cl::Buffer &buffer,
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| H A D | image_descriptor.h | 33 ImageDescriptor(Buffer* buffer,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | PersistentCommandPool.h | 34 angle::Result collect(vk::Context *context, vk::PrimaryCommandBuffer &&buffer);
|
| /third_party/skia/src/codec/ |
| H A D | SkStreamBuffer.h | 33 * 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 D | GrVkMemoryReclaimer.h | 45 bool addMemoryToWaitQueue(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkBuffer& buffer);
|
| /third_party/skia/third_party/externals/swiftshader/src/Main/ |
| H A D | FrameBufferAndroid.hpp | 45 ANativeWindowBuffer *buffer; member in sw::FrameBufferAndroid
|
| H A D | FrameBufferOSX.hpp | 42 uint8_t *buffer; member in sw::FrameBufferOSX
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | VertexArray.h | 44 void setElementArrayBuffer(Buffer *buffer);
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkBufferView.hpp | 44 Buffer *buffer; member in vk::BufferView
|