/third_party/backends/backend/ |
H A D | st400.h | 35 unsigned long bufsize; /* internal buffer of scanner */ 64 /* backend buffer */ 65 SANE_Byte *buffer; member 72 /* scanner buffer */
|
H A D | hp5400_xfer.h | 69 void *buffer, int len);
|
/third_party/mbedtls/include/mbedtls/ |
H A D | sha512.h | 54 unsigned char MBEDTLS_PRIVATE(buffer)[128]; /*!< The data block being processed. */ 111 * \brief This function feeds an input buffer into an ongoing 116 * \param input The buffer holding the input data. This must 117 * be a readable buffer of length \p ilen Bytes. 129 * the result to the output buffer. 134 * This must be a writable buffer of length \c 64 bytes 149 * \param data The buffer holding one block of data. This 150 * must be a readable buffer of length \c 128 Bytes. 160 * checksum of a buffer. 166 * output = SHA-512(input buffer) [all...] |
H A D | sha256.h | 41 unsigned char MBEDTLS_PRIVATE(buffer)[64]; /*!< The data block being processed. */ 98 * \brief This function feeds an input buffer into an ongoing 103 * \param input The buffer holding the data. This must be a readable 104 * buffer of length \p ilen Bytes. 116 * the result to the output buffer. 121 * This must be a writable buffer of length \c 32 bytes 136 * \param data The buffer holding one block of data. This must 137 * be a readable buffer of length \c 64 Bytes. 147 * checksum of a buffer. 153 * output = SHA-256(input buffer) [all...] |
/third_party/mesa3d/src/egl/main/ |
H A D | eglarray.h | 77 _eglFlattenArray(_EGLArray *array, void *buffer, EGLint elem_size, EGLint size,
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_bo.h | 75 struct radeon_bo *buffer; member
|
/third_party/node/test/parallel/ |
H A D | test-fs-read-stream-concurrent-reads.js | 28 arrayBuffers.add(chunk.buffer);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | local-decl-encoder.h | 27 // Prepend local declarations by creating a new buffer and copying data 28 // over. The new buffer must be delete[]'d by the caller. 31 size_t Emit(byte* buffer) const;
|
/third_party/nghttp2/src/ |
H A D | libevent_util.h | 30 #include <event2/buffer.h>
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | uformattednumber.h | 77 * Extracts the result number string out of a UFormattedNumber to a UChar buffer if possible. 89 * @param buffer Where to save the string output. 90 * @param bufferCapacity The number of UChars available in the buffer. 96 unumf_resultToString(const UFormattedNumber* uresult, UChar* buffer, int32_t bufferCapacity, 172 * @param dest the 8-bit char buffer into which the decimal number is placed 173 * @param destCapacity The size, in chars, of the destination buffer. May be zero
|
/third_party/mesa3d/src/util/sha1/ |
H A D | sha1.h | 26 uint8_t buffer[SHA1_BLOCK_LENGTH]; member
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-desc.h | 13 // A CodeDesc describes a buffer holding instructions and relocation 14 // information. The instructions start at the beginning of the buffer 16 // the buffer and grows backward. Inlined metadata sections may exist 44 byte* buffer = nullptr; member in v8::internal::CodeDesc 83 // Relocation info is located at the end of the buffer and not part of the
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_cache.h | 38 * Statically inserted into the driver-specific buffer structure. 43 struct pb_buffer *buffer; /**< Pointer to the structure this is part of. */ member 52 * The driver controls which buffer goes into which bucket.
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_draw.h | 74 struct pipe_resource *buffer);
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | tasn_scn.c | 15 #include <openssl/buffer.h>
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | WritingPrimitivesMessages.cs | 53 WritingPrimitives.WriteLength(ref ctx.buffer, ref ctx.state, value.CalculateSize()); in WriteMessage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiComputeInstanceResultBuffer.hpp | 66 static vk::VkBufferMemoryBarrier createResultBufferBarrier(vk::VkBuffer buffer);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiComputeInstanceResultBuffer.hpp | 66 static vk::VkBufferMemoryBarrier createResultBufferBarrier(vk::VkBuffer buffer);
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | android_util.h | 41 void GetANativeWindowBufferProperties(const ANativeWindowBuffer *buffer,
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | command_buffer.h | 24 /// Command buffer states. 37 /// Wrapper around a Vulkan command buffer. This is designed to not be used 76 /// Creates a command buffer guard and sets the command buffer to recording. 77 explicit CommandBufferGuard(CommandBuffer* buffer); 80 /// Returns true if the command buffer was successfully set to recording. 82 /// Returns the result object if the command buffer recording failed. 85 /// Submits and resets the internal command buffer.
|
H A D | vertex_buffer.h | 25 #include "src/buffer.h" 45 Buffer* buffer,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
H A D | DisplayVkAndroid.h | 40 EGLClientBuffer buffer,
|
/third_party/skia/src/core/ |
H A D | SkPicturePlayback.h | 26 void draw(SkCanvas* canvas, SkPicture::AbortCallback*, SkReadBuffer* buffer);
|
H A D | SkBlendModeBlender.h | 31 void flatten(SkWriteBuffer& buffer) const override;
|
/third_party/skia/specs/web-img-decode/proposed/impl/ |
H A D | impl.js | 48 output = new Uint8ClampedArray(pixels.buffer);
|