/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_prim_vbuf.c | 600 sp_vbuf_so_info(struct vbuf_render *vbr, uint stream, uint primitives, uint prim_generated) in sp_vbuf_so_info() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_info.c | 332 unsigned stream = (gs_streams >> (i * 2)) & 0x3; in scan_io_usage() local 343 unsigned stream = (gs_streams >> (i * 2)) & 0x3; in scan_io_usage() local
|
H A D | si_shader_llvm_gs.c | 167 static void si_llvm_emit_vertex(struct ac_shader_abi *abi, unsigned stream, LLVMValueRef *addrs) in si_llvm_emit_vertex() argument 245 static void si_llvm_emit_primitive(struct ac_shader_abi *abi, unsigned stream) in si_llvm_emit_primitive() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_streamout.c | 632 svga_get_primcount_from_stream_output(struct svga_context *svga, unsigned stream) svga_get_primcount_from_stream_output() argument [all...] |
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | iowin32.c | 203 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func() argument 225 win32_write_file_func(voidpf opaque,voidpf stream,const void* buf,uLong size) win32_write_file_func() argument 266 win32_tell_file_func(voidpf opaque,voidpf stream) win32_tell_file_func() argument 289 win32_tell64_file_func(voidpf opaque, voidpf stream) win32_tell64_file_func() argument 314 win32_seek_file_func(voidpf opaque,voidpf stream,uLong offset,int origin) win32_seek_file_func() argument 352 win32_seek64_file_func(voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) win32_seek64_file_func() argument 391 win32_close_file_func(voidpf opaque, voidpf stream) win32_close_file_func() argument 409 win32_error_file_func(voidpf opaque,voidpf stream) win32_error_file_func() argument [all...] |
/third_party/node/src/ |
H A D | process_wrap.cc | 97 uv_stream_t* stream = LibuvStreamWrap::From(env, handle)->stream(); in StreamForWrap() local
|
H A D | stream_base.h | 57 StreamBase* stream() const { return stream_; } in stream() function in node::StreamReq 167 StreamResource* stream() const { return stream_; } stream() function in node::StreamListener [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | logging.c | 203 FILE *stream; in ntfs_log_get_stream() local 444 FILE *stream; in ntfs_log_handler_fprintf() local [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_http.c | 77 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header() argument 86 static int expect_response_body(nghttp2_stream *stream) { in expect_response_body() argument 97 static int check_path(nghttp2_stream *stream) { in check_path() argument 104 http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, int trailer, int connect_protocol) http_request_on_header() argument 236 http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, int trailer) http_response_on_header() argument 350 nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream, nghttp2_frame *frame, nghttp2_hd_nv *nv, int trailer) nghttp2_http_on_header() argument 444 nghttp2_http_on_request_headers(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_on_request_headers() argument 481 nghttp2_http_on_response_headers(nghttp2_stream *stream) nghttp2_http_on_response_headers() argument 508 nghttp2_http_on_trailer_headers(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_on_trailer_headers() argument 519 nghttp2_http_on_remote_end_stream(nghttp2_stream *stream) nghttp2_http_on_remote_end_stream() argument 532 nghttp2_http_on_data_chunk(nghttp2_stream *stream, size_t n) nghttp2_http_on_data_chunk() argument 544 nghttp2_http_record_request_method(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_record_request_method() argument [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_http.c | 77 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header() argument 86 static int expect_response_body(nghttp2_stream *stream) { in expect_response_body() argument 97 static int check_path(nghttp2_stream *stream) { in check_path() argument 104 http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, int trailer, int connect_protocol) http_request_on_header() argument 236 http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, int trailer) http_response_on_header() argument 350 nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream, nghttp2_frame *frame, nghttp2_hd_nv *nv, int trailer) nghttp2_http_on_header() argument 444 nghttp2_http_on_request_headers(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_on_request_headers() argument 481 nghttp2_http_on_response_headers(nghttp2_stream *stream) nghttp2_http_on_response_headers() argument 508 nghttp2_http_on_trailer_headers(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_on_trailer_headers() argument 519 nghttp2_http_on_remote_end_stream(nghttp2_stream *stream) nghttp2_http_on_remote_end_stream() argument 532 nghttp2_http_on_data_chunk(nghttp2_stream *stream, size_t n) nghttp2_http_on_data_chunk() argument 544 nghttp2_http_record_request_method(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_record_request_method() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_vbuf.c | 669 lp_setup_so_info(struct vbuf_render *vbr, uint stream, uint primitives, uint prim_generated) in lp_setup_so_info() argument
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-tcpserver.c | 97 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
|
H A D | ns-icmpv4_sender.c | 94 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
|
H A D | ns-igmp_querier.c | 91 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
|
H A D | ns-mcast_receiver.c | 87 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
|
H A D | ns-udpsender.c | 91 FILE *stream = stdout; /* stream where the usage is output */ in usage() local
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_sockopt.c | 84 uint32_t stream; in main() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | lib.c | 65 static const char *show_include_chain(int stream, const char *base) in show_include_chain() argument [all...] |
H A D | lib.h | 55 stream:14, member
|
/third_party/lzma/C/ |
H A D | LzFind.h | 36 ISeqInStreamPtr stream;
member
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-profiler.cc | 146 SnapshotObjectId HeapProfiler::PushHeapObjectsStats(OutputStream* stream, in PushHeapObjectsStats() argument
|
/third_party/node/deps/v8/src/torque/ |
H A D | cc-generator.cc | 430 std::stringstream stream; in GetBitFieldSpecialization() local
|
H A D | declaration-visitor.cc | 233 std::stringstream stream; in Visit() local 244 std::stringstream stream; in Visit() local 279 std::stringstream stream; Visit() local 302 std::stringstream stream; DeclareSpecializedTypes() local 357 std::stringstream stream; Specialize() local [all...] |
H A D | instructions.cc | 142 std::stringstream stream; in InvalidateTransientTypes() local
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_debug.c | 68 debug(struct debug_stream *stream, const char *name, unsigned len) in debug() argument 139 debug_prim(struct debug_stream *stream, const char *name, bool dump_floats, in debug_prim() argument 163 debug_program(struct debug_stream *stream, const char *name, unsigned len) debug_program() argument 184 debug_chain(struct debug_stream *stream, const char *name, unsigned len) debug_chain() argument 207 debug_variable_length_prim(struct debug_stream *stream) debug_variable_length_prim() argument 230 BITS(struct debug_stream *stream, unsigned dw, unsigned hi, unsigned lo, const char *fmt, ...) BITS() argument 255 FLAG(struct debug_stream *stream, unsigned dw, unsigned bit, const char *fmt, ...) FLAG() argument 271 debug_load_immediate(struct debug_stream *stream, const char *name, unsigned len) debug_load_immediate() argument 375 debug_load_indirect(struct debug_stream *stream, const char *name, unsigned len) debug_load_indirect() argument 437 BR13(struct debug_stream *stream, unsigned val) BR13() argument 447 BR22(struct debug_stream *stream, unsigned val) BR22() argument 455 BR23(struct debug_stream *stream, unsigned val) BR23() argument 463 BR09(struct debug_stream *stream, unsigned val) BR09() argument 469 BR26(struct debug_stream *stream, unsigned val) BR26() argument 477 BR11(struct debug_stream *stream, unsigned val) BR11() argument 484 BR12(struct debug_stream *stream, unsigned val) BR12() argument 490 BR16(struct debug_stream *stream, unsigned val) BR16() argument 496 debug_copy_blit(struct debug_stream *stream, const char *name, unsigned len) debug_copy_blit() argument 518 debug_color_blit(struct debug_stream *stream, const char *name, unsigned len) debug_color_blit() argument 538 debug_modes4(struct debug_stream *stream, const char *name, unsigned len) debug_modes4() argument 558 debug_map_state(struct debug_stream *stream, const char *name, unsigned len) debug_map_state() argument 609 debug_sampler_state(struct debug_stream *stream, const char *name, unsigned len) debug_sampler_state() argument 668 debug_dest_vars(struct debug_stream *stream, const char *name, unsigned len) debug_dest_vars() argument 702 debug_buf_info(struct debug_stream *stream, const char *name, unsigned len) debug_buf_info() argument 731 i915_debug_packet(struct debug_stream *stream) i915_debug_packet() argument 898 struct debug_stream stream; i915_dump_batchbuffer() local [all...] |