Home
last modified time | relevance | path

Searched defs:ep (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/grpc-grpc/src/core/lib/security/transport/
H A Dsecure_endpoint.cc149 static void destroy(secure_endpoint* ep) { delete ep; } in destroy()
152 #define SECURE_ENDPOINT_UNREF(ep, reason) \ argument
154 #define SECURE_ENDPOINT_REF(ep, reason) \ argument
156 static void secure_endpoint_unref(secure_endpoint* ep, const char* reason, in secure_endpoint_unref()
169 static void secure_endpoint_ref(secure_endpoint* ep, const char* reason, in secure_endpoint_ref()
180 #define SECURE_ENDPOINT_UNREF(ep, reason) secure_endpoint_unref((ep)) argument
181 #define SECURE_ENDPOINT_REF(ep, reason) secure_endpoint_ref((ep)) argument
182 static void secure_endpoint_unref(secure_endpoint* ep) { in secure_endpoint_unref()
188 static void secure_endpoint_ref(secure_endpoint* ep) { gpr_ref(&ep->ref); } in secure_endpoint_ref()
191 static void maybe_post_reclaimer(secure_endpoint* ep) { in maybe_post_reclaimer()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc152 static void destroy(secure_endpoint* ep) { delete ep; } in destroy()
155 #define SECURE_ENDPOINT_UNREF(ep, reason) \ argument
157 #define SECURE_ENDPOINT_REF(ep, reason) \ argument
159 static void secure_endpoint_unref(secure_endpoint* ep, const char* reason, in secure_endpoint_unref()
172 static void secure_endpoint_ref(secure_endpoint* ep, const char* reason, in secure_endpoint_ref()
183 #define SECURE_ENDPOINT_UNREF(ep, reason) secure_endpoint_unref((ep)) argument
184 #define SECURE_ENDPOINT_REF(ep, reason) secure_endpoint_ref((ep)) argument
185 static void secure_endpoint_unref(secure_endpoint* ep) { in secure_endpoint_unref()
191 static void secure_endpoint_ref(secure_endpoint* ep) { gpr_ref(&ep->ref); } in secure_endpoint_ref()
194 static void maybe_post_reclaimer(secure_endpoint* ep) { in maybe_post_reclaimer()
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dendpoint_cfstream.cc64 static void CFStreamFree(CFStreamEndpoint* ep) { in CFStreamFree() argument
72 #define EP_REF(ep, reason) CFStreamRef((ep), (reason), __FILE__, __LINE__) argument
73 #define EP_UNREF(ep, reason) CFStreamUnref((ep), (reason), __FILE__, __LINE__) argument
74 static void CFStreamUnref(CFStreamEndpoint* ep, const char* reason, in CFStreamUnref()
86 static void CFStreamRef(CFStreamEndpoint* ep, const char* reason, in CFStreamRef()
97 #define EP_REF(ep, reason) CFStreamRef((ep)) argument
98 #define EP_UNREF(ep, reason) CFStreamUnref((ep)) argument
99 static void CFStreamUnref(CFStreamEndpoint* ep) { in CFStreamUnref()
104 static void CFStreamRef(CFStreamEndpoint* ep) { gpr_ref(&ep->refcount); } in CFStreamRef()
108 CFStreamEndpoint* ep) { in CFStreamAnnotateError()
[all …]
H A Dendpoint.cc25 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_handle 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 …]
H A Dtcp_windows.cc237 static void win_read(grpc_endpoint* ep, grpc_slice_buffer* read_slices, in win_read()
343 static void win_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in win_write()
457 static void win_add_to_pollset(grpc_endpoint* ep, grpc_pollset* ps) { in win_add_to_pollset()
464 static void win_add_to_pollset_set(grpc_endpoint* ep, grpc_pollset_set* pss) { in win_add_to_pollset_set()
480 static void win_shutdown(grpc_endpoint* ep, grpc_error_handle why) { in win_shutdown()
493 static void win_destroy(grpc_endpoint* ep) { in win_destroy()
499 static absl::string_view win_get_peer(grpc_endpoint* ep) { in win_get_peer()
504 static absl::string_view win_get_local_address(grpc_endpoint* ep) { in win_get_local_address()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dendpoint_cfstream.cc64 static void CFStreamFree(CFStreamEndpoint* ep) { in CFStreamFree() argument
72 #define EP_REF(ep, reason) CFStreamRef((ep), (reason), __FILE__, __LINE__) argument
73 #define EP_UNREF(ep, reason) CFStreamUnref((ep), (reason), __FILE__, __LINE__) argument
74 static void CFStreamUnref(CFStreamEndpoint* ep, const char* reason, in CFStreamUnref()
86 static void CFStreamRef(CFStreamEndpoint* ep, const char* reason, in CFStreamRef()
97 #define EP_REF(ep, reason) CFStreamRef((ep)) argument
98 #define EP_UNREF(ep, reason) CFStreamUnref((ep)) argument
99 static void CFStreamUnref(CFStreamEndpoint* ep) { in CFStreamUnref()
104 static void CFStreamRef(CFStreamEndpoint* ep) { gpr_ref(&ep->refcount); } in CFStreamRef()
108 CFStreamEndpoint* ep) { in CFStreamAnnotateError()
[all …]
Dendpoint.cc25 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_handle 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 …]
Dtcp_windows.cc239 static void win_read(grpc_endpoint* ep, grpc_slice_buffer* read_slices, in win_read()
345 static void win_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in win_write()
459 static void win_add_to_pollset(grpc_endpoint* ep, grpc_pollset* ps) { in win_add_to_pollset()
466 static void win_add_to_pollset_set(grpc_endpoint* ep, grpc_pollset_set* pss) { in win_add_to_pollset_set()
482 static void win_shutdown(grpc_endpoint* ep, grpc_error_handle why) { in win_shutdown()
495 static void win_destroy(grpc_endpoint* ep) { in win_destroy()
501 static absl::string_view win_get_peer(grpc_endpoint* ep) { in win_get_peer()
506 static absl::string_view win_get_local_address(grpc_endpoint* ep) { in win_get_local_address()
/aosp_15_r20/external/python/cpython2/Objects/
Ddictobject.c327 register PyDictEntry *ep; in lookdict() local
415 register PyDictEntry *ep; in lookdict_string() local
486 PyDictEntry *ep; in _PyDict_MaybeUntrack() local
511 PyDictEntry *ep, PyObject *value) in insertdict_by_entry()
547 register PyDictEntry *ep; in insertdict() local
575 register PyDictEntry *ep; in insertdict_clean() local
601 PyDictEntry *oldtable, *newtable, *ep; in dictresize() local
712 PyDictEntry *ep; in PyDict_GetItem() local
761 PyDictEntry *ep; in _PyDict_GetItemWithError() local
784 long hash, PyDictEntry *ep, PyObject *value) in dict_set_item_by_hash_or_entry()
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/event_engine_shims/
H A Dendpoint.cc301 void EndpointRead(grpc_endpoint* ep, grpc_slice_buffer* slices, in EndpointRead()
323 void EndpointWrite(grpc_endpoint* ep, grpc_slice_buffer* slices, in EndpointWrite()
352 void EndpointShutdown(grpc_endpoint* ep, grpc_error_handle why) { in EndpointShutdown()
366 void EndpointDestroy(grpc_endpoint* ep) { in EndpointDestroy()
374 absl::string_view EndpointGetPeerAddress(grpc_endpoint* ep) { in EndpointGetPeerAddress()
381 absl::string_view EndpointGetLocalAddress(grpc_endpoint* ep) { in EndpointGetLocalAddress()
388 int EndpointGetFd(grpc_endpoint* ep) { in EndpointGetFd()
395 bool EndpointCanTrackErr(grpc_endpoint* ep) { in EndpointCanTrackErr()
440 bool grpc_is_event_engine_endpoint(grpc_endpoint* ep) { in grpc_is_event_engine_endpoint()
445 grpc_endpoint* ep) { in grpc_get_wrapped_event_engine_endpoint()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/event_engine_shims/
Dendpoint.cc296 void EndpointRead(grpc_endpoint* ep, grpc_slice_buffer* slices, in EndpointRead()
318 void EndpointWrite(grpc_endpoint* ep, grpc_slice_buffer* slices, in EndpointWrite()
347 void EndpointShutdown(grpc_endpoint* ep, grpc_error_handle why) { in EndpointShutdown()
361 void EndpointDestroy(grpc_endpoint* ep) { in EndpointDestroy()
369 absl::string_view EndpointGetPeerAddress(grpc_endpoint* ep) { in EndpointGetPeerAddress()
376 absl::string_view EndpointGetLocalAddress(grpc_endpoint* ep) { in EndpointGetLocalAddress()
383 int EndpointGetFd(grpc_endpoint* ep) { in EndpointGetFd()
390 bool EndpointCanTrackErr(grpc_endpoint* ep) { in EndpointCanTrackErr()
442 bool grpc_is_event_engine_endpoint(grpc_endpoint* ep) { in grpc_is_event_engine_endpoint()
447 grpc_endpoint* ep, int* fd, grpc_closure* on_release_fd) { in grpc_event_engine_endpoint_destroy_and_release_fd()
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_pcd.c342 USB_OTG_EPTypeDef *ep = NULL; in HAL_PCD_IRQHandler() local
1116 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Open() local
1148 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Close() local
1179 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Receive() local
1222 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Transmit() local
1253 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_SetStall() local
1287 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_ClrStall() local
1402 USB_OTG_EPTypeDef *ep = NULL; in PCD_WriteEmptyTxFifo() local
1456 PCD_EPTypeDef *ep = NULL; in PCD_EP_ISR_Handler() local
H A Dstm32l4xx_ll_usb.c412 HAL_StatusTypeDef USB_ActivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateEndpoint()
443 HAL_StatusTypeDef USB_ActivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateDedicatedEndpoint()
486 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateEndpoint()
510 …L_StatusTypeDef USB_DeactivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateDedicatedEndpoint()
536 HAL_StatusTypeDef USB_EPStartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma) in USB_EPStartXfer()
645 HAL_StatusTypeDef USB_EP0StartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma) in USB_EP0StartXfer()
772 HAL_StatusTypeDef USB_EPSetStall(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep) in USB_EPSetStall()
800 HAL_StatusTypeDef USB_EPClearStall(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_EPClearStall()
1757 HAL_StatusTypeDef USB_ActivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_ActivateEndpoint()
1842 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_DeactivateEndpoint()
[all …]
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_pcd.c342 USB_OTG_EPTypeDef *ep = NULL; in HAL_PCD_IRQHandler() local
1116 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Open() local
1148 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Close() local
1179 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Receive() local
1222 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Transmit() local
1253 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_SetStall() local
1287 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_ClrStall() local
1402 USB_OTG_EPTypeDef *ep = NULL; in PCD_WriteEmptyTxFifo() local
1456 PCD_EPTypeDef *ep = NULL; in PCD_EP_ISR_Handler() local
H A Dstm32l4xx_ll_usb.c412 HAL_StatusTypeDef USB_ActivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateEndpoint()
443 HAL_StatusTypeDef USB_ActivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateDedicatedEndpoint()
486 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateEndpoint()
510 …L_StatusTypeDef USB_DeactivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateDedicatedEndpoint()
536 HAL_StatusTypeDef USB_EPStartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma) in USB_EPStartXfer()
645 HAL_StatusTypeDef USB_EP0StartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma) in USB_EP0StartXfer()
772 HAL_StatusTypeDef USB_EPSetStall(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep) in USB_EPSetStall()
800 HAL_StatusTypeDef USB_EPClearStall(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_EPClearStall()
1757 HAL_StatusTypeDef USB_ActivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_ActivateEndpoint()
1842 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_DeactivateEndpoint()
[all …]
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/
H A Ddwc2.c155 wait_for_complete(endpoint_t *ep, uint32_t ch_num) in wait_for_complete()
218 dwc2_do_xfer(endpoint_t *ep, int size, int pid, ep_dir_t dir, in dwc2_do_xfer()
308 dwc2_split_transfer(endpoint_t *ep, int size, int pid, ep_dir_t dir, in dwc2_split_transfer()
381 dwc2_transfer(endpoint_t *ep, int size, int pid, ep_dir_t dir, uint32_t ch_num, in dwc2_transfer()
425 dwc2_bulk(endpoint_t *ep, int size, u8 *src, int finalize) in dwc2_bulk()
445 endpoint_t *ep = &dev->endpoints[0]; in dwc2_control() local
474 dwc2_intr(endpoint_t *ep, int size, u8 *src) in dwc2_intr()
517 dwc2_create_intr_queue(endpoint_t *ep, const int reqsize, in dwc2_create_intr_queue()
531 dwc2_destroy_intr_queue(endpoint_t *ep, void *_q) in dwc2_destroy_intr_queue()
H A Dxhci.c492 xhci_reset_endpoint(usbdev_t *const dev, endpoint_t *const ep) in xhci_reset_endpoint()
557 xhci_ring_doorbell(endpoint_t *const ep) in xhci_ring_doorbell()
566 xhci_enqueue_td(transfer_ring_t *const tr, const int ep, const size_t mps, in xhci_enqueue_td()
737 xhci_bulk(endpoint_t *const ep, const int size, u8 *const src, in xhci_bulk()
815 xhci_create_intr_queue(endpoint_t *const ep, in xhci_create_intr_queue()
900 xhci_destroy_intr_queue(endpoint_t *const ep, void *const q) in xhci_destroy_intr_queue()
944 endpoint_t *const ep = intrq->ep; in xhci_poll_intr_queue() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_ring.h177 #define APR_RING_NEXT(ep, link) (ep)->link.next argument
183 #define APR_RING_PREV(ep, link) (ep)->link.prev argument
212 #define APR_RING_ELEM_INIT(ep, link) do { \ argument
377 #define APR_RING_REMOVE(ep, link) \ argument
387 #define APR_RING_FOREACH(ep, head, elem, link) \ argument
417 #define APR_RING_CHECK_ELEM(ep, elem, link, msg) do { \ argument
448 #define APR_RING_CHECK_ELEM_CONSISTENCY(ep, elem, link) do { \ argument
497 #define APR_RING_CHECK_ELEM(ep, elem, link, msg) argument
508 #define APR_RING_CHECK_ELEM_CONSISTENCY(ep, elem, link) argument
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/udc/
H A Ddwc2.c22 static int get_mps(dwc2_ep_t *ep) in get_mps()
53 static void dwc2_process_ep(dwc2_ep_t *ep, int len, void *buf) in dwc2_process_ep()
94 static void dwc2_write_ep(dwc2_ep_t *ep, int len, void *buf) in dwc2_write_ep()
99 static void dwc2_read_ep(dwc2_ep_t *ep, int len, void *buf) in dwc2_read_ep()
245 static void dwc2_halt_ep(struct usbdev_ctrl *this, int ep, int in_dir) in dwc2_halt_ep()
368 int ep, int in_dir, int ep_type, int mps) in dwc2_start_ep()
525 static void dwc2_outep_intr(struct usbdev_ctrl *this, dwc2_ep_t *ep) in dwc2_outep_intr()
574 static void dwc2_inep_intr(struct usbdev_ctrl *this, dwc2_ep_t *ep) in dwc2_inep_intr()
616 uint32_t daint, daint_out, daint_in, ep; in dwc2_check_irq() local
740 uint8_t ep, int in_dir, int set) in dwc2_stall()
H A Dchipidea.c57 static unsigned int ep_to_bits(int ep, int in_dir) in ep_to_bits()
136 static void chipidea_halt_ep(struct usbdev_ctrl *this, int ep, int in_dir) in chipidea_halt_ep()
154 int ep, int in_dir, int ep_type, int mps) in chipidea_start_ep()
286 static void start_setup(struct usbdev_ctrl *this, int ep) in start_setup()
361 int ep; in chipidea_poll() local
449 uint8_t ep, int in_dir, int set) in chipidea_stall()
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/el3_runtime/aarch64/
Dcontext_mgmt.c49 static void setup_el1_context(cpu_context_t *ctx, const struct entry_point_info *ep) in setup_el1_context()
110 static void setup_secure_context(cpu_context_t *ctx, const struct entry_point_info *ep) in setup_secure_context()
161 static void setup_realm_context(cpu_context_t *ctx, const struct entry_point_info *ep) in setup_realm_context()
185 static void setup_ns_context(cpu_context_t *ctx, const struct entry_point_info *ep) in setup_ns_context()
312 static void setup_context_common(cpu_context_t *ctx, const entry_point_info_t *ep) in setup_context_common()
521 void cm_setup_context(cpu_context_t *ctx, const entry_point_info_t *ep) in cm_setup_context()
823 const entry_point_info_t *ep) in cm_init_context_by_index()
836 void cm_init_my_context(const entry_point_info_t *ep) in cm_init_my_context()
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dmock_endpoint.cc47 static void me_read(grpc_endpoint* ep, grpc_slice_buffer* slices, in me_read()
65 static void me_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in me_write()
83 static void me_shutdown(grpc_endpoint* ep, grpc_error_handle why) { in me_shutdown()
101 static void me_destroy(grpc_endpoint* ep) { in me_destroy()
109 void grpc_mock_endpoint_finish_put_reads(grpc_endpoint* ep) { in grpc_mock_endpoint_finish_put_reads()
153 void grpc_mock_endpoint_put_read(grpc_endpoint* ep, grpc_slice slice) { in grpc_mock_endpoint_put_read()
/aosp_15_r20/external/wayland/src/
H A Devent-loop.c97 struct epoll_event *ep) in wl_event_source_fd_dispatch()
123 struct epoll_event ep; in add_source() local
218 struct epoll_event ep; in wl_event_source_fd_update() local
242 struct epoll_event *ep) { in noop_dispatch()
308 struct epoll_event ep; in wl_timer_heap_ensure_timerfd() local
534 struct epoll_event *ep) in wl_event_source_timer_dispatch()
673 struct epoll_event *ep) in wl_event_source_signal_dispatch()
935 struct epoll_event ep; in post_dispatch_check() local
997 struct epoll_event ep[32]; in wl_event_loop_dispatch() local
/aosp_15_r20/external/python/cpython3/Objects/
Ddictobject.c490 PyDictUnicodeEntry *ep = &DK_UNICODE_ENTRIES(dk)[i]; in dump_entries() local
494 PyDictKeyEntry *ep = &DK_ENTRIES(dk)[i]; in dump_entries() local
878 PyDictUnicodeEntry *ep = &ep0[ix]; in unicodekeys_lookup_generic() local
924 PyDictUnicodeEntry *ep = &ep0[ix]; in unicodekeys_lookup_unicode() local
939 PyDictUnicodeEntry *ep = &ep0[ix]; in unicodekeys_lookup_unicode() local
968 PyDictKeyEntry *ep = &ep0[ix]; in dictkeys_generic_lookup() local
1208 PyDictUnicodeEntry *ep = &DK_UNICODE_ENTRIES(keys)[ix]; in insert_into_dictkeys() local
1256 PyDictUnicodeEntry *ep; in insertdict() local
1270 PyDictKeyEntry *ep; in insertdict() local
1339 PyDictUnicodeEntry *ep = DK_UNICODE_ENTRIES(mp->ma_keys); in insert_to_emptydict() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/sys/unix/selector/
Depoll.rs19 ep: OwnedFd, field
25 let ep = unsafe { OwnedFd::from_raw_fd(syscall!(epoll_create1(libc::EPOLL_CLOEXEC))?) }; in new() localVariable
77 let ep = self.ep.as_raw_fd(); in register() localVariable
89 let ep = self.ep.as_raw_fd(); in reregister() localVariable
94 let ep = self.ep.as_raw_fd(); in deregister() localVariable

12345678910>>...25