Searched defs:np (Results 1 - 25 of 42) sorted by relevance

12

/external/dropbear/libtomcrypt/src/math/
H A Dmulti.c19 int np = 0; local
30 while (np--) {
37 ++np;
/external/bluetooth/glib/glib/gnulib/
H A Dprintf-parse.c114 const char *np; local
116 for (np = cp; *np >= '0' && *np <= '9'; np++)
118 if (*np == '$')
122 for (np = cp; *np >= '0' && *np <= '9'; np
181 const char *np; local
230 const char *np; local
[all...]
/external/e2fsprogs/intl/
H A Dprintf-parse.c137 const CHAR_T *np; local
139 for (np = cp; *np >= '0' && *np <= '9'; np++)
141 if (*np == '$')
145 for (np = cp; *np >= '0' && *np <= '9'; np
207 const CHAR_T *np; local
264 const CHAR_T *np; local
[all...]
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
H A Dalloca.c162 register header *np = hp->h.next; local
166 hp = np; /* -> next header */
/external/libpcap/bpf/net/
H A Dbpf_filter.c138 register u_char *cp, *np; local
151 np = mtod(m0, u_char *);
155 return (cp[0] << 24) | (np[0] << 16) | (np[1] << 8) | np[2];
158 return (cp[0] << 24) | (cp[1] << 16) | (np[0] << 8) | np[1];
161 return (cp[0] << 24) | (cp[1] << 16) | (cp[2] << 8) | np[0];
/external/bluetooth/bluez/src/
H A Dmain.c220 register int sp, np, olen; local
230 sp = np = 0;
231 while (np < size - 1 && str[sp]) {
264 dst[np++] = str[sp++];
274 if (np + olen < size - 1)
275 memcpy(dst + np, opt, olen);
276 np += olen;
285 dst[np++] = str[sp++];
289 dst[np] = '\0';
/external/icu4c/samples/uresb/
H A Duresb.c189 UChar *newstr, *np; local
201 for (sp = string, np = newstr; *sp; ++sp) {
204 *np++ = 0x005C;
205 *np++ = 0x006E;
209 *np++ = 0x005C;
212 *np++ = *sp;
216 *np = 0;
/external/ipsec-tools/src/racoon/
H A Disakmp_quick.c160 int np;
256 np = ISAKMP_NPTYPE_KE;
258 np = ISAKMP_NPTYPE_ID;
260 np = ISAKMP_NPTYPE_NONE;
261 p = set_isakmp_payload(p, iph2->nonce, np);
264 np = (idci || idcr) ? ISAKMP_NPTYPE_ID : ISAKMP_NPTYPE_NONE;
266 p = set_isakmp_payload(p, iph2->dhpub, np);
269 np = (idcr) ? ISAKMP_NPTYPE_ID : ISAKMP_NPTYPE_NONE;
271 p = set_isakmp_payload(p, iph2->id, np);
1256 np_p = &((struct isakmp_gen *)p)->np; /* XX
159 int np; local
[all...]
H A Disakmp_inf.c138 u_int8_t np;
178 np = gen->np;
181 if (isakmp->np != ISAKMP_NPTYPE_HASH) {
275 s_isakmp_nptype(np));
314 s_isakmp_nptype(gen->np));
602 d->h.np = ISAKMP_NPTYPE_NONE;
666 d->h.np = ISAKMP_NPTYPE_NONE;
752 n->h.np = ISAKMP_NPTYPE_NONE;
814 n->h.np
137 u_int8_t np; local
[all...]
H A Disakmp_cfg.c145 int np; local
189 np = packet->np;
190 while ((tlen > 0) && (np != ISAKMP_NPTYPE_NONE)) {
205 plog(LLV_DEBUG, LOCATION, NULL, "Seen payload %d\n", np);
208 switch(np) {
255 "Unexpected next payload %d\n", np);
261 np = ph->np;
1113 isakmp_cfg_send(iph1, payload, np, flag
[all...]
/external/libpcap/
H A Dnametoaddr.c151 struct netent *np; local
153 if ((np = getnetbyname(name)) != NULL)
154 return np->n_net;
/external/openssl/crypto/bn/
H A Dbn_mont.c200 BN_ULONG *ap,*np,*rp,n0,v,*nrp; local
215 np=n->d;
246 v=bn_mul_add_words(rp,np,nl,(BN_ULONG) t1);
249 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);
284 v=bn_sub_words(rp,ap,np,ri);
347 BN_ULONG *ap,*np,*rp,n0,v,*nrp; local
368 np=n->d;
399 v=bn_mul_add_words(rp,np,nl,(BN_ULONG) t1);
402 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);
440 v=bn_sub_words(rp,ap,np,r
[all...]
/external/openssl/crypto/lhash/
H A Dlhash.c307 LHASH_NODE **n,**n1,**n2,*np; local
343 for (np= *n1; np != NULL; )
346 hash=np->hash;
348 hash=lh->hash(np->data);
354 np->next= *n2;
355 *n2=np;
359 np= *n1;
366 LHASH_NODE **n,*n1,*np; local
369 np
[all...]
/external/qemu/slirp/
H A Dsocket.c88 size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np) argument
143 if (np)
144 *np = n;
/external/qemu/slirp-android/
H A Dsocket.c96 size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np) argument
151 if (np)
152 *np = n;
/external/tcpdump/
H A Dprint-domain.c322 register const u_char *np = cp; local
351 cp = ns_nprint(np, bp);
562 register const HEADER *np; local
567 np = (const HEADER *)bp;
568 TCHECK(*np);
570 qdcount = EXTRACT_16BITS(&np->qdcount);
571 ancount = EXTRACT_16BITS(&np->ancount);
572 nscount = EXTRACT_16BITS(&np->nscount);
573 arcount = EXTRACT_16BITS(&np->arcount);
575 if (DNS_QR(np)) {
[all...]
H A Dprint-atalk.c381 nbp_print(register const struct atNBP *np, u_int length, register u_short snet, argument
385 (const struct atNBPtuple *)((u_char *)np + nbpHeaderSize);
406 switch (i = np->control & 0xf0) {
411 np->id);
422 if ((np->control & 0xf) != 1)
423 (void)printf(" [ntup=%d]", np->control & 0xf);
434 (void)printf(" nbp-reply %d:", np->id);
437 for (i = np->control & 0xf; --i >= 0 && tp; )
442 (void)printf(" nbp-0x%x %d (%d)", np->control, np
[all...]
H A Dprint-lwres.c300 const struct lwres_lwpacket *np; local
307 np = (const struct lwres_lwpacket *)bp;
308 TCHECK(np->authlength);
311 v = EXTRACT_16BITS(&np->version);
315 s = (const char *)np + EXTRACT_32BITS(&np->length);
319 response = EXTRACT_16BITS(&np->pktflags) & LWRES_LWPACKETFLAG_RESPONSE;
322 v = EXTRACT_32BITS(&np->opcode);
327 v = EXTRACT_16BITS(&np->pktflags);
333 printf("serial:0x%x", EXTRACT_32BITS(&np
[all...]
/external/openssl/crypto/conf/
H A Dconf_def.c517 char *s,*e,*rp,*p,*rrp,*np,*cp,v; local
589 e=np=s;
594 cp=np;
599 np=e;
616 * np which is the start of the name string which is
624 p=_CONF_get_string(conf,cp,np);
/external/fsck_msdos/
H A Ddir.c173 char *cp, *np; local
179 np = dir->lname[0] ? dir->lname : dir->name;
180 nl = strlen(np);
183 memcpy(cp, np, nl);
279 struct dirTodoNode *p, *np; local
282 for (p = pendingDirectories; p; p = np) {
283 np = p->next;
/external/icu4c/tools/genrb/
H A Dderb.c377 UChar *newstr, *np; local
389 for (sp = string, np = newstr; *sp; ++sp) {
392 *np++ = 0x005C;
393 *np++ = 0x006E;
397 *np++ = 0x005C;
400 *np++ = *sp;
404 *np = 0;
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11modes.c765 int j, np; local
794 pf = XListPixmapFormats(SDL_Display, &np);
797 for(j = 0; j < np; j++)
800 this->hidden->visuals[i].bpp = j < np ? pf[j].bits_per_pixel : d;
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
H A Dalloca.c183 register header *np = hp->h.next; local
187 hp = np; /* -> next header. */
/external/bluetooth/bluez/test/
H A Dhciemu.c409 evt_num_comp_pkts *np; local
421 np = (void *) ptr; ptr += EVT_NUM_COMP_PKTS_SIZE;
422 np->num_hndl = 1;
/external/dropbear/
H A Dscp.c835 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local
952 np = namebuf;
954 np = targ;
956 exists = stat(np, &stb) == 0;
967 (void) chmod(np, mode);
972 if (mkdir(np, mode | S_IRWXU) < 0)
975 vect[0] = xstrdup(np);
991 if ((ofd = open(np, O_WRONLY|O_CREAT, mode)) < 0) {
992 bad: run_err("%s: %s", np, strerror(errno));
1053 run_err("%s: truncate: %s", np, strerro
[all...]

Completed in 226 milliseconds

12