Home
last modified time | relevance | path

Searched refs:buffer (Results 3826 - 3850 of 6412) sorted by relevance

1...<<151152153154155156157158159160>>...257

/third_party/backends/backend/
H A Dst400.h35 unsigned long bufsize; /* internal buffer of scanner */
64 /* backend buffer */
65 SANE_Byte *buffer; member
72 /* scanner buffer */
H A Dhp5400_xfer.h69 void *buffer, int len);
/third_party/mbedtls/include/mbedtls/
H A Dsha512.h54 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 Dsha256.h41 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 Deglarray.h77 _eglFlattenArray(_EGLArray *array, void *buffer, EGLint elem_size, EGLint size,
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.h75 struct radeon_bo *buffer; member
/third_party/node/test/parallel/
H A Dtest-fs-read-stream-concurrent-reads.js28 arrayBuffers.add(chunk.buffer);
/third_party/node/deps/v8/src/wasm/
H A Dlocal-decl-encoder.h27 // 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 Dlibevent_util.h30 #include <event2/buffer.h>
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Duformattednumber.h77 * 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 Dsha1.h26 uint8_t buffer[SHA1_BLOCK_LENGTH]; member
/third_party/node/deps/v8/src/codegen/
H A Dcode-desc.h13 // 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 Dpb_cache.h38 * 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 Dsvga_draw.h74 struct pipe_resource *buffer);
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_scn.c15 #include <openssl/buffer.h>
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DWritingPrimitivesMessages.cs53 WritingPrimitives.WriteLength(ref ctx.buffer, ref ctx.state, value.CalculateSize()); in WriteMessage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiComputeInstanceResultBuffer.hpp66 static vk::VkBufferMemoryBarrier createResultBufferBarrier(vk::VkBuffer buffer);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiComputeInstanceResultBuffer.hpp66 static vk::VkBufferMemoryBarrier createResultBufferBarrier(vk::VkBuffer buffer);
/third_party/skia/third_party/externals/angle2/src/common/
H A Dandroid_util.h41 void GetANativeWindowBufferProperties(const ANativeWindowBuffer *buffer,
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dcommand_buffer.h24 /// 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 Dvertex_buffer.h25 #include "src/buffer.h"
45 Buffer* buffer,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DDisplayVkAndroid.h40 EGLClientBuffer buffer,
/third_party/skia/src/core/
H A DSkPicturePlayback.h26 void draw(SkCanvas* canvas, SkPicture::AbortCallback*, SkReadBuffer* buffer);
H A DSkBlendModeBlender.h31 void flatten(SkWriteBuffer& buffer) const override;
/third_party/skia/specs/web-img-decode/proposed/impl/
H A Dimpl.js48 output = new Uint8ClampedArray(pixels.buffer);

Completed in 14 milliseconds

1...<<151152153154155156157158159160>>...257