HomeSort by relevance Sort by last modified time
    Searched defs:np (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/dropbear/libtomcrypt/src/math/
multi.c 19 int np = 0; local
30 while (np--) {
37 ++np;
  /bionic/libc/stdlib/
getenv.c 50 const char *np; local
55 for (np = name; *np && *np != '='; ++np)
57 len = np - name;
59 for (np = name, i = len; i && *cp; i--)
60 if (*cp++ != *np++)
  /frameworks/base/libs/rs/java/Fountain/res/raw/
fountain.c 21 struct point_s * np = &p[newPart]; local
24 vec2Rand((float *)&np->delta.x, rMax);
25 np->position.x = x;
26 np->position.y = y;
27 np->color = color;
29 np++;
32 np = &p[newPart];
  /external/bluetooth/glib/glib/gnulib/
printf-parse.c 114 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...]
  /libcore/luni/src/main/java/java/util/
PropertyPermissionCollection.java 46 Permission np = new PropertyPermission(perm.getName(), local
48 permissions.put(perm.getName(), np); local
  /external/e2fsprogs/intl/
printf-parse.c 137 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/
alloca.c 162 register header *np = hp->h.next; local
166 hp = np; /* -> next header */
  /system/core/sh/
show.c 126 union node *np; local
132 for (np = cmd->ncmd.args ; np ; np = np->narg.next) {
135 sharg(np, fp);
138 for (np = cmd->ncmd.redirect ; np ; np = np->nfile.next)
    [all...]
  /external/bluetooth/bluez/src/
main.c 235 register int sp, np, olen; local
245 sp = np = 0;
246 while (np < size - 1 && str[sp]) {
279 dst[np++] = str[sp++];
289 if (np + olen < size - 1)
290 memcpy(dst + np, opt, olen);
291 np += olen;
300 dst[np++] = str[sp++];
304 dst[np] = '\0';
  /external/icu4c/samples/uresb/
uresb.c 189 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/libpcap/bpf/net/
bpf_filter.c 138 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/openssl/crypto/bn/
bn_mont.c 180 BN_ULONG *ap,*np,*rp,n0,v,*nrp; local
195 np=n->d;
226 v=bn_mul_add_words(rp,np,nl,(BN_ULONG) t1);
229 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);
266 v=bn_sub_words(rp,ap,np,ri);
  /external/openssl/crypto/lhash/
lhash.c 312 LHASH_NODE **n,**n1,**n2,*np; local
324 for (np= *n1; np != NULL; )
327 hash=np->hash;
329 hash=lh->hash(np->data);
335 np->next= *n2;
336 *n2=np;
340 np= *n1;
368 LHASH_NODE **n,*n1,*np; local
370 np=lh->b[lh->p+lh->pmax-1]
    [all...]
  /bootable/bootloader/legacy/usbloader/
usbloader.c 86 unsigned *np = newtags; local
93 *np++ = 2;
94 *np++ = 0x54410001;
112 *np++ = *tags++;
120 *np++ = 4;
121 *np++ = 0x54420005;
122 *np++ = ramdisk_addr;
123 *np++ = ramdisk_size;
132 char *str = (char*) (np + 2);
147 len = ((str - ((char*) (np + 2))) + 3) / 4
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 160 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; /* XXX *
159 int np; local
    [all...]
isakmp_inf.c 138 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 = ISAKMP_NPTYPE_NONE
137 u_int8_t np; local
    [all...]
  /external/libpcap/
nametoaddr.c 151 struct netent *np; local
153 if ((np = getnetbyname(name)) != NULL)
154 return np->n_net;
  /external/openssl/crypto/conf/
conf_def.c 517 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/tcpdump/
print-domain.c 322 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...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 442 NinePatch np = new NinePatch(bitmap, bitmap.getNinePatchChunk(), null); local
443 return new NinePatchDrawable(mResources, np);
  /external/chromium/third_party/icu/source/tools/genrb/
derb.c 377 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/icu4c/tools/genrb/
derb.c 377 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/libpng/
pngset.c 903 png_sPLT_tp np; local
909 np = (png_sPLT_tp)png_malloc_warn(png_ptr,
912 if (np == NULL)
918 png_memcpy(np, info_ptr->splt_palettes,
925 png_sPLT_tp to = np + info_ptr->splt_palettes_num + i;
954 info_ptr->splt_palettes = np;
968 png_unknown_chunkp np; local
974 np = (png_unknown_chunkp)png_malloc_warn(png_ptr,
977 if (np == NULL)
984 png_memcpy(np, info_ptr->unknown_chunks
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 951 png_sPLT_tp np; local
957 np = (png_sPLT_tp)png_malloc_warn(png_ptr,
959 if (np == NULL)
965 png_memcpy(np, info_ptr->splt_palettes,
972 png_sPLT_tp to = np + info_ptr->splt_palettes_num + i;
1000 info_ptr->splt_palettes = np;
1014 png_unknown_chunkp np; local
1020 np = (png_unknown_chunkp)png_malloc_warn(png_ptr,
1023 if (np == NULL)
1030 png_memcpy(np, info_ptr->unknown_chunks
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 765 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;
    [all...]

Completed in 357 milliseconds

1 2 3