/third_party/libuv/src/unix/ |
D | os390.c | 278 __net_ifconf6header_t ifc; in uv__interface_addresses_v6() local 292 ifc.__nif6h_buffer = uv__calloc(1, maxsize); in uv__interface_addresses_v6() 294 if (ifc.__nif6h_buffer == NULL) { in uv__interface_addresses_v6() 299 ifc.__nif6h_version = 1; in uv__interface_addresses_v6() 300 ifc.__nif6h_buflen = maxsize; in uv__interface_addresses_v6() 302 if (ioctl(sockfd, SIOCGIFCONF6, &ifc) == -1) { in uv__interface_addresses_v6() 307 uv__free(ifc.__nif6h_buffer); in uv__interface_addresses_v6() 313 ifr = (__net_ifconf6entry_t*)(ifc.__nif6h_buffer); in uv__interface_addresses_v6() 314 while ((char*)ifr < (char*)ifc.__nif6h_buffer + ifc.__nif6h_buflen) { in uv__interface_addresses_v6() 316 ifr = (__net_ifconf6entry_t*)((char*)ifr + ifc.__nif6h_entrylen); in uv__interface_addresses_v6() [all …]
|
D | aix.c | 1103 struct ifconf ifc; in uv_interface_addresses() local 1108 ifc.ifc_req = NULL; in uv_interface_addresses() 1129 ifc.ifc_req = (struct ifreq*)uv__malloc(size); in uv_interface_addresses() 1130 if (ifc.ifc_req == NULL) { in uv_interface_addresses() 1134 ifc.ifc_len = size; in uv_interface_addresses() 1135 if (ioctl(sockfd, SIOCGIFCONF, &ifc) == -1) { in uv_interface_addresses() 1143 ifr = ifc.ifc_req; in uv_interface_addresses() 1144 while ((char*)ifr < (char*)ifc.ifc_req + ifc.ifc_len) { in uv_interface_addresses() 1176 ifr = ifc.ifc_req; in uv_interface_addresses() 1177 while ((char*)ifr < (char*)ifc.ifc_req + ifc.ifc_len) { in uv_interface_addresses() [all …]
|
/third_party/node/deps/uv/src/unix/ |
D | os390.c | 278 __net_ifconf6header_t ifc; in uv__interface_addresses_v6() local 292 ifc.__nif6h_buffer = uv__calloc(1, maxsize); in uv__interface_addresses_v6() 294 if (ifc.__nif6h_buffer == NULL) { in uv__interface_addresses_v6() 299 ifc.__nif6h_version = 1; in uv__interface_addresses_v6() 300 ifc.__nif6h_buflen = maxsize; in uv__interface_addresses_v6() 302 if (ioctl(sockfd, SIOCGIFCONF6, &ifc) == -1) { in uv__interface_addresses_v6() 307 uv__free(ifc.__nif6h_buffer); in uv__interface_addresses_v6() 313 ifr = (__net_ifconf6entry_t*)(ifc.__nif6h_buffer); in uv__interface_addresses_v6() 314 while ((char*)ifr < (char*)ifc.__nif6h_buffer + ifc.__nif6h_buflen) { in uv__interface_addresses_v6() 316 ifr = (__net_ifconf6entry_t*)((char*)ifr + ifc.__nif6h_entrylen); in uv__interface_addresses_v6() [all …]
|
D | aix.c | 1103 struct ifconf ifc; in uv_interface_addresses() local 1108 ifc.ifc_req = NULL; in uv_interface_addresses() 1129 ifc.ifc_req = (struct ifreq*)uv__malloc(size); in uv_interface_addresses() 1130 if (ifc.ifc_req == NULL) { in uv_interface_addresses() 1134 ifc.ifc_len = size; in uv_interface_addresses() 1135 if (ioctl(sockfd, SIOCGIFCONF, &ifc) == -1) { in uv_interface_addresses() 1143 ifr = ifc.ifc_req; in uv_interface_addresses() 1144 while ((char*)ifr < (char*)ifc.ifc_req + ifc.ifc_len) { in uv_interface_addresses() 1176 ifr = ifc.ifc_req; in uv_interface_addresses() 1177 while ((char*)ifr < (char*)ifc.ifc_req + ifc.ifc_len) { in uv_interface_addresses() [all …]
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-sockets.c | 209 struct ifaddrs *ifc; in lws_interface_to_sa() 215 for (ifc = ifr; ifc != NULL && rc; ifc = ifc->ifa_next) { in lws_interface_to_sa() 216 if (!ifc->ifa_addr) in lws_interface_to_sa() 219 lwsl_info(" interface %s vs %s\n", ifc->ifa_name, ifname); in lws_interface_to_sa() 221 if (strcmp(ifc->ifa_name, ifname)) in lws_interface_to_sa() 224 switch (ifc->ifa_addr->sa_family) { in lws_interface_to_sa() 234 &((struct sockaddr_in *)ifc->ifa_addr)->sin_addr, in lws_interface_to_sa() 239 (struct sockaddr_in *)ifc->ifa_addr, in lws_interface_to_sa() 245 &((struct sockaddr_in6 *)ifc->ifa_addr)->sin6_addr, in lws_interface_to_sa()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | h264cmc_neon.S | 28 .ifc \type,avg 34 .ifc \codec,rv40 42 .ifc \codec,vc1 79 .ifc \codec,h264 88 .ifc \type,avg 116 .ifc \codec,h264 126 .ifc \type,avg 149 .ifc \codec,h264 158 .ifc \type,avg 176 .ifc \codec,h264 [all …]
|
D | vp9itxfm_16bpp_neon.S | 687 .ifc \txfm1\()_\txfm2,idct_idct 708 .ifc \txfm1,idct 717 .ifc \txfm1\()_\txfm2,idct_idct 727 .ifc \txfm1\()_\txfm2,idct_idct 741 .ifc \txfm1\()_\txfm2,iadst_idct 1039 .ifc \suffix,_quarter 1045 .ifc \suffix,_half 1080 .ifc \suffix,_quarter 1085 .ifc \suffix,_half 1154 .ifc \txfm1\()_\txfm2,idct_idct [all …]
|
D | vp9itxfm_neon.S | 885 .ifc \txfm1\()_\txfm2,idct_idct 905 .ifc \txfm1,idct 910 .ifc \txfm1\()_\txfm2,idct_idct 921 .ifc \txfm1\()_\txfm2,idct_idct 935 .ifc \txfm1\()_\txfm2,idct_idct 951 .ifc \txfm1\()_\txfm2,iadst_idct
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-sockets.c | 296 struct ifaddrs *ifc; in lws_interface_to_sa() local 309 for (ifc = ifr; ifc != NULL; ifc = ifc->ifa_next) { in lws_interface_to_sa() 310 if (!ifc->ifa_addr || !ifc->ifa_name) in lws_interface_to_sa() 314 ifc->ifa_name, ifname, in lws_interface_to_sa() 315 ifc->ifa_addr->sa_family, ipv6); in lws_interface_to_sa() 317 if (strcmp(ifc->ifa_name, ifname)) in lws_interface_to_sa() 320 switch (ifc->ifa_addr->sa_family) { in lws_interface_to_sa() 343 &((struct sockaddr_in *)ifc->ifa_addr)->sin_addr, in lws_interface_to_sa() 352 memcpy(addr, (struct sockaddr_in *)ifc->ifa_addr, in lws_interface_to_sa() 358 &((struct sockaddr_in6 *)ifc->ifa_addr)->sin6_addr; in lws_interface_to_sa() [all …]
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | h264cmc_neon.S | 27 .ifc \type,avg 32 .ifc \codec,rv40 42 .ifc \codec,vc1 77 .ifc \codec,h264 86 .ifc \type,avg 112 .ifc \codec,h264 122 .ifc \type,avg 145 .ifc \codec,h264 154 .ifc \type,avg 172 .ifc \codec,h264 [all …]
|
D | mpegaudiodsp_neon.S | 44 .ifc \type, fixed 56 .ifc \type, fixed 103 .ifc \type, fixed 161 .ifc \type, fixed
|
D | vp9itxfm_neon.S | 239 .ifc \txfm1,\txfm2 240 .ifc \txfm1,idct 244 .ifc \txfm1,iadst 254 .ifc \txfm1\()_\txfm2,idct_idct 275 .ifc \txfm1,iwht 380 .ifc \txfm1\()_\txfm2,idct_idct 393 .ifc \txfm1\()_\txfm2,idct_idct 846 .ifc \txfm1\()_\txfm2,idct_idct 869 .ifc \txfm1,idct 874 .ifc \txfm1\()_\txfm2,idct_idct [all …]
|
D | vp9lpf_neon.S | 56 .ifc \sz, .16b 63 .ifc \sz, .16b 70 .ifc \sz, .16b 77 .ifc \sz, .16b 84 .ifc \sz, .16b 91 .ifc \sz, .16b 98 .ifc \sz, .16b 105 .ifc \sz, .16b 112 .ifc \sz, .16b 119 .ifc \sz, .16b [all …]
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst-ptp-helper.c | 253 struct ifconf ifc; in setup_sockets() local 256 ifc.ifc_len = sizeof (buf); in setup_sockets() 257 ifc.ifc_buf = buf; in setup_sockets() 258 if (ioctl (g_socket_get_fd (socket_event), SIOCGIFCONF, &ifc) != -1) { in setup_sockets() 261 probed_ifaces = g_new0 (gchar *, ifc.ifc_len + 1); in setup_sockets() 263 for (i = 0; i < ifc.ifc_len / sizeof (struct ifreq); i++) { in setup_sockets() 264 strncpy (ifr.ifr_name, ifc.ifc_req[i].ifr_name, IFNAMSIZ); in setup_sockets() 268 probed_ifaces[idx] = g_strndup (ifc.ifc_req[i].ifr_name, IFNAMSIZ); in setup_sockets() 272 ifc.ifc_req[i].ifr_name); in setup_sockets() 273 probed_ifaces[idx] = g_strndup (ifc.ifc_req[i].ifr_name, IFNAMSIZ); in setup_sockets() [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | ioctl.c | 94 struct ifconf ifc = {0}; in ioctl_0200() local 95 ifc.ifc_len = 3 * sizeof(struct ifreq); in ioctl_0200() 96 ifc.ifc_buf = (char *)ifr; in ioctl_0200() 97 int ret = ioctl(sockFd, SIOCGIFCONF, &ifc); in ioctl_0200() 99 int ifrCount = ifc.ifc_len / sizeof(struct ifreq); in ioctl_0200()
|
/third_party/ltp/testcases/kernel/syscalls/sockioctl/ |
D | sockioctl01.c | 50 static struct ifconf ifc; variable 102 PF_INET, SOCK_DGRAM, 0, SIOCGIFCONF, &ifc, 223 ifc.ifc_len = sizeof(buf); in setup2() 224 ifc.ifc_buf = buf; in setup2() 230 SAFE_IOCTL(cleanup, s, SIOCGIFCONF, &ifc); in setup3() 231 ifr = *(struct ifreq *)ifc.ifc_buf; in setup3()
|
/third_party/typescript/tests/baselines/reference/ |
D | newOperator.js | 2 interface ifc { } 4 var i = new ifc(); 64 var i = new ifc();
|
D | newOperator.types | 2 interface ifc { } 4 var i = new ifc(); 6 >new ifc() : any 7 >ifc : any
|
D | newOperator.symbols | 2 interface ifc { } 3 >ifc : Symbol(ifc, Decl(newOperator.ts, 0, 0)) 6 var i = new ifc();
|
D | newOperator.errors.txt | 1 tests/cases/compiler/newOperator.ts(3,13): error TS2693: 'ifc' only refers to a type, but is being … 25 interface ifc { } 27 var i = new ifc(); 29 !!! error TS2693: 'ifc' only refers to a type, but is being used as a value here.
|
/third_party/typescript/tests/cases/compiler/ |
D | newOperator.ts | 1 interface ifc { } interface 3 var i = new ifc();
|
/third_party/ffmpeg/tests/checkasm/arm/ |
D | checkasm.S | 65 .ifc \variant, vfp 73 .ifc \variant, vfp 118 .ifc \variant, vfp 185 .ifc \variant, vfp
|
/third_party/ffmpeg/libswscale/arm/ |
D | rgb2yuv_neon_common.S | 173 .ifc "\count","" 182 .ifc "\count","" 190 .ifc "\count","" 198 .ifc "\count",""
|
/third_party/ffmpeg/libswscale/aarch64/ |
D | yuv2rgb_neon.S | 172 .ifc \ofmt,argb // 1 2 3 0 176 .ifc \ofmt,rgba // 0 1 2 3 180 .ifc \ofmt,abgr // 3 2 1 0 184 .ifc \ofmt,bgra // 2 1 0 3
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | enum_converter_test.cc | 322 inline std::ostream& operator<<(std::ostream& out, ImageFormatCase ifc) { in operator <<() argument 323 out << "ImageFormatCase{ SpvImageFormat:" << int(ifc.format) in operator <<() 324 << " expect_success?:" << int(ifc.expect_success) in operator <<() 325 << " expected:" << int(ifc.expected) << "}"; in operator <<()
|