HomeSort by relevance Sort by last modified time
    Searched defs:nxt (Results 1 - 24 of 24) sorted by null

  /external/u-boot/board/siemens/common/
factoryset.c 49 int i, nxt = 0; local
51 for (i = 0; fact_get_char(i) != '\0'; i = nxt + 1) {
54 for (nxt = i; fact_get_char(nxt) != '\0'; ++nxt) {
55 if (nxt >= size)
86 int i, nxt = 0; local
91 for (i = 0; fact_get_char(i) != end; i = nxt) {
92 nxt = i + 1;
104 nxt = pos
    [all...]
  /external/openssh/
ssh-pkcs11-helper.c 76 struct pkcs11_keyinfo *ki, *nxt; local
78 for (ki = TAILQ_FIRST(&pkcs11_keylist); ki; ki = nxt) {
79 nxt = TAILQ_NEXT(ki, next);
ssh-agent.c 532 Identity *id, *nxt; local
538 for (id = TAILQ_FIRST(&tab->idlist); id; id = nxt) {
539 nxt = TAILQ_NEXT(id, next);
826 Identity *id, *nxt; local
843 for (id = TAILQ_FIRST(&tab->idlist); id; id = nxt) {
844 nxt = TAILQ_NEXT(id, next);
    [all...]
  /external/tcpdump/
print-atalk.c 561 struct hnamemem *nxt; member in struct:hnamemem
598 tp->nxt; tp = tp->nxt)
601 tp->nxt = newhnamemem(ndo);
610 for (tp = &hnametable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
616 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt)
619 tp->nxt = newhnamemem(ndo);
630 tp->nxt = newhnamemem(ndo)
    [all...]
print-tcp.c 77 struct tcp_seq_hash *nxt; member in struct:tcp_seq_hash
90 struct tcp_seq_hash6 *nxt; member in struct:tcp_seq_hash6
278 th->nxt; th = th->nxt)
283 if (!th->nxt || (flags & TH_SYN)) {
285 if (th->nxt == NULL) {
286 th->nxt = (struct tcp_seq_hash6 *)
288 if (th->nxt == NULL)
329 th->nxt; th = th->nxt)
845 uint8_t nxt; local
    [all...]
addrtoname.c 84 struct hnamemem *nxt; member in struct:hnamemem
137 struct h6namemem *nxt; member in struct:h6namemem
239 for (; p->nxt; p = p->nxt) {
244 p->nxt = newhnamemem(ndo);
299 for (; p->nxt; p = p->nxt) {
304 p->nxt = newh6namemem(ndo);
610 for (tp = &eprototable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
    [all...]
  /external/curl/lib/
easy.c 416 struct socketmonitor *nxt = m->next; local
419 prev->next = nxt;
421 ev->list = nxt;
423 m = nxt;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
antlr.c 3511 char *nxt; local
    [all...]
  /external/iptables/libxtables/
xtoptions.c 1112 char *cur, *nxt; local
1128 id = strtoul(cur, &nxt, strncmp(cur, "0x", 2) == 0 ? 16 : 10);
1129 if (nxt == cur || errno != 0)
1135 cur = nxt;
1143 nxt = cur;
1144 while (*nxt != '\0' && !isspace(*nxt))
1145 ++nxt;
1146 if (nxt == cur)
1148 *nxt = '\0'
    [all...]
  /external/libpng/mips/
filter_msa_intrinsics.c 463 png_bytep nxt = row + 4; local
491 ST_UB(dst0, nxt);
492 nxt += 16;
502 png_bytep nxt = row + 3; local
534 SD(out0, nxt);
535 nxt += 8;
536 SW(out1, nxt);
537 nxt += 4;
546 png_bytep nxt = row; local
562 SW(out0, nxt);
597 png_bytep nxt = row; local
658 png_bytep nxt; local
729 png_bytep nxt; local
    [all...]
  /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
EventSetImpl.java 837 Event nxt = get(cursor); local
839 return nxt;
  /external/u-boot/cmd/
nvedit.c 682 int i, nxt, c; local
684 for (i = 0; env_get_char(i) != '\0'; i = nxt + 1) {
687 for (nxt = i; (c = env_get_char(nxt)) != '\0'; ++nxt) {
690 if (nxt >= CONFIG_ENV_SIZE)
  /external/wpa_supplicant_8/src/utils/
eloop.c 448 int nxt = 0; local
459 pollfds[nxt].fd = fd;
460 pollfds[nxt].events = POLLIN;
461 pollfds[nxt].revents = 0;
462 pollfds_map[fd] = &(pollfds[nxt]);
463 nxt++;
477 pfd = &(pollfds[nxt]);
482 nxt++;
503 pfd = &(pollfds[nxt]);
508 nxt++
    [all...]
  /external/u-boot/tools/env/
fw_env.c 399 char *env, *nxt; local
401 for (env = environment.data; *env; env = nxt + 1) {
404 for (nxt = env; *nxt; ++nxt) {
405 if (nxt >= &environment.data[ENV_SIZE]) {
425 char *env, *nxt; local
427 for (env = default_environment; *env; env = nxt + 1) {
430 for (nxt = env; *nxt; ++nxt)
466 char *env, *nxt; local
533 char *env, *nxt; local
    [all...]
  /external/libxml2/
parser.c 1440 const xmlChar *cur = lang, *nxt; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c 4496 const char *nxt = (quant == XML_CQUANT_NONE local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c 4618 const char *nxt = (quant == XML_CQUANT_NONE local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c 4496 const char *nxt = (quant == XML_CQUANT_NONE local
    [all...]
  /external/expat/lib/
xmlparse.c 5209 const char *nxt = (quant == XML_CQUANT_NONE local
    [all...]
  /external/python/cpython2/Modules/expat/
xmlparse.c 5209 const char *nxt = (quant == XML_CQUANT_NONE local
    [all...]
  /external/python/cpython3/Modules/expat/
xmlparse.c 5209 const char *nxt = (quant == XML_CQUANT_NONE local
    [all...]
  /external/caliper/lib/
gson-2.2.2.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 3607 milliseconds