HomeSort by relevance Sort by last modified time
    Searched refs:nxt (Results 1 - 25 of 33) sorted by null

1 2

  /cts/tools/dasm/src/java_cup/
lalr_transition.java 22 * @param nxt next transition in linked list.
24 public lalr_transition(symbol on_sym, lalr_state to_st, lalr_transition nxt)
36 _next = nxt;
  /hardware/intel/common/wrs_omxil_core/utils/inc/
list.h 69 #define list_foreach_safe(list, ptr, nxt) \
70 for (ptr = list, nxt = __list_next(ptr); \
72 ptr = nxt, nxt = __list_next(ptr))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_lfstack.h 54 T *nxt = cur->next;
56 u64 xch = (u64)(uptr)nxt | cnt;
  /external/tcpdump/
addrtoname.c 83 struct hnamemem *nxt; member in struct:hnamemem
137 struct h6namemem *nxt; member in struct:h6namemem
230 for (; p->nxt; p = p->nxt) {
235 p->nxt = newhnamemem();
286 for (; p->nxt; p = p->nxt) {
291 p->nxt = newh6namemem();
586 for (tp = &eprototable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
    [all...]
print-tcp.c 78 struct tcp_seq_hash *nxt; member in struct:tcp_seq_hash
92 struct tcp_seq_hash6 *nxt; member in struct:tcp_seq_hash6
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)
815 uint8_t nxt; local
    [all...]
print-atalk.c 530 struct hnamemem *nxt; member in struct:hnamemem
567 tp->nxt; tp = tp->nxt)
570 tp->nxt = newhnamemem();
576 for (tp = &hnametable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
582 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt)
585 tp->nxt = newhnamemem();
593 tp->nxt = newhnamemem()
    [all...]
  /system/vold/
Devmapper.cpp 84 unsigned nxt = 0; local
86 n = (struct dm_name_list *) (((char *) n) + nxt);
108 nxt = n->next;
109 } while (nxt);
  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.c 562 PreconditionList *nxt;
571 nxt = prev->next;
572 while (nxt != NULL)
574 prev = nxt;
575 nxt = nxt->next;
617 BuildInstr *nxt;
625 nxt = prev->next;
626 while (nxt != 0)
628 prev = nxt;
560 PreconditionList *nxt; local
615 BuildInstr *nxt; local
637 BuildOp *nxt; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 443 int nxt = 0; local
454 pollfds[nxt].fd = fd;
455 pollfds[nxt].events = POLLIN;
456 pollfds[nxt].revents = 0;
457 pollfds_map[fd] = &(pollfds[nxt]);
458 nxt++;
472 pfd = &(pollfds[nxt]);
477 nxt++;
498 pfd = &(pollfds[nxt]);
503 nxt++
    [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/libxml2/
parser.c 1435 const xmlChar *cur = lang, *nxt; local
    [all...]
  /external/curl/lib/
easy.c 515 struct socketmonitor *nxt = m->next; local
518 prev->next = nxt;
520 ev->list = nxt;
522 m = nxt;
  /toolchain/binutils/binutils-2.25/gas/
macro.c 1369 size_t nxt; local
1374 nxt = sb_skip_white (idx + 1, in);
1375 if (nxt >= in->len)
1377 idx = nxt;
  /external/opencv3/3rdparty/openexr/Imath/
ImathMatrixAlgo.h 695 int nxt[3] = {1, 2, 0}; local
716 j = nxt[i];
717 k = nxt[j];
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar 
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar 
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar 
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /external/caliper/lib/
gson-2.2.2.jar 
  /external/expat/lib/
xmlparse.c 4666 const char *nxt = (quant == XML_CQUANT_NONE local
    [all...]

Completed in 524 milliseconds

1 2