/external/tcpdump/ |
D | addrtoname.c | 83 struct hnamemem *nxt; member 137 struct h6namemem *nxt; member 230 for (; p->nxt; p = p->nxt) { in getname() 235 p->nxt = newhnamemem(); in getname() 286 for (; p->nxt; p = p->nxt) { in getname6() 291 p->nxt = newh6namemem(); in getname6() 586 for (tp = &eprototable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt) in etherproto_string() 591 tp->nxt = newhnamemem(); in etherproto_string() 669 for (tp = &tporttable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt) in tcpport_string() 674 tp->nxt = newhnamemem(); in tcpport_string() [all …]
|
D | print-tcp.c | 78 struct tcp_seq_hash *nxt; member 92 struct tcp_seq_hash6 *nxt; member 279 th->nxt; th = th->nxt) 284 if (!th->nxt || (flags & TH_SYN)) { 286 if (th->nxt == NULL) { 287 th->nxt = (struct tcp_seq_hash6 *) 289 if (th->nxt == NULL) 335 th->nxt; th = th->nxt) 340 if (!th->nxt || (flags & TH_SYN)) { 342 if (th->nxt == NULL) { [all …]
|
D | print-atalk.c | 530 struct hnamemem *nxt; member 567 tp->nxt; tp = tp->nxt) in ataddr_string() 570 tp->nxt = newhnamemem(); in ataddr_string() 576 for (tp = &hnametable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt) in ataddr_string() 582 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt) in ataddr_string() 585 tp->nxt = newhnamemem(); in ataddr_string() 593 tp->nxt = newhnamemem(); in ataddr_string()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_lfstack.h | 54 T *nxt = cur->next; in Pop() local 56 u64 xch = (u64)(uptr)nxt | cnt; in Pop()
|
/external/wpa_supplicant_8/src/utils/ |
D | eloop.c | 443 int nxt = 0; in eloop_sock_table_set_fds() local 454 pollfds[nxt].fd = fd; in eloop_sock_table_set_fds() 455 pollfds[nxt].events = POLLIN; in eloop_sock_table_set_fds() 456 pollfds[nxt].revents = 0; in eloop_sock_table_set_fds() 457 pollfds_map[fd] = &(pollfds[nxt]); in eloop_sock_table_set_fds() 458 nxt++; in eloop_sock_table_set_fds() 472 pfd = &(pollfds[nxt]); in eloop_sock_table_set_fds() 477 nxt++; in eloop_sock_table_set_fds() 498 pfd = &(pollfds[nxt]); in eloop_sock_table_set_fds() 503 nxt++; in eloop_sock_table_set_fds() [all …]
|
/external/iptables/libxtables/ |
D | xtoptions.c | 1112 char *cur, *nxt; in xtables_lmap_init() local 1128 id = strtoul(cur, &nxt, strncmp(cur, "0x", 2) == 0 ? 16 : 10); in xtables_lmap_init() 1129 if (nxt == cur || errno != 0) in xtables_lmap_init() 1135 cur = nxt; in xtables_lmap_init() 1143 nxt = cur; in xtables_lmap_init() 1144 while (*nxt != '\0' && !isspace(*nxt)) in xtables_lmap_init() 1145 ++nxt; in xtables_lmap_init() 1146 if (nxt == cur) in xtables_lmap_init() 1148 *nxt = '\0'; in xtables_lmap_init()
|
/external/libxml2/ |
D | parser.c | 1428 const xmlChar *cur = lang, *nxt; in xmlCheckLanguageID() local 1447 nxt = cur; in xmlCheckLanguageID() 1448 while (((nxt[0] >= 'A') && (nxt[0] <= 'Z')) || in xmlCheckLanguageID() 1449 ((nxt[0] >= 'a') && (nxt[0] <= 'z'))) in xmlCheckLanguageID() 1450 nxt++; in xmlCheckLanguageID() 1451 if (nxt - cur >= 4) { in xmlCheckLanguageID() 1455 if ((nxt - cur > 8) || (nxt[0] != 0)) in xmlCheckLanguageID() 1459 if (nxt - cur < 2) in xmlCheckLanguageID() 1462 if (nxt[0] == 0) in xmlCheckLanguageID() 1464 if (nxt[0] != '-') in xmlCheckLanguageID() [all …]
|
/external/curl/lib/ |
D | easy.c | 503 struct socketmonitor *nxt = m->next; in events_socket() local 506 prev->next = nxt; in events_socket() 508 ev->list = nxt; in events_socket() 510 m = nxt; in events_socket()
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathMatrixAlgo.h | 695 int nxt[3] = {1, 2, 0}; in extractQuat() local 716 j = nxt[i]; in extractQuat() 717 k = nxt[j]; in extractQuat()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar | ... .eclipse.equinox.p2.metadata.IInstallableUnit nxt
public void remove ()
private boolean positionNext () ... |
/external/caliper/lib/ |
D | gson-2.2.2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/expat/lib/ |
D | xmlparse.c | 4631 const char *nxt = (quant == XML_CQUANT_NONE in doProlog() local 4639 el = getElementType(parser, enc, s, nxt); in doProlog()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kpdf_mgc.pkb | 1327 …��O��� }������ .ZXZG]94�4ncCM]h@S'5C2655�i�X^�������LR[Z`ddacbcv��|nxt����MY\X`maoktorse�}…
|
/external/robolectric/v3/libs/ |
D | vtd-xml-2.11.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ximpleware/
com/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | findbugs.jar | META-INF/
META-INF/MANIFEST.MF
default.xsl
edu/
edu/umd ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |