Home
last modified time | relevance | path

Searched defs:bufs (Results 51 - 75 of 160) sorted by relevance

1234567

/third_party/nghttp2/tests/
H A Dnghttp2_hd_test.c49 nghttp2_bufs bufs; in test_nghttp2_hd_deflate() local
144 nghttp2_bufs bufs; test_nghttp2_hd_deflate_same_indexed_repr() local
193 nghttp2_bufs bufs; test_nghttp2_hd_inflate_indexed() local
234 nghttp2_bufs bufs; test_nghttp2_hd_inflate_indname_noinc() local
274 nghttp2_bufs bufs; test_nghttp2_hd_inflate_indname_inc() local
311 nghttp2_bufs bufs; test_nghttp2_hd_inflate_indname_inc_eviction() local
363 nghttp2_bufs bufs; test_nghttp2_hd_inflate_newname_noinc() local
405 nghttp2_bufs bufs; test_nghttp2_hd_inflate_newname_inc() local
441 nghttp2_bufs bufs; test_nghttp2_hd_inflate_clearall_inc() local
513 nghttp2_bufs bufs; test_nghttp2_hd_inflate_zero_length_huffman() local
548 nghttp2_bufs bufs; test_nghttp2_hd_inflate_expect_table_size_update() local
639 nghttp2_bufs bufs; test_nghttp2_hd_inflate_unexpected_table_size_update() local
664 nghttp2_bufs bufs; test_nghttp2_hd_ringbuf_reserve() local
717 nghttp2_bufs bufs; test_nghttp2_hd_change_table_size() local
979 nghttp2_bufs bufs; check_deflate_inflate() local
1163 nghttp2_bufs bufs; test_nghttp2_hd_no_index() local
1214 nghttp2_bufs bufs; test_nghttp2_hd_deflate_bound() local
1248 nghttp2_bufs bufs; test_nghttp2_hd_public_api() local
1299 nghttp2_bufs bufs; test_nghttp2_hd_deflate_hd_vec() local
1516 nghttp2_bufs bufs; test_nghttp2_hd_huff_encode() local
[all...]
H A Dnghttp2_frame_test.c75 nghttp2_bufs bufs; in test_nghttp2_frame_pack_headers() local
171 nghttp2_bufs bufs; test_nghttp2_frame_pack_headers_frame_too_large() local
211 nghttp2_bufs bufs; test_nghttp2_frame_pack_priority() local
240 nghttp2_bufs bufs; test_nghttp2_frame_pack_rst_stream() local
276 nghttp2_bufs bufs; test_nghttp2_frame_pack_settings() local
313 nghttp2_bufs bufs; test_nghttp2_frame_pack_push_promise() local
361 nghttp2_bufs bufs; test_nghttp2_frame_pack_ping() local
382 nghttp2_bufs bufs; test_nghttp2_frame_pack_goaway() local
430 nghttp2_bufs bufs; test_nghttp2_frame_pack_window_update() local
451 nghttp2_bufs bufs; test_nghttp2_frame_pack_altsvc() local
504 nghttp2_bufs bufs; test_nghttp2_frame_pack_origin() local
596 nghttp2_bufs bufs; test_nghttp2_frame_pack_priority_update() local
[all...]
H A Dfailmalloc_test.c49 static void data_feed_init(data_feed *df, nghttp2_bufs *bufs) { in data_feed_init() argument
278 nghttp2_bufs bufs; in run_nghttp2_session_recv() local
398 nghttp2_bufs bufs; run_nghttp2_frame_pack_headers() local
448 nghttp2_bufs bufs; run_nghttp2_frame_pack_settings() local
500 deflate_inflate(nghttp2_hd_deflater *deflater, nghttp2_hd_inflater *inflater, nghttp2_bufs *bufs, nghttp2_nv *nva, size_t nvlen, nghttp2_mem *mem) deflate_inflate() argument
525 nghttp2_bufs bufs; run_nghttp2_hd() local
[all...]
H A Dnghttp2_test_helper.c35 int unpack_framebuf(nghttp2_frame *frame, nghttp2_bufs *bufs) { in unpack_framebuf() argument
216 int pack_headers(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, in pack_headers() argument
234 int pack_push_promise(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, in pack_push_promise() argument
253 int frame_pack_bufs_init(nghttp2_bufs *bufs) { in frame_pack_bufs_init() argument
158 inflate_hd(nghttp2_hd_inflater *inflater, nva_out *out, nghttp2_bufs *bufs, size_t offset, nghttp2_mem *mem) inflate_hd() argument
259 bufs_large_init(nghttp2_bufs *bufs, size_t chunk_size) bufs_large_init() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dbuffers.c669 _mesa_FramebufferDrawBuffersEXT(GLuint framebuffer, GLsizei n, const GLenum *bufs) _mesa_FramebufferDrawBuffersEXT() argument
688 _mesa_NamedFramebufferDrawBuffers_no_error(GLuint framebuffer, GLsizei n, const GLenum *bufs) _mesa_NamedFramebufferDrawBuffers_no_error() argument
705 _mesa_NamedFramebufferDrawBuffers(GLuint framebuffer, GLsizei n, const GLenum *bufs) _mesa_NamedFramebufferDrawBuffers() argument
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_buf.c116 int nghttp2_bufs_init(nghttp2_bufs *bufs, size_t chunk_length, size_t max_chunk, in nghttp2_bufs_init() argument
121 int nghttp2_bufs_init2(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init2() argument
127 int nghttp2_bufs_init3(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init3() argument
158 nghttp2_bufs_realloc(nghttp2_bufs *bufs, size_t chunk_length) nghttp2_bufs_realloc() argument
184 nghttp2_bufs_free(nghttp2_bufs *bufs) nghttp2_bufs_free() argument
202 nghttp2_bufs_wrap_init(nghttp2_bufs *bufs, uint8_t *begin, size_t len, nghttp2_mem *mem) nghttp2_bufs_wrap_init() argument
229 nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, size_t veclen, nghttp2_mem *mem) nghttp2_bufs_wrap_init2() argument
269 nghttp2_bufs_wrap_free(nghttp2_bufs *bufs) nghttp2_bufs_wrap_free() argument
279 nghttp2_bufs_seek_last_present(nghttp2_bufs *bufs) nghttp2_bufs_seek_last_present() argument
291 nghttp2_bufs_len(nghttp2_bufs *bufs) nghttp2_bufs_len() argument
303 bufs_alloc_chain(nghttp2_bufs *bufs) bufs_alloc_chain() argument
335 nghttp2_bufs_add(nghttp2_bufs *bufs, const void *data, size_t len) nghttp2_bufs_add() argument
363 bufs_ensure_addb(nghttp2_bufs *bufs) bufs_ensure_addb() argument
381 nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b) nghttp2_bufs_addb() argument
394 nghttp2_bufs_addb_hold(nghttp2_bufs *bufs, uint8_t b) nghttp2_bufs_addb_hold() argument
407 nghttp2_bufs_orb(nghttp2_bufs *bufs, uint8_t b) nghttp2_bufs_orb() argument
420 nghttp2_bufs_orb_hold(nghttp2_bufs *bufs, uint8_t b) nghttp2_bufs_orb_hold() argument
433 nghttp2_bufs_remove(nghttp2_bufs *bufs, uint8_t **out) nghttp2_bufs_remove() argument
468 nghttp2_bufs_remove_copy(nghttp2_bufs *bufs, uint8_t *out) nghttp2_bufs_remove_copy() argument
486 nghttp2_bufs_reset(nghttp2_bufs *bufs) nghttp2_bufs_reset() argument
519 nghttp2_bufs_advance(nghttp2_bufs *bufs) nghttp2_bufs_advance() argument
521 nghttp2_bufs_next_present(nghttp2_bufs *bufs) nghttp2_bufs_next_present() argument
[all...]
/third_party/lzma/C/
H A DBcj2.h95 const Byte *bufs[BCJ2_NUM_STREAMS]; member
256 Byte *bufs[BCJ2_NUM_STREAMS]; member
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c154 fd4_program_emit(struct fd_ringbuffer *ring, struct fd4_emit *emit, int nr, struct pipe_surface **bufs) fd4_program_emit() argument
H A Dfd4_gmem.c60 emit_mrt(struct fd_ringbuffer *ring, unsigned nr_bufs, struct pipe_surface **bufs, const uint32_t *bases, uint32_t bin_w, bool decode_srgb) emit_mrt() argument
317 emit_mem2gmem_surf(struct fd_batch *batch, const uint32_t *bases, struct pipe_surface **bufs, uint32_t nr_bufs, uint32_t bin_w) emit_mem2gmem_surf() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c46 emit_mrt(struct fd_ringbuffer *ring, unsigned nr_bufs, struct pipe_surface **bufs, const struct fd_gmem_stateobj *gmem) emit_mrt() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_deint_filter.c419 struct pipe_video_buffer *bufs[] = { prevprev, prev, cur, next }; in vl_deint_filter_check_buffers() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c59 emit_mrt(struct fd_ringbuffer *ring, unsigned nr_bufs, struct pipe_surface **bufs, const uint32_t *bases, uint32_t bin_w, bool decode_srgb) emit_mrt() argument
504 emit_mem2gmem_surf(struct fd_batch *batch, const uint32_t bases[], struct pipe_surface **psurf, uint32_t bufs, uint32_t bin_w) emit_mem2gmem_surf() argument
[all...]
H A Dfd3_program.c94 fd3_program_emit(struct fd_ringbuffer *ring, struct fd3_emit *emit, int nr, struct pipe_surface **bufs) fd3_program_emit() argument
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dsocket_test.cpp187 std::array<char[BUFSIZ], NUM_RECV_MSGS> bufs; in HWTEST_F() local
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline_test.cc397 auto bufs = clone->GetBuffers(); in TEST_F() local
449 auto& bufs = p.GetBuffers(); TEST_F() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawBuffersTest.cpp280 const GLenum bufs[] = {GL_NONE, GL_COLOR_ATTACHMENT1}; in TEST_P() local
314 const GLenum bufs[] = {GL_NONE, GL_COLOR_ATTACHMENT1}; in TEST_P() local
355 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P() local
397 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P() local
422 GLenum bufs[8] = {GL_NONE}; in TEST_P() local
625 const GLenum bufs[] = { TEST_P() local
657 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1}; TEST_P() local
716 const GLenum bufs[] = { TEST_P() local
759 const GLenum bufs[] = { TEST_P() local
799 const GLenum bufs[] = { TEST_P() local
839 GLenum bufs[4] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, GL_COLOR_ATTACHMENT2, TEST_P() local
[all...]
/third_party/curl/lib/vquic/
H A Dvquic.c342 uint8_t bufs[MMSG_NUM][2*1024]; in recvmmsg_packets() local
/third_party/alsa-lib/src/pcm/
H A Dpcm_generic.c241 snd_pcm_sframes_t snd_pcm_generic_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_generic_writen() argument
253 snd_pcm_sframes_t snd_pcm_generic_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_generic_readn() argument
/third_party/libuv/src/win/
H A Dudp.c348 uv__send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen, uv_udp_send_cb cb) uv__send() argument
1057 uv__udp_send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen, uv_udp_send_cb send_cb) uv__udp_send() argument
1088 uv__udp_try_send(uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen) uv__udp_try_send() argument
/third_party/lzma/CPP/Windows/
H A DSystemInfo.cpp571 CByteBuffer bufs[2]; in Fill() local
/third_party/ltp/include/
H A Dtst_test.h318 struct tst_buffers *bufs; member
/third_party/node/src/
H A Dstream_wrap.cc356 int LibuvStreamWrap::DoTryWrite(uv_buf_t** bufs, size_t* count) { in DoTryWrite() argument
392 DoWrite(WriteWrap* req_wrap, uv_buf_t* bufs, size_t count, uv_stream_t* send_handle) DoWrite() argument
/third_party/node/deps/uv/src/win/
H A Dudp.c404 uv__send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen, uv_udp_send_cb cb) uv__send() argument
1102 uv__udp_send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen, uv_udp_send_cb send_cb) uv__udp_send() argument
1133 uv__udp_try_send(uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen) uv__udp_try_send() argument
/third_party/libuv/src/unix/
H A Dudp.c686 uv__udp_send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen, uv_udp_send_cb send_cb) uv__udp_send() argument
752 uv__udp_try_send(uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen) uv__udp_try_send() argument
[all...]
H A Dstream.c753 uv__try_write(uv_stream_t* stream, const uv_buf_t bufs[], unsigned int nbufs, uv_stream_t* send_handle) uv__try_write() argument
1328 uv_write2(uv_write_t* req, uv_stream_t* stream, const uv_buf_t bufs[], unsigned int nbufs, uv_stream_t* send_handle, uv_write_cb cb) uv_write2() argument
1400 uv_write(uv_write_t* req, uv_stream_t* handle, const uv_buf_t bufs[], unsigned int nbufs, uv_write_cb cb) uv_write() argument
1409 uv_try_write(uv_stream_t* stream, const uv_buf_t bufs[], unsigned int nbufs) uv_try_write() argument
1416 uv_try_write2(uv_stream_t* stream, const uv_buf_t bufs[], unsigned int nbufs, uv_stream_t* send_handle) uv_try_write2() argument
[all...]

Completed in 23 milliseconds

1234567