/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | endpoint_cfstream.cc | 64 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() 77 gpr_atm val = gpr_atm_no_barrier_load(&ep->refcount.count); in CFStreamUnref() local 86 static void CFStreamRef(CFStreamEndpoint* ep, const char* reason, in CFStreamRef() 89 gpr_atm val = gpr_atm_no_barrier_load(&ep->refcount.count); in CFStreamRef() local 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() [all …]
|
H A D | tcp_windows.cc | 144 gpr_atm val = gpr_atm_no_barrier_load(&tcp->refcount.count); in tcp_unref() local 157 gpr_atm val = gpr_atm_no_barrier_load(&tcp->refcount.count); in tcp_ref() local 237 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/ |
D | endpoint_cfstream.cc | 64 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() 77 gpr_atm val = gpr_atm_no_barrier_load(&ep->refcount.count); in CFStreamUnref() local 86 static void CFStreamRef(CFStreamEndpoint* ep, const char* reason, in CFStreamRef() 89 gpr_atm val = gpr_atm_no_barrier_load(&ep->refcount.count); in CFStreamRef() local 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() [all …]
|
D | tcp_windows.cc | 144 gpr_atm val = gpr_atm_no_barrier_load(&tcp->refcount.count); in tcp_unref() local 157 gpr_atm val = gpr_atm_no_barrier_load(&tcp->refcount.count); in tcp_ref() local 239 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/grpc-grpc/src/core/lib/security/transport/ |
H A D | secure_endpoint.cc | 149 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() 159 gpr_atm val = gpr_atm_no_barrier_load(&ep->ref.count); in secure_endpoint_unref() local 169 static void secure_endpoint_ref(secure_endpoint* ep, const char* reason, in secure_endpoint_ref() 172 gpr_atm val = gpr_atm_no_barrier_load(&ep->ref.count); in secure_endpoint_ref() local 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() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/transport/ |
D | secure_endpoint.cc | 152 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() 162 gpr_atm val = gpr_atm_no_barrier_load(&ep->ref.count); in secure_endpoint_unref() local 172 static void secure_endpoint_ref(secure_endpoint* ep, const char* reason, in secure_endpoint_ref() 175 gpr_atm val = gpr_atm_no_barrier_load(&ep->ref.count); in secure_endpoint_ref() local 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() [all …]
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | dictobject.c | 327 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/libpcap/ |
H A D | optimize.c | 218 int val; /* the value number */ member 457 propedom(opt_state_t *opt_state, struct edge *ep) in propedom() 730 bpf_u_int32 val; in F() local 896 bpf_u_int32 val; in opt_peep() local 1188 opt_stmt(opt_state_t *opt_state, struct stmt *s, bpf_u_int32 val[], int alter) in opt_stmt() 1614 fold_edge(struct block *child, struct edge *ep) in fold_edge() 1693 opt_j(opt_state_t *opt_state, struct edge *ep) in opt_j() 1820 bpf_u_int32 val; in or_pullup() local 1824 struct edge *ep; in or_pullup() local 1984 bpf_u_int32 val; in and_pullup() local [all …]
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/udc/ |
H A D | dwc2.c | 22 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() 316 int i, val; in find_tx_fifo() local 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 [all …]
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | dictobject.c | 490 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/freetype/src/base/ |
H A D | ftpsprop.c | 63 char* ep; in ps_property_set() local 241 FT_Int* val = (FT_Int*)value; in ps_property_get() local 259 FT_UInt* val = (FT_UInt*)value; in ps_property_get() local 270 FT_Bool* val = (FT_Bool*)value; in ps_property_get() local
|
/aosp_15_r20/frameworks/base/libs/protoutil/src/ |
H A D | EncodedBuffer.cpp | 162 EncodedBuffer::writeRawByte(uint8_t val) in writeRawByte() 169 EncodedBuffer::writeRawVarint64(uint64_t val) in writeRawVarint64() 185 EncodedBuffer::writeRawVarint32(uint32_t val) in writeRawVarint32() 192 EncodedBuffer::writeRawFixed32(uint32_t val) in writeRawFixed32() 201 EncodedBuffer::writeRawFixed64(uint64_t val) in writeRawFixed64() 278 EncodedBuffer::ep() in ep() function in android::util::EncodedBuffer 286 uint8_t val = *at(mEp); in readRawByte() local 294 uint64_t val = 0, shift = 0; in readRawVarint() local 308 uint32_t val = 0; in readRawFixed32() local 318 uint64_t val = 0; in readRawFixed64() local [all …]
|
/aosp_15_r20/external/libusb/libusb/ |
H A D | core.c | 1035 const struct libusb_endpoint_descriptor *ep = in find_endpoint() local 1065 const struct libusb_endpoint_descriptor *ep; in libusb_get_max_packet_size() local 1107 const struct libusb_endpoint_descriptor *ep = in find_alt_endpoint() local 1116 const struct libusb_endpoint_descriptor *ep) in get_endpoint_max_packet_size() 1120 uint16_t val; in get_endpoint_max_packet_size() local 1184 const struct libusb_endpoint_descriptor *ep; in libusb_get_max_iso_packet_size() local 1243 const struct libusb_endpoint_descriptor *ep; in libusb_get_max_alt_packet_size() local
|
/aosp_15_r20/external/freetype/src/autofit/ |
H A D | afmodule.c | 203 char* ep; in af_property_set() local 308 AF_Script* val = (AF_Script*)value; in af_property_get() local 319 AF_Script* val = (AF_Script*)value; in af_property_get() local 341 FT_Int* val = (FT_Int*)value; in af_property_get() local 358 FT_Bool* val = (FT_Bool*)value; in af_property_get() local
|
/aosp_15_r20/external/lzma/CPP/7zip/Compress/ |
H A D | LzmaEncoder.cpp | 86 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) in SetLzmaProp() 225 static void PrintNum(UInt64 val, unsigned numDigits, char c = ' ') in PrintNum() 236 static void PrintTime(const char *s, UInt64 val, UInt64 total) in PrintTime()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/usb/ |
D | stm32mp1_usb.c | 144 #define OTG_DSTS_ENUMSPD(val) ((val) << 1) argument 464 static enum usb_status usb_dwc2_ep_start_xfer(void *handle, struct usbd_ep *ep) in usb_dwc2_ep_start_xfer() 560 static enum usb_status usb_dwc2_ep0_start_xfer(void *handle, struct usbd_ep *ep) in usb_dwc2_ep0_start_xfer() 633 static enum usb_status usb_dwc2_ep_set_stall(void *handle, struct usbd_ep *ep) in usb_dwc2_ep_set_stall()
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/st/usb/ |
H A D | stm32mp1_usb.c | 143 #define OTG_DSTS_ENUMSPD(val) ((val) << 1) argument 463 static enum usb_status usb_dwc2_ep_start_xfer(void *handle, struct usbd_ep *ep) in usb_dwc2_ep_start_xfer() 559 static enum usb_status usb_dwc2_ep0_start_xfer(void *handle, struct usbd_ep *ep) in usb_dwc2_ep0_start_xfer() 632 static enum usb_status usb_dwc2_ep_set_stall(void *handle, struct usbd_ep *ep) in usb_dwc2_ep_set_stall()
|
/aosp_15_r20/external/iperf3/src/ |
H A D | dscp.c | 129 char *ep = NULL; in parse_qos() local 130 long val; in parse_qos() local
|
/aosp_15_r20/external/tcpdump/ |
H A D | util-print.c | 117 const u_char *s, u_int n, const u_char *ep) in nd_printztn() 161 const u_char *s, u_int n, const u_char *ep) in nd_printn() 606 const u_int val) in uint2tokary_internal()
|
/aosp_15_r20/external/python/setuptools/setuptools/ |
D | dist.py | 154 def single_line(val): argument 871 def _removed(ep): argument 891 def _install_dependencies(self, ep): argument
|
/aosp_15_r20/external/mksh/src/ |
H A D | funcs.c | 872 const char *alias = *wp, *val, *newval; in c_alias() local 999 mksh_ari_t val; in c_let() local 1208 getopts_reset(int val) in getopts_reset() 1351 mksh_ari_t val; in c_shift() local 2143 struct env *ep; in c_exitreturn() local 2176 struct env *ep, *last_ep = NULL; in c_brkcont() local
|
/aosp_15_r20/system/logging/liblog/ |
H A D | event_tag_map.cpp | 143 char* ep; in scanTagLine() local 144 unsigned long val = strtoul(pData, &ep, 10); in scanTagLine() local
|
/aosp_15_r20/external/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-common.c | 262 unsigned int val[ETH_ALEN]; in eth_pton() local 519 char *sp, *ep; in create_source_filter() local
|
/aosp_15_r20/bionic/libc/stdio/ |
H A D | printf_common.h | 168 #define PRINTANDPAD(p, ep, len, with) \ argument 269 #define APPEND_DIGIT(val, dig) \ argument 279 #define GETASTER(val) \ argument
|
/aosp_15_r20/external/iputils/ninfod/ |
H A D | ninfod.c | 603 unsigned long val; in parse_args() local 604 char *ep; in parse_args() local
|