/external/executorch/runtime/core/portable_type/test/ |
D | half_test.cpp | 36 float af = 104.35; in TEST() local 47 float af = 31.4; in TEST() local 58 float af = 85.5; in TEST() local 69 float af = 96.9; in TEST() local 82 float af = 104.35; in TEST() local 90 float af = 31.4; in TEST() local 98 float af = 85.5; in TEST() local 106 float af = 96.9; in TEST() local 116 float af = 104.35; in TEST() local 124 float af = 31.4; in TEST() local [all …]
|
/external/curl/lib/ |
D | inet_ntop.h | 37 #define Curl_inet_ntop(af,addr,buf,size) inet_ntop(af, (void *)addr, buf, size) argument 39 #define Curl_inet_ntop(af,addr,buf,size) inet_ntop(af, addr, buf, size) argument 42 #define Curl_inet_ntop(af,addr,buf,size) \ argument 46 #define Curl_inet_ntop(af,addr,buf,size) \ argument
|
D | if2ip.c | 99 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip() 184 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip() 247 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip()
|
/external/scapy/scapy/ |
D | pton_ntop.py | 83 def inet_pton(af, addr): argument 133 def inet_ntop(af, addr): argument
|
/external/webrtc/rtc_base/ |
D | net_helpers.cc | 35 const char* inet_ntop(int af, const void* src, char* dst, socklen_t size) { in inet_ntop() 43 int inet_pton(int af, absl::string_view src, void* dst) { in inet_pton()
|
D | win32.cc | 36 const char* win32_inet_ntop(int af, in win32_inet_ntop() 56 int win32_inet_pton(int af, const char* src, void* dst) { in win32_inet_pton()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | socket_utils_windows.cc | 39 int grpc_inet_pton(int af, const char* src, void* dst) { in grpc_inet_pton() 43 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop()
|
D | sockaddr_utils_posix.cc | 55 int grpc_inet_pton(int af, const char* src, void* dst) { in grpc_inet_pton() 59 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | sockaddr_utils_posix.cc | 55 int grpc_inet_pton(int af, const char* src, void* dst) { in grpc_inet_pton() 59 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop()
|
D | socket_utils_windows.cc | 39 int grpc_inet_pton(int af, const char* src, void* dst) { in grpc_inet_pton() 43 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop()
|
/external/tcpdump/ |
D | print-enc.c | 77 nd_uint32_t af; member 101 u_int af, flags; in enc_if_print() local
|
D | print-gre.c | 164 uint16_t af; in gre_print_0() local 317 gre_sre_print(netdissect_options *ndo, uint16_t af, uint8_t sreoff, in gre_sre_print()
|
/external/libnl/lib/ |
D | mpls.c | 49 const char *mpls_ntop(int af, const void *addr, char *buf, size_t buflen) in mpls_ntop() 96 int mpls_pton(int af, const char *src, void *addr, size_t alen) in mpls_pton()
|
/external/libwebsockets/lib/system/dhcpclient/ |
D | dhcpclient.c | 78 lws_dhcpc_find(struct lws_context *context, const char *iface, int af) in lws_dhcpc_find() 101 lws_dhcpc_request(struct lws_context *context, const char *iface, int af, in lws_dhcpc_request()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/ |
D | inet_ntop.c | 56 ares_inet_ntop(int af, const void *src, char *dst, ares_socklen_t size) in ares_inet_ntop() 195 ares_inet_ntop(int af, const void *src, char *dst, ares_socklen_t size) in ares_inet_ntop()
|
D | inet_net_pton.c | 375 ares_inet_net_pton(int af, const char *src, void *dst, size_t size) in ares_inet_net_pton() 388 int ares_inet_pton(int af, const char *src, void *dst) in ares_inet_pton()
|
/external/musl/src/network/ |
D | gethostbyname2.c | 8 struct hostent *gethostbyname2(const char *name, int af) in gethostbyname2()
|
D | gethostbyaddr.c | 7 struct hostent *gethostbyaddr(const void *a, socklen_t l, int af) in gethostbyaddr()
|
D | inet_ntop.c | 7 const char *inet_ntop(int af, const void *restrict a0, char *restrict s, socklen_t l) in inet_ntop()
|
/external/trusty/musl/src/network/ |
D | gethostbyname2.c | 8 struct hostent *gethostbyname2(const char *name, int af) in gethostbyname2()
|
D | gethostbyaddr.c | 7 struct hostent *gethostbyaddr(const void *a, socklen_t l, int af) in gethostbyaddr()
|
D | inet_ntop.c | 7 const char *inet_ntop(int af, const void *restrict a0, char *restrict s, socklen_t l) in inet_ntop()
|
/external/iproute2/ip/ |
D | ipaddrlabel.c | 100 int af = preferred_family; in ipaddrlabel_list() local 217 int af = preferred_family; in ipaddrlabel_flush() local
|
/external/clang/test/CodeGenCXX/ |
D | ptr-to-datamember.cpp | 49 F A::* af = &A::Af; in test_aggr_pdata() local 64 F A::* af = &A::Af; in test_aggr_pdata_1() local
|
/external/wpa_supplicant_8/src/utils/ |
D | ip_addr.h | 13 int af; /* AF_INET / AF_INET6 */ member
|