| /third_party/icu/tools/colprobe/ |
| H A D | uprinter.h | 32 UChar buffer[256]; member in UPrinter
|
| /third_party/libwebsockets/include/libwebsockets/abstract/transports/ |
| H A D | unit-test.h | 58 void *buffer; member
|
| /third_party/mesa3d/include/android_stub/vndk/ |
| H A D | hardware_buffer.h | 27 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 D | sha1.h | 60 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 D | ripemd160.h | 45 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 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/port/include/ |
| H A D | tls_client.h | 36 unsigned char *buffer;
member
|
| /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...] |