Home
last modified time | relevance | path

Searched defs:bufs (Results 251 - 275 of 303) sorted by relevance

1...<<111213

/third_party/libuv/src/win/
H A Dfs.c2900 uv_fs_read(uv_loop_t* loop, uv_fs_t* req, uv_file fd, const uv_buf_t bufs[], unsigned int nbufs, int64_t offset, uv_fs_cb cb) uv_fs_read() argument
2933 uv_fs_write(uv_loop_t* loop, uv_fs_t* req, uv_file fd, const uv_buf_t bufs[], unsigned int nbufs, int64_t offset, uv_fs_cb cb) uv_fs_write() argument
[all...]
/third_party/node/src/
H A Dnode_http2.cc1777 MaybeStackBuffer<uv_buf_t, 32> bufs; in SendPendingData() local
2387 DoWrite(WriteWrap* req_wrap, uv_buf_t* bufs, size_t nbufs, uv_stream_t* send_handle) DoWrite() argument
/third_party/node/deps/uv/src/win/
H A Dfs.c2913 uv_fs_read(uv_loop_t* loop, uv_fs_t* req, uv_file fd, const uv_buf_t bufs[], unsigned int nbufs, int64_t offset, uv_fs_cb cb) uv_fs_read() argument
2946 uv_fs_write(uv_loop_t* loop, uv_fs_t* req, uv_file fd, const uv_buf_t bufs[], unsigned int nbufs, int64_t offset, uv_fs_cb cb) uv_fs_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.h482 } bufs; member
/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclink_gt.c302 char *bufs; /* virtual address of DMA buffer lists */ member
1770 struct slgt_desc *bufs = info->rbufs; in rx_async() local
3339 alloc_bufs(struct slgt_info *info, struct slgt_desc *bufs, int count) alloc_bufs() argument
3352 free_bufs(struct slgt_info *info, struct slgt_desc *bufs, int count) free_bufs() argument
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2ops.c4886 receive_encrypted_standard(struct TCP_Server_Info *server, struct mid_q_entry **mids, char **bufs, int *num_mids) receive_encrypted_standard() argument
4979 smb3_receive_transform(struct TCP_Server_Info *server, struct mid_q_entry **mids, char **bufs, int *num_mids) smb3_receive_transform() argument
H A Dconnect.c1078 char *bufs[MAX_COMPOUND]; in cifs_demultiplex_thread() local
[all...]
/kernel/linux/linux-5.10/include/sound/
H A Dpcm.h1091 snd_pcm_lib_writev(struct snd_pcm_substream *substream, void __user **bufs, snd_pcm_uframes_t frames) snd_pcm_lib_writev() argument
1098 snd_pcm_lib_readv(struct snd_pcm_substream *substream, void __user **bufs, snd_pcm_uframes_t frames) snd_pcm_lib_readv() argument
1119 snd_pcm_kernel_writev(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames) snd_pcm_kernel_writev() argument
1126 snd_pcm_kernel_readv(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames) snd_pcm_kernel_readv() argument
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dpci.c1943 void **bufs; in __nvme_alloc_host_mem() local
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.h564 } bufs; member
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2ops.c4953 receive_encrypted_standard(struct TCP_Server_Info *server, struct mid_q_entry **mids, char **bufs, int *num_mids) receive_encrypted_standard() argument
5048 smb3_receive_transform(struct TCP_Server_Info *server, struct mid_q_entry **mids, char **bufs, int *num_mids) smb3_receive_transform() argument
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c297 char *bufs; /* virtual address of DMA buffer lists */ member
1760 struct slgt_desc *bufs = info->rbufs; in rx_async() local
3315 alloc_bufs(struct slgt_info *info, struct slgt_desc *bufs, int count) alloc_bufs() argument
3328 free_bufs(struct slgt_info *info, struct slgt_desc *bufs, int count) free_bufs() argument
[all...]
/kernel/linux/linux-6.6/include/sound/
H A Dpcm.h1158 snd_pcm_lib_writev(struct snd_pcm_substream *substream, void __user **bufs, snd_pcm_uframes_t frames) snd_pcm_lib_writev() argument
1165 snd_pcm_lib_readv(struct snd_pcm_substream *substream, void __user **bufs, snd_pcm_uframes_t frames) snd_pcm_lib_readv() argument
1186 snd_pcm_kernel_writev(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames) snd_pcm_kernel_writev() argument
1193 snd_pcm_kernel_readv(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames) snd_pcm_kernel_readv() argument
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dpci.c1938 void **bufs; in __nvme_alloc_host_mem() local
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c73 VkCommandBuffer *bufs; member
3579 map_buffers(AVHWDeviceContext *ctx, AVBufferRef **bufs, uint8_t *mem[], int nb_buffers, int invalidate) map_buffers() argument
3637 unmap_buffers(AVHWDeviceContext *ctx, AVBufferRef **bufs, int nb_buffers, int flush) unmap_buffers() argument
3684 transfer_image_buf(AVHWFramesContext *hwfc, const AVFrame *f, AVBufferRef **bufs, size_t *buf_offsets, const int *buf_stride, int w, int h, enum AVPixelFormat pix_fmt, int to_buf) transfer_image_buf() argument
3826 AVBufferRef *bufs[AV_NUM_DATA_POINTERS] = { 0 }; vulkan_transfer_data() local
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_session.c2263 static int session_pack_extension(nghttp2_session *session, nghttp2_bufs *bufs, in session_pack_extension() argument
7650 int nghttp2_session_pack_data(nghttp2_session *session, nghttp2_bufs *bufs, in nghttp2_session_pack_data() argument
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c674 nghttp2_bufs bufs; in test_nghttp2_session_recv() local
102 scripted_data_feed_init2(scripted_data_feed *df, nghttp2_bufs *bufs) scripted_data_feed_init2() argument
791 nghttp2_bufs bufs; test_nghttp2_session_recv_invalid_stream_id() local
836 nghttp2_bufs bufs; test_nghttp2_session_recv_invalid_frame() local
1240 nghttp2_bufs bufs; test_nghttp2_session_recv_continuation() local
1435 nghttp2_bufs bufs; test_nghttp2_session_recv_headers_with_priority() local
1585 nghttp2_bufs bufs; test_nghttp2_session_recv_headers_with_padding() local
1691 nghttp2_bufs bufs; test_nghttp2_session_recv_headers_early_response() local
1756 nghttp2_bufs bufs; test_nghttp2_session_recv_headers_for_closed_stream() local
1841 nghttp2_bufs bufs; test_nghttp2_session_recv_headers_with_extpri() local
1939 nghttp2_bufs bufs; test_nghttp2_session_server_recv_push_response() local
1990 nghttp2_bufs bufs; test_nghttp2_session_recv_premature_headers() local
2138 nghttp2_bufs bufs; test_nghttp2_session_recv_settings_header_table_size() local
2633 nghttp2_bufs bufs; test_nghttp2_session_recv_origin() local
2780 nghttp2_bufs bufs; test_nghttp2_session_recv_priority_update() local
2986 nghttp2_bufs bufs; test_nghttp2_session_continue() local
4949 nghttp2_bufs bufs; test_nghttp2_session_upgrade2() local
5497 nghttp2_bufs bufs; test_nghttp2_submit_request_without_data() local
5597 nghttp2_bufs bufs; test_nghttp2_submit_response_without_data() local
5672 nghttp2_bufs bufs; test_nghttp2_submit_trailer() local
5847 nghttp2_bufs bufs; test_nghttp2_submit_headers() local
8122 check_session_recv_data_with_padding(nghttp2_bufs *bufs, size_t datalen, nghttp2_mem *mem) check_session_recv_data_with_padding() argument
9520 nghttp2_bufs bufs; test_nghttp2_session_stream_get_state() local
10092 nghttp2_bufs bufs; test_nghttp2_session_on_header_temporal_failure() local
10309 nghttp2_bufs bufs; test_nghttp2_session_cancel_reserved_remote() local
10480 nghttp2_bufs bufs; test_nghttp2_session_on_begin_headers_temporal_failure() local
10636 nghttp2_bufs bufs; test_nghttp2_session_flooding() local
10769 nghttp2_bufs bufs; test_nghttp2_session_change_extpri_stream_priority() local
11352 nghttp2_bufs bufs; test_nghttp2_session_too_many_settings() local
11413 nghttp2_bufs bufs; prepare_session_removed_closed_stream() local
11514 nghttp2_bufs bufs; test_nghttp2_session_removed_closed_stream() local
11788 nghttp2_bufs bufs; test_nghttp2_session_server_fallback_rfc7540_priorities() local
11976 nghttp2_bufs bufs; test_nghttp2_session_stream_reset_ratelim() local
12080 nghttp2_bufs bufs; check_nghttp2_http_recv_headers_fail() local
12122 nghttp2_bufs bufs; check_nghttp2_http_recv_headers_ok() local
12455 nghttp2_bufs bufs; test_nghttp2_http_content_length() local
12527 nghttp2_bufs bufs; test_nghttp2_http_content_length_mismatch() local
12710 nghttp2_bufs bufs; test_nghttp2_http_non_final_response() local
12856 nghttp2_bufs bufs; test_nghttp2_http_trailer_headers() local
12969 nghttp2_bufs bufs; test_nghttp2_http_ignore_regular_header() local
13092 nghttp2_bufs bufs; test_nghttp2_http_ignore_content_length() local
13187 nghttp2_bufs bufs; test_nghttp2_http_record_request_method() local
13238 nghttp2_bufs bufs; test_nghttp2_http_push_promise() local
13317 nghttp2_bufs bufs; test_nghttp2_http_head_method_upgrade_workaround() local
13359 nghttp2_bufs bufs; test_nghttp2_http_no_rfc9113_leading_and_trailing_ws_validation() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c2258 static int session_pack_extension(nghttp2_session *session, nghttp2_bufs *bufs, in session_pack_extension() argument
7639 int nghttp2_session_pack_data(nghttp2_session *session, nghttp2_bufs *bufs, in nghttp2_session_pack_data() argument
/third_party/libdrm/
H A Dxf86drm.c1812 drm_buf_map_t bufs; in drmMapBufs() local
1855 drmUnmapBufs(drmBufMapPtr bufs) drmUnmapBufs() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1008 tgsi_exec_set_constant_buffers(struct tgsi_exec_machine *mach, unsigned num_bufs, const void **bufs, const unsigned *buf_sizes) tgsi_exec_set_constant_buffers() argument
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c1966 struct panfrost_ptr bufs = in panfrost_emit_image_attribs() local
1877 emit_image_bufs(struct panfrost_batch *batch, enum pipe_shader_type shader, struct mali_attribute_buffer_packed *bufs, unsigned first_image_buf_index) emit_image_bufs() argument
2029 struct mali_attribute_buffer_packed *bufs = panfrost_emit_vertex_data() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3.cpp2454 ValidateDrawBuffers(const Context *context, angle::EntryPoint entryPoint, GLsizei n, const GLenum *bufs) ValidateDrawBuffers() argument
H A DvalidationGL4.cpp1812 ValidateNamedFramebufferDrawBuffers(const Context *context, angle::EntryPoint entryPoint, FramebufferID framebuffer, GLsizei n, const GLenum *bufs) ValidateNamedFramebufferDrawBuffers() argument
H A DvalidationES2.cpp2607 ValidateDrawBuffersEXT(const Context *context, angle::EntryPoint entryPoint, GLsizei n, const GLenum *bufs) ValidateDrawBuffersEXT() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp995 GL_APICALL void GL_APIENTRY glDrawBuffersEXT(GLsizei n, const GLenum *bufs) in glDrawBuffersEXT() argument
1080 GL_APICALL void GL_APIENTRY glDrawBuffers(GLsizei n, const GLenum *bufs) in glDrawBuffers() argument

Completed in 131 milliseconds

1...<<111213