/third_party/backends/backend/ |
H A D | leo.h | 280 size_t buffer_size; /* size of the buffer */ 281 SANE_Byte *buffer; /* for SCSI transfer. */ member
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dshare.c | 106 * synchronize shm ring buffer with hardware 466 static snd_pcm_sframes_t snd_pcm_dshare_readi(snd_pcm_t *pcm ATTRIBUTE_UNUSED, void *buffer ATTRIBUTE_UNUSED, snd_pcm_uframes_t size ATTRIBUTE_UNUSED) in snd_pcm_dshare_readi() 835 the explicit server program but accesses the shared buffer concurrently 891 buffer size. 892 If the application buffer size is < 2 * application period,
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | uchar.h | 3559 * into the buffer is the "modern" name or the name that was defined 3570 * @param buffer Destination address for copying the name. 3572 * If there is no name, then the buffer will be set to the empty string. 3573 * @param bufferLength <code>==sizeof(buffer)</code> 3578 * If the bufferLength is less than or equal to the length, then the buffer 3590 char *buffer, int32_t bufferLength, 3603 * If there is no comment, then the buffer will be set to the empty string. 4159 * then the buffer will be set to the empty string. 4163 * If the destCapacity is less than or equal to the length, then the buffer
|
/third_party/libsnd/src/ |
H A D | common.h | 758 /* Functions for writing to the internal logging buffer. */ 835 sf_count_t psf_fgets (char *buffer, sf_count_t bufsize, SF_PRIVATE *psf) ; 1040 ** Buffer to buffer dithering. Pointer in and out are allowed to point 1041 ** to the same buffer for in-place dithering.
|
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 208 * Method to release texture buffer in case some special platform 440 * Extension for limiting window system back buffer rendering to user-defined 466 * region to the buffer's full size. This entrypoint may be called once to 750 * to signal to the dri core that the driconfig is single-buffer. 956 /* Inofficial and for internal use. Increase when adding a new buffer token. */ 987 * Flush pending front-buffer rendering 993 * \param driDrawable Drawable whose front-buffer is to be flushed 1005 * Gets a list of buffer for the specified set of attachments. Unlike 1007 * opaque \c unsigned \c int value describing the format of the buffer. 1150 __DRIbuffer *buffer); [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_info.c | 345 BITFIELD_BIT(stream * 4 + xfb.out[i % 2].buffer); in scan_io_usage()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_blit.c | 802 /* Set the constant buffer. */ in v3d_sand8_blit() 811 .buffer = info->src.resource, in v3d_sand8_blit()
|
/third_party/node/lib/internal/crypto/ |
H A D | webcrypto.js | 430 return key[kKeyObject].export().buffer; 895 // While WebCrypto allows for larger input buffer sizes, we limit
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 327 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | uchar.h | 3595 * into the buffer is the "modern" name or the name that was defined 3606 * @param buffer Destination address for copying the name. 3608 * If there is no name, then the buffer will be set to the empty string. 3609 * @param bufferLength <code>==sizeof(buffer)</code> 3614 * If the bufferLength is less than or equal to the length, then the buffer 3626 char *buffer, int32_t bufferLength, 3639 * If there is no comment, then the buffer will be set to the empty string. 4185 * then the buffer will be set to the empty string. 4189 * If the destCapacity is less than or equal to the length, then the buffer
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_shader_state.c | 700 struct nv04_resource *buf = nv04_resource(targ->pipe.buffer); in nv50_stream_output_validate()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.h | 954 HeapObjectRef buffer() const;
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.h | 17 #include "include/v8-array-buffer.h" 592 static void WriteChars(const char* name, uint8_t* buffer, size_t buffer_size);
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.h | 548 // Initialize the call buffer with the InstructionOperands, nodes, etc, 553 void InitializeCallBuffer(Node* call, CallBuffer* buffer,
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.h | 439 void ExtractJSArrayBufferReferences(HeapEntry* entry, JSArrayBuffer buffer);
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state.c | 662 struct pipe_resource *buf = cb ? cb->buffer : NULL; in i915_set_constant_buffer() 675 /* if we have a new buffer compare it with the old one */ in i915_set_constant_buffer() 689 /* Can't compare the buffer data since they are userbuffers */ in i915_set_constant_buffer()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_compositor_gfx.c | 613 &c->vertex_buf.buffer_offset, &c->vertex_buf.buffer.resource, in gen_vertex_data()
|
/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_def.c | 26 #include <openssl/buffer.h>
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | tls1.h | 21 # include <openssl/buffer.h>
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 14 #include <openssl/buffer.h> 453 * the packets were reordered on their way, so buffer the application in dtls1_read_bytes() 502 * SSL_read() with a zero length buffer will eventually cause in dtls1_read_bytes() 807 * the buffer. in do_dtls1_write() 999 /* we now just need to write the buffer. Calls SSLfatal() as required. */ in do_dtls1_write()
|
/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_lib.c | 13 #include <openssl/buffer.h>
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_all.c | 18 #include <openssl/buffer.h>
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pem_lib.c | 17 #include <openssl/buffer.h>
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | tasn_dec.c | 15 #include <openssl/buffer.h> 102 * function. 'in' points to a buffer to read the data from, in future we 817 /* asn1_ex_c2i may reuse allocated buffer, and so sets free_cont to 0 */ in asn1_d2i_ex_primitive() 936 /* If we've already allocated a buffer use it */ in asn1_ex_c2i() 1026 * a buffer. The values of 'in' and 'len' should refer to the contents of the 1049 * If no buffer and not indefinite length constructed just pass over the in asn1_collect()
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 312 pub fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int; in setvbuf()
|