Searched defs:nxt (Results 1 - 18 of 18) sorted by relevance

/external/srec/srec/cfront/
H A Dspec_anl.c275 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/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dre.h17 struct CharPtn *nxt; member in struct:CharPtn
/external/tcpdump/
H A Dprint-atalk.c533 struct hnamemem *nxt; member in struct:hnamemem
569 tp->nxt; tp = tp->nxt)
572 tp->nxt = newhnamemem();
578 for (tp = &hnametable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
584 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt)
587 tp->nxt = newhnamemem();
595 tp->nxt
[all...]
H A Dprint-tcp.c79 struct tcp_seq_hash *nxt; member in struct:tcp_seq_hash
93 struct tcp_seq_hash6 *nxt; member in struct:tcp_seq_hash6
277 th->nxt; th = th->nxt)
282 if (!th->nxt || (flags & TH_SYN)) {
284 if (th->nxt == NULL) {
285 th->nxt = (struct tcp_seq_hash6 *)
287 if (th->nxt == NULL)
333 th->nxt; th = th->nxt)
799 u_int8_t nxt; local
[all...]
H A Daddrtoname.c86 struct hnamemem *nxt; member in struct:hnamemem
140 struct h6namemem *nxt; member in struct:h6namemem
233 for (; p->nxt; p = p->nxt) {
238 p->nxt = newhnamemem();
289 for (; p->nxt; p = p->nxt) {
294 p->nxt = newh6namemem();
589 for (tp = &eprototable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
[all...]
/external/oprofile/opjitconv/
H A Dopjitconv.c440 struct procid * id, * nxt; local
472 for (id = pid_list; id; id = nxt) {
474 nxt = id->next;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop.c348 int nxt = 0; local
359 pollfds[nxt].fd = fd;
360 pollfds[nxt].events = POLLIN;
361 pollfds[nxt].revents = 0;
362 pollfds_map[fd] = &(pollfds[nxt]);
363 nxt++;
377 pfd = &(pollfds[nxt]);
382 nxt++;
403 pfd = &(pollfds[nxt]);
408 nxt
[all...]
/external/wpa_supplicant_8/src/utils/
H A Deloop.c348 int nxt = 0; local
359 pollfds[nxt].fd = fd;
360 pollfds[nxt].events = POLLIN;
361 pollfds[nxt].revents = 0;
362 pollfds_map[fd] = &(pollfds[nxt]);
363 nxt++;
377 pfd = &(pollfds[nxt]);
382 nxt++;
403 pfd = &(pollfds[nxt]);
408 nxt
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop.c348 int nxt = 0; local
359 pollfds[nxt].fd = fd;
360 pollfds[nxt].events = POLLIN;
361 pollfds[nxt].revents = 0;
362 pollfds_map[fd] = &(pollfds[nxt]);
363 nxt++;
377 pfd = &(pollfds[nxt]);
382 nxt++;
403 pfd = &(pollfds[nxt]);
408 nxt
[all...]
/external/iptables/libxtables/
H A Dxtoptions.c1112 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
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c5698 struct sctp_queued_to_read *control = NULL, *ctl = NULL, *nxt = NULL; local
6136 nxt = TAILQ_NEXT(control, next);
6141 if ((nxt) &&
6142 (nxt->length)) {
6144 if (nxt->sinfo_flags & SCTP_UNORDERED) {
6147 if (nxt->spec_flags & M_NOTIFICATION) {
6150 s_extra->sreinfo_next_aid = nxt->sinfo_assoc_id;
6151 s_extra->sreinfo_next_length = nxt->length;
6152 s_extra->sreinfo_next_ppid = nxt->sinfo_ppid;
6153 s_extra->sreinfo_next_stream = nxt
[all...]
/external/libxml2/
H A Dparser.c1400 const xmlChar *cur = lang, *nxt; local
1419 nxt = cur;
1420 while (((nxt[0] >= 'A') && (nxt[0] <= 'Z')) ||
1421 ((nxt[0] >= 'a') && (nxt[0] <= 'z')))
1422 nxt++;
1423 if (nxt - cur >= 4) {
1427 if ((nxt - cur > 8) || (nxt[
[all...]
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c4618 const char *nxt = (quant == XML_CQUANT_NONE local
4626 el = getElementType(parser, enc, s, nxt);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar ... .eclipse.equinox.p2.metadata.IInstallableUnit nxt public void remove () private boolean positionNext () Object val public volatile ...
/external/expat/lib/
H A Dxmlparse.c4618 const char *nxt = (quant == XML_CQUANT_NONE local
4626 el = getElementType(parser, enc, s, nxt);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 428 milliseconds