/third_party/grpc/src/core/lib/iomgr/ |
D | endpoint.cc | 25 void grpc_endpoint_read(grpc_endpoint* ep, grpc_slice_buffer* slices, in grpc_endpoint_read() 30 void grpc_endpoint_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in grpc_endpoint_write() 35 void grpc_endpoint_add_to_pollset(grpc_endpoint* ep, grpc_pollset* pollset) { in grpc_endpoint_add_to_pollset() 39 void grpc_endpoint_add_to_pollset_set(grpc_endpoint* ep, in grpc_endpoint_add_to_pollset_set() 44 void grpc_endpoint_delete_from_pollset_set(grpc_endpoint* ep, in grpc_endpoint_delete_from_pollset_set() 49 void grpc_endpoint_shutdown(grpc_endpoint* ep, grpc_error* why) { in grpc_endpoint_shutdown() 53 void grpc_endpoint_destroy(grpc_endpoint* ep) { ep->vtable->destroy(ep); } in grpc_endpoint_destroy() 55 absl::string_view grpc_endpoint_get_peer(grpc_endpoint* ep) { in grpc_endpoint_get_peer() 59 absl::string_view grpc_endpoint_get_local_address(grpc_endpoint* ep) { in grpc_endpoint_get_local_address() 63 int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); } in grpc_endpoint_get_fd() [all …]
|
D | endpoint_cfstream.cc | 65 static void CFStreamFree(CFStreamEndpoint* ep) { in CFStreamFree() argument 74 #define EP_REF(ep, reason) CFStreamRef((ep), (reason), __FILE__, __LINE__) argument 75 #define EP_UNREF(ep, reason) CFStreamUnref((ep), (reason), __FILE__, __LINE__) argument 76 static void CFStreamUnref(CFStreamEndpoint* ep, const char* reason, in CFStreamUnref() 88 static void CFStreamRef(CFStreamEndpoint* ep, const char* reason, in CFStreamRef() 99 #define EP_REF(ep, reason) CFStreamRef((ep)) argument 100 #define EP_UNREF(ep, reason) CFStreamUnref((ep)) argument 101 static void CFStreamUnref(CFStreamEndpoint* ep) { in CFStreamUnref() 106 static void CFStreamRef(CFStreamEndpoint* ep) { gpr_ref(&ep->refcount); } in CFStreamRef() 110 CFStreamEndpoint* ep) { in CFStreamAnnotateError() [all …]
|
D | tcp_windows.cc | 241 static void win_read(grpc_endpoint* ep, grpc_slice_buffer* read_slices, in win_read() 346 static void win_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in win_write() 434 static void win_add_to_pollset(grpc_endpoint* ep, grpc_pollset* ps) { in win_add_to_pollset() 441 static void win_add_to_pollset_set(grpc_endpoint* ep, grpc_pollset_set* pss) { in win_add_to_pollset_set() 448 static void win_delete_from_pollset_set(grpc_endpoint* ep, in win_delete_from_pollset_set() 457 static void win_shutdown(grpc_endpoint* ep, grpc_error* why) { in win_shutdown() 473 static void win_destroy(grpc_endpoint* ep) { in win_destroy() 479 static absl::string_view win_get_peer(grpc_endpoint* ep) { in win_get_peer() 484 static absl::string_view win_get_local_address(grpc_endpoint* ep) { in win_get_local_address() 489 static grpc_resource_user* win_get_resource_user(grpc_endpoint* ep) { in win_get_resource_user() [all …]
|
D | tcp_custom.cc | 199 static void endpoint_read(grpc_endpoint* ep, grpc_slice_buffer* read_slices, in endpoint_read() 231 static void endpoint_write(grpc_endpoint* ep, grpc_slice_buffer* write_slices, in endpoint_write() 270 static void endpoint_add_to_pollset(grpc_endpoint* ep, grpc_pollset* pollset) { in endpoint_add_to_pollset() 276 static void endpoint_add_to_pollset_set(grpc_endpoint* ep, in endpoint_add_to_pollset_set() 283 static void endpoint_delete_from_pollset_set(grpc_endpoint* ep, in endpoint_delete_from_pollset_set() 290 static void endpoint_shutdown(grpc_endpoint* ep, grpc_error* why) { in endpoint_shutdown() 322 static void endpoint_destroy(grpc_endpoint* ep) { in endpoint_destroy() 327 static absl::string_view endpoint_get_peer(grpc_endpoint* ep) { in endpoint_get_peer() 332 static absl::string_view endpoint_get_local_address(grpc_endpoint* ep) { in endpoint_get_local_address() 337 static grpc_resource_user* endpoint_get_resource_user(grpc_endpoint* ep) { in endpoint_get_resource_user()
|
D | tcp_client_posix.cc | 62 grpc_endpoint** ep; member 135 grpc_endpoint** ep = ac->ep; in on_writable() local 279 grpc_millis deadline, grpc_endpoint** ep) { in grpc_tcp_client_create_from_prepared_fd() 331 static void tcp_connect(grpc_closure* closure, grpc_endpoint** ep, in tcp_connect()
|
/third_party/grpc/src/core/lib/security/transport/ |
D | secure_endpoint.cc | 107 static void destroy(secure_endpoint* ep) { delete ep; } in destroy() 110 #define SECURE_ENDPOINT_UNREF(ep, reason) \ argument 112 #define SECURE_ENDPOINT_REF(ep, reason) \ argument 114 static void secure_endpoint_unref(secure_endpoint* ep, const char* reason, in secure_endpoint_unref() 127 static void secure_endpoint_ref(secure_endpoint* ep, const char* reason, in secure_endpoint_ref() 138 #define SECURE_ENDPOINT_UNREF(ep, reason) secure_endpoint_unref((ep)) argument 139 #define SECURE_ENDPOINT_REF(ep, reason) secure_endpoint_ref((ep)) argument 140 static void secure_endpoint_unref(secure_endpoint* ep) { in secure_endpoint_unref() 146 static void secure_endpoint_ref(secure_endpoint* ep) { gpr_ref(&ep->ref); } in secure_endpoint_ref() 149 static void flush_read_staging_buffer(secure_endpoint* ep, uint8_t** cur, in flush_read_staging_buffer() [all …]
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | optimize.c | 23 static void clear_symbol_pseudos(struct entrypoint *ep) in clear_symbol_pseudos() 33 static void clean_up_insns(struct entrypoint *ep) in clean_up_insns() 51 static void cleanup_cfg(struct entrypoint *ep) in cleanup_cfg() 59 void optimize(struct entrypoint *ep) in optimize()
|
D | linearize.c | 67 static struct basic_block *alloc_basic_block(struct entrypoint *ep, struct position pos) in alloc_basic_block() 584 void show_entry(struct entrypoint *ep) in show_entry() 636 static struct basic_block * get_bound_block(struct entrypoint *ep, struct symbol *label) in get_bound_block() 647 static void finish_block(struct entrypoint *ep) in finish_block() 654 static void add_goto(struct entrypoint *ep, struct basic_block *dst) in add_goto() 668 static void add_one_insn(struct entrypoint *ep, struct instruction *insn) in add_one_insn() 678 static void add_unreachable(struct entrypoint *ep) in add_unreachable() 685 static void set_activeblock(struct entrypoint *ep, struct basic_block *bb) in set_activeblock() 722 static struct basic_block * add_label(struct entrypoint *ep, struct symbol *label) in add_label() 739 static void add_branch(struct entrypoint *ep, pseudo_t cond, struct basic_block *bb_true, struct ba… in add_branch() [all …]
|
D | ir.c | 88 static int check_branch(struct entrypoint *ep, struct instruction *insn, struct basic_block *bb) in check_branch() 96 static int check_switch(struct entrypoint *ep, struct instruction *insn) in check_switch() 121 static int validate_insn(struct entrypoint *ep, struct instruction *insn) in validate_insn() 187 int ir_validate(struct entrypoint *ep) in ir_validate()
|
D | sparse.c | 70 static int imbalance(struct entrypoint *ep, struct basic_block *bb, int entry, int exit, const char… in imbalance() 81 static int check_children(struct entrypoint *ep, struct basic_block *bb, int entry, int exit) in check_children() 99 static int check_bb_context(struct entrypoint *ep, struct basic_block *bb, int entry, int exit) in check_bb_context() 234 static void check_instructions(struct entrypoint *ep) in check_instructions() 243 static void check_context(struct entrypoint *ep) in check_context() 303 struct entrypoint *ep; in check_symbols() local
|
D | flowgraph.c | 47 static void debug_postorder(struct entrypoint *ep) in debug_postorder() 63 int cfg_postorder(struct entrypoint *ep) in cfg_postorder() 105 static void debug_domtree(struct entrypoint *ep) in debug_domtree() 117 void domtree_build(struct entrypoint *ep) in domtree_build()
|
D | obfuscate.c | 43 static void emit_entrypoint(struct entrypoint *ep) in emit_entrypoint() 50 struct entrypoint *ep; in emit_symbol() local
|
D | test-unssa.c | 27 static void output_fn(struct entrypoint *ep) in output_fn() 62 struct entrypoint *ep; in compile() local
|
D | graph.c | 44 static void graph_ep(struct entrypoint *ep) in graph_ep() 120 static void graph_calls(struct entrypoint *ep, int internal) in graph_calls()
|
D | ssa.c | 130 static void ssa_convert_one_var(struct entrypoint *ep, struct symbol *var) in ssa_convert_one_var() 290 static void ssa_rename_insns(struct entrypoint *ep) in ssa_rename_insns() 341 static void ssa_rename_phis(struct entrypoint *ep) in ssa_rename_phis() 372 void ssa_convert(struct entrypoint *ep) in ssa_convert()
|
/third_party/grpc/test/core/util/ |
D | trickle_endpoint.cc | 49 static void te_read(grpc_endpoint* ep, grpc_slice_buffer* slices, in te_read() 65 static void te_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in te_write() 82 static void te_add_to_pollset(grpc_endpoint* ep, grpc_pollset* pollset) { in te_add_to_pollset() 87 static void te_add_to_pollset_set(grpc_endpoint* ep, in te_add_to_pollset_set() 93 static void te_delete_from_pollset_set(grpc_endpoint* ep, in te_delete_from_pollset_set() 99 static void te_shutdown(grpc_endpoint* ep, grpc_error* why) { in te_shutdown() 110 static void te_destroy(grpc_endpoint* ep) { in te_destroy() 120 static grpc_resource_user* te_get_resource_user(grpc_endpoint* ep) { in te_get_resource_user() 125 static char* te_get_peer(grpc_endpoint* ep) { in te_get_peer() 130 static int te_get_fd(grpc_endpoint* ep) { in te_get_fd() [all …]
|
D | mock_endpoint.cc | 47 static void me_read(grpc_endpoint* ep, grpc_slice_buffer* slices, in me_read() 61 static void me_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in me_write() 79 static void me_shutdown(grpc_endpoint* ep, grpc_error* why) { in me_shutdown() 93 static void me_destroy(grpc_endpoint* ep) { in me_destroy() 105 static grpc_resource_user* me_get_resource_user(grpc_endpoint* ep) { in me_get_resource_user() 139 void grpc_mock_endpoint_put_read(grpc_endpoint* ep, grpc_slice slice) { in grpc_mock_endpoint_put_read()
|
D | passthru_endpoint.cc | 60 static void me_read(grpc_endpoint* ep, grpc_slice_buffer* slices, in me_read() 83 static void me_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in me_write() 116 static void me_shutdown(grpc_endpoint* ep, grpc_error* why) { in me_shutdown() 138 static void me_destroy(grpc_endpoint* ep) { in me_destroy() 155 static char* me_get_peer(grpc_endpoint* ep) { in me_get_peer() 166 static grpc_resource_user* me_get_resource_user(grpc_endpoint* ep) { in me_get_resource_user()
|
/third_party/boost/libs/exception/test/ |
D | unknown_exception_test.cpp | 70 boost::exception_ptr ep=boost::current_exception(); in main() local 122 boost::exception_ptr ep=boost::current_exception(); in main() local 167 boost::exception_ptr ep=boost::current_exception(); in main() local 222 boost::exception_ptr ep=boost::current_exception(); in main() local
|
/third_party/glib/gio/tests/ |
D | giomodule.c | 35 GIOExtensionPoint *ep, *ep2; in test_extension_point() local 95 GIOExtensionPoint *ep; in test_module_scan_all() local 123 GIOExtensionPoint *ep; in test_module_scan_all_with_scope() local
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | usbdev.h | 80 #define EP_CONFIGURE(ep, desc, last) (ep)->ops->configure(ep, desc, last) argument 84 #define EP_DISABLE(ep) (ep)->ops->disable(ep) argument 88 #define EP_ALLOCREQ(ep) (ep)->ops->allocreq(ep) argument 89 #define EP_FREEREQ(ep, req) (ep)->ops->freereq(ep, req) argument 94 # define EP_ALLOCBUFFER(ep, nb) (ep)->ops->allocbuffer(ep, nb) argument 95 # define EP_FREEBUFFER(ep, buf) (ep)->ops->freebuffer(ep, buf) argument 97 # define EP_ALLOCBUFFER(ep, nb) malloc(nb) argument 98 # define EP_FREEBUFFER(ep, buf) free(buf) argument 103 #define EP_SUBMIT(ep, req) (ep)->ops->submit(ep, req) argument 107 #define EP_CANCEL(ep, req) (ep)->ops->cancel(ep, req) argument [all …]
|
D | cdcacm.c | 349 FAR struct usbdev_ep_s *ep; in cdcacm_sndpacket() local 563 FAR struct usbdev_ep_s *ep; in cdcacm_requeue_rdrequest() local 660 static struct usbdev_req_s *cdcacm_allocreq(FAR struct usbdev_ep_s *ep, uint16_t len) in cdcacm_allocreq() 690 static void cdcacm_freereq(FAR struct usbdev_ep_s *ep, in cdcacm_freereq() 752 static int cdcacm_epconfigure(FAR struct usbdev_ep_s *ep, in cdcacm_epconfigure() 887 static void cdcacm_rdcomplete(FAR struct usbdev_ep_s *ep, in cdcacm_rdcomplete() 940 static void cdcacm_wrcomplete(FAR struct usbdev_ep_s *ep, in cdcacm_wrcomplete() 990 static void cdcacm_notify_complete(FAR struct usbdev_ep_s *ep, in cdcacm_notify_complete() 1339 static void cdcacm_set_line_complete(FAR struct usbdev_ep_s *ep, in cdcacm_set_line_complete() 1585 FAR struct usbdev_ep_s *ep; in cdcacm_serial_connect() local [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/search/ |
D | hsearch_r.c | 32 ENTRY e, *ep; in hsearch_r_0100() local 52 ENTRY e, *ep; in hsearch_r_0200() local
|
/third_party/skia/third_party/externals/tint/src/val/ |
D | hlsl.cc | 47 for (auto ep : entry_points) { in HlslUsingDXC() local 121 for (auto ep : entry_points) { in HlslUsingFXC() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.cpp | 17 const char *GetEntryPointName(EntryPoint ep) in GetEntryPointName()
|