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

  /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);
  /external/srec/srec/cfront/
spec_anl.c 275 bigdata t, sum, mom, nxt; local
283 nxt = 0;
286 ASSERT(((float)nxt + (float)freqobj->framp[j] *(float)density[j]) < LONG_MAX);
287 ASSERT(((float)nxt + (float)freqobj->framp[j] *(float)density[j]) > -LONG_MAX);
288 nxt += (bigdata) SHIFT_DOWN((bigdata)freqobj->framp[j] * (bigdata)density[j], RAMP_SHIFT);
308 ASSERT(((float)nxt + (float)sum - (float)mom) < LONG_MAX);
309 ASSERT(((float)nxt + (float)sum - (float)mom) > LONG_MIN);
312 t = (bigdata)((SHIFT_UP(nxt + sum - mom, HALF_RAMP_SHIFT)
316 nxt = mom;
  /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 437 Identity *id, *nxt; local
443 for (id = TAILQ_FIRST(&tab->idlist); id; id = nxt) {
444 nxt = TAILQ_NEXT(id, next);
766 Identity *id, *nxt; local
775 for (id = TAILQ_FIRST(&tab->idlist); id; id = nxt) {
776 nxt = TAILQ_NEXT(id, next);
    [all...]
  /external/tcpdump/
print-atalk.c 533 struct hnamemem *nxt; member in struct:hnamemem
571 tp->nxt; tp = tp->nxt)
574 tp->nxt = newhnamemem();
580 for (tp = &hnametable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
586 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt)
589 tp->nxt = newhnamemem();
597 tp->nxt = newhnamemem()
    [all...]
print-tcp.c 83 struct tcp_seq_hash *nxt; member in struct:tcp_seq_hash
386 th->nxt; th = th->nxt)
391 if (!th->nxt || (flags & TH_SYN)) {
393 if (th->nxt == NULL) {
394 th->nxt = (struct tcp_seq_hash *)
396 if (th->nxt == NULL)
747 u_int8_t nxt; local
773 nxt = 0;
774 MD5_Update(&ctx, (char *)&nxt, sizeof(nxt))
    [all...]
addrtoname.c 87 struct hnamemem *nxt; member in struct:hnamemem
141 struct h6namemem *nxt; member in struct:h6namemem
234 for (; p->nxt; p = p->nxt) {
239 p->nxt = newhnamemem();
284 for (; p->nxt; p = p->nxt) {
289 p->nxt = newh6namemem();
547 for (tp = &eprototable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
    [all...]
  /libcore/luni/src/main/java/java/util/
LinkedHashMap.java 53 * The first real entry is header.nxt, and the last is header.prv.
54 * If the map is empty, header.nxt == header && header.prv == header.
141 * LinkedEntry adds nxt/prv double-links to plain HashMapEntry.
144 LinkedEntry<K, V> nxt; field in class:LinkedHashMap.LinkedEntry
150 nxt = prv = this;
155 LinkedEntry<K, V> nxt, LinkedEntry<K, V> prv) {
157 this.nxt = nxt;
167 LinkedEntry<K, V> eldest = header.nxt;
188 LinkedEntry<K, V> eldest = header.nxt;
331 LinkedEntry<K, V> nxt = e.nxt; local
    [all...]
  /external/oprofile/opjitconv/
opjitconv.c 440 struct procid * id, * nxt; local
472 for (id = pid_list; id; id = nxt) {
474 nxt = id->next;
  /external/wpa_supplicant_8/src/utils/
eloop.c 245 int nxt = 0; local
256 pollfds[nxt].fd = fd;
257 pollfds[nxt].events = POLLIN;
258 pollfds[nxt].revents = 0;
259 pollfds_map[fd] = &(pollfds[nxt]);
260 nxt++;
274 pfd = &(pollfds[nxt]);
279 nxt++;
300 pfd = &(pollfds[nxt]);
305 nxt++
    [all...]
  /external/iptables/iptables/
xtoptions.c 1064 char *cur, *nxt; local
1080 id = strtoul(cur, &nxt, strncmp(cur, "0x", 2) == 0 ? 16 : 10);
1081 if (nxt == cur || errno != 0)
1087 cur = nxt;
1095 nxt = cur;
1096 while (*nxt != '\0' && !isspace(*nxt))
1097 ++nxt;
1098 if (nxt == cur)
1100 *nxt = '\0'
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
main.c 89 int lastdfa, *nxt, *chk, *tnxt; variable
536 _( " %d/%d (peak %d) nxt-chk entries created\n" ),
539 _( " %d/%d (peak %d) template nxt-chk entries created\n" ),
1093 nxt = allocate_integer_array( current_max_xpairs );
  /external/libxml2/
parser.c 1361 const xmlChar *cur = lang, *nxt; local
    [all...]
  /external/expat/lib/
xmlparse.c 4618 const char *nxt = (quant == XML_CQUANT_NONE local
    [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 

Completed in 505 milliseconds