Home
last modified time | relevance | path

Searched refs:buffer (Results 7376 - 7400 of 14158) sorted by relevance

1...<<291292293294295296297298299300>>...567

/kernel/linux/linux-6.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_core.c125 struct snd_info_buffer *buffer) in pdacf_proc_read()
130 snd_iprintf(buffer, "PDAudioCF\n\n"); in pdacf_proc_read()
132 snd_iprintf(buffer, "FPGA revision : 0x%x\n", PDAUDIOCF_FPGAREV(tmp)); in pdacf_proc_read()
124 pdacf_proc_read(struct snd_info_entry * entry, struct snd_info_buffer *buffer) pdacf_proc_read() argument
/kernel/linux/linux-6.6/net/atm/
H A Dioctl.c176 if (get_user(cbuf, &ciobuf->buffer)) in do_vcc_ioctl()
183 if (get_user(buf, &iobuf->buffer)) in do_vcc_ioctl()
283 if (get_user(data, &iobuf32->buffer)) in do_atm_iobuf()
/third_party/ffmpeg/libavcodec/
H A Dvaapi_vp8.c35 av_unused const uint8_t *buffer, in vaapi_vp8_start_frame()
186 const uint8_t *buffer, in vaapi_vp8_decode_slice()
195 const uint8_t *data = buffer + header_size; in vaapi_vp8_decode_slice()
34 vaapi_vp8_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) vaapi_vp8_start_frame() argument
185 vaapi_vp8_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) vaapi_vp8_decode_slice() argument
/third_party/ffmpeg/libavdevice/
H A Djack.c66 float * buffer; in process_callback() local
96 /* Copy and interleave audio data from the JACK buffer into the packet */ in process_callback()
101 buffer = jack_port_get_buffer(self->ports[i], self->buffer_size); in process_callback()
103 pkt_data[j * self->nports + i] = buffer[j]; in process_callback()
136 * packets FIFO buffer with as many packets as possible. process_callback() in supply_new_packets()
/third_party/alsa-lib/src/timer/
H A Dtimer_hw.c193 static ssize_t snd_timer_hw_read(snd_timer_t *handle, void *buffer, size_t size) in snd_timer_hw_read() argument
199 if (!tmr || (!buffer && size > 0)) in snd_timer_hw_read()
201 result = read(tmr->poll_fd, buffer, size); in snd_timer_hw_read()
/third_party/EGL/api/1.0/EGL/
H A Degl.h165 /* EGL_RENDER_BUFFER values / BindTexImage / ReleaseTexImage buffer targets */
185 /* Back buffer swap behaviors */
189 /* CreatePbufferFromClientBuffer buffer types */
253 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
258 EGLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
259 EGLAPI EGLBoolean APIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/third_party/EGL/api/1.0/
H A Degl.h162 /* EGL_RENDER_BUFFER values / BindTexImage / ReleaseTexImage buffer targets */
182 /* Back buffer swap behaviors */
186 /* CreatePbufferFromClientBuffer buffer types */
250 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
255 EGLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
256 EGLAPI EGLBoolean APIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/third_party/gn/src/gn/
H A Dtokenizer.cc179 bool Tokenizer::IsNewline(std::string_view buffer, size_t offset) { in IsNewline() argument
180 DCHECK(offset < buffer.size()); in IsNewline()
182 return buffer[offset] == '\n'; in IsNewline()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtblcoll.h484 * @param buffer a fill-in buffer to receive the binary image
485 * @param capacity capacity of the destination buffer
491 int32_t cloneBinary(uint8_t *buffer, int32_t capacity, UErrorCode &status) const;
500 * @param buffer UnicodeString to store the result rules
504 void getRules(UColRuleOption delta, UnicodeString &buffer) const;
629 * @param result buffer to store result in. If NULL, number of bytes needed
631 * @param resultLength length of the result buffer. If if not enough the
632 * buffer will be filled to capacity.
640 * Get the sort key as an array of bytes from a char16_t buffer
[all...]
/third_party/icu/icu4c/source/io/
H A Dufile.cpp157 // stack-allocated buffer to contain a file name or path. If PATH_MAX (POSIX) or MAX_PATH
159 // otherwise, we will use FILENAME_BUF_MAX for the stack-allocated buffer, and dynamically
160 // allocate a buffer for any file name or path that is that length or longer.
177 char buffer[FILENAME_BUF_CAPACITY]; in u_fopen_u() local
178 char *filenameBuffer = buffer; in u_fopen_u()
183 if (filenameLength >= FILENAME_BUF_CAPACITY) { // could not fit (with zero termination) in buffer in u_fopen_u()
211 if (filenameBuffer != buffer) { in u_fopen_u()
/third_party/libunwind/libunwind/tests/
H A DGtest-bt.c118 void *buffer[20]; in do_backtrace() local
123 n = backtrace (buffer, 20); in do_backtrace()
126 printf ("[%d] ip=%p\n", i, buffer[i]); in do_backtrace()
/third_party/libuv/src/
H A Dfs-poll.c138 int uv_fs_poll_getpath(uv_fs_poll_t* handle, char* buffer, size_t* size) { in uv_fs_poll_getpath() argument
156 memcpy(buffer, ctx->path, required_len); in uv_fs_poll_getpath()
158 buffer[required_len] = '\0'; in uv_fs_poll_getpath()
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_name.tex21 \Var{cp}. The \Var{bufp} argument is a pointer to a character buffer
22 that is at least \Var{len} bytes long. This buffer is used to return
62 in the buffer provided. A truncated version of the name has been
/third_party/libuv/src/unix/
H A Dibmi.c533 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() argument
534 if (buffer == NULL || size == 0) in uv_get_process_title()
537 buffer[0] = '\0'; in uv_get_process_title()
/third_party/libuv/test/
H A Dbenchmark-pound.c67 static char buffer[] = "QS"; variable
130 buf.base = buffer; in connect_cb()
131 buf.len = sizeof(buffer) - 1; in connect_cb()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h316 void Init(const Byte *buffer, size_t size) in Init()
318 _buffer = buffer; in Init()
364 void AddByteStream(const Byte *buffer, size_t size);
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs134 public override int Read(byte[] buffer, int offset, int count) { return 0; } in Read() argument
140 public override void Write(byte[] buffer, int offset, int count) in Write() argument
142 CRC.Update(buffer, (uint)offset, (uint)count); in Write()
/third_party/mbedtls/library/
H A Dmps_reader.c231 unsigned char **buffer, in mbedtls_mps_reader_get()
294 * - Not allowed #2 (can't be served with a contiguous buffer): in mbedtls_mps_reader_get()
338 *buffer = acc; in mbedtls_mps_reader_get()
386 *buffer = frag; in mbedtls_mps_reader_get()
229 mbedtls_mps_reader_get(mbedtls_mps_reader *rd, mbedtls_mps_size_t desired, unsigned char **buffer, mbedtls_mps_size_t *buflen) mbedtls_mps_reader_get() argument
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
H A Dminimal-http-client.c302 char buffer[1024 + LWS_PRE]; in callback_http() local
303 char *px = buffer + LWS_PRE; in callback_http()
304 int lenx = sizeof(buffer) - LWS_PRE; in callback_http()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_winsys.h72 * SVGA_RELOC_DMA - Only set for resource buffer DMA uploads for winsys
287 * Returns current size of command buffer, in bytes.
298 * as relocations appear in the command buffer.
313 * as relocations appear in the command buffer.
318 struct svga_winsys_buffer *buffer,
326 * as relocations appear in the command buffer.
340 * as relocations appear in the command buffer.
352 * those commands can't use suballocated buffer pools. To trap
353 * errors from improper buffer pool usage, set the offset_into_mob
360 struct svga_winsys_buffer *buffer,
[all...]
/third_party/node/lib/internal/
H A Dvalidators.js367 * @param {*} buffer
368 * @param {string} [name='buffer']
369 * @returns {asserts buffer is ArrayBufferView}
373 const validateBuffer = hideStackFrames((buffer, name = 'buffer') => {
374 if (!isArrayBufferView(buffer)) {
377 buffer);
/third_party/node/deps/v8/tools/vim/
H A Dninja-build.vim28 """Returns the absolute path of the current buffer."""
29 return vim.current.buffer.name
62 """Returns the shell command to compile the file in the current buffer."""
/third_party/node/src/inspector/
H A Dmain_thread_interface.cc291 MaybeStackBuffer<char16_t> buffer(expected_u16_length); in Utf8ToStringView()
293 message.data(), message.length(), buffer.out()); in Utf8ToStringView()
294 StringView view(reinterpret_cast<uint16_t*>(buffer.out()), utf16_length); in Utf8ToStringView()
/third_party/node/src/
H A Djs_udp_wrap.cc148 ArrayBufferViewContents<char> buffer(args[0]); in EmitReceived()
149 const char* data = buffer.data(); in EmitReceived()
150 int len = buffer.length(); in EmitReceived()
H A Djs_stream.cc168 ArrayBufferViewContents<char> buffer(args[0]); in ReadBuffer()
169 const char* data = buffer.data(); in ReadBuffer()
170 int len = buffer.length(); in ReadBuffer()

Completed in 20 milliseconds

1...<<291292293294295296297298299300>>...567