HomeSort by relevance Sort by last modified time
    Searched refs:np (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /external/openssl/crypto/bn/asm/
alpha-mont.pl 22 $np="a3"; # const BN_ULONG *np,
88 ldq $hi1,0($np) # np[0]
90 ldq $nj,8($np)
109 s8addq $j,$np,$nj
136 s8addq $j,$np,$nj
169 ldq $hi1,0($np)
170 ldq $nj,8($np)
203 s8addq $j,$np,$nj #U
    [all...]
mips3-mont.pl 25 $np="a3"; # const BN_ULONG *np,
78 ld $nj,0($np) # np[0]
96 ld $nlo,8($np)
123 PTR_ADD $nj,$np,$j
178 ld $nj,($np)
179 ld $nlo,8($np)
211 PTR_ADD $nj,$np,$j
278 ld $lo1,($np)
    [all...]
x86-mont.pl 46 $np="ebp";
73 # pointer and ap argument [np is also position sensitive vector,
92 &mov ("edx",&DWP(3*4,"esi"));# const BN_ULONG *np
126 &mov ($np,$_np);
133 &movd ($car1,&DWP(0,$np)); # np[0]
142 &pmuludq($car1,$mul1); # "t[0]"*np[0]*n0
145 &movd ($acc1,&DWP(4,$np)); # np[1]
154 &pmuludq($acc1,$mul1); # np[j]*m
    [all...]
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 518 byte[] np = bm.getNinePatchChunk();
519 final boolean isNinePatch = np != null && NinePatch.isNinePatchChunk(np);
529 np = nativeScaleNinePatch(np, scale, outPadding);
530 bm.setNinePatchChunk(np);
  /external/tcpdump/
print-atalk.c 381 nbp_print(register const struct atNBP *np, u_int length, register u_short snet,
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->id
    [all...]
print-isakmp.c 108 /* isakmp->np */
114 /* isakmp->np */
427 const u_char *cp, *np; local
458 np = (u_char *)ext + sizeof(sa);
463 np += sizeof(ident);
466 ext = (struct isakmp_gen *)np;
1181 isakmp_sub0_print(u_char np, const struct isakmp_gen *ext, const u_char *ep,
1202 if (NPFUNC(np)) {
1207 cp = (*npfunc[np])(ext, item_len, ep, phase, doi, proto, depth);
1209 printf("%s", NPSTR(np));
1286 u_char np; local
    [all...]
isakmp.h 103 u_int8_t np; /* Next Payload Type */ member in struct:isakmp
153 u_int8_t np; /* Next Payload */ member in struct:isakmp_gen
  /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;
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp 209 ImageTypeShortBase *s, *ns, *ls, *p, *np; local
217 np = p + in->pitch;
220 for (; s < ls; s = ns, ns += scr->pitch, p = np, np += in->pitch) {
236 np = p + pitch2;
237 for (; s < ls; s = ns, ns += out->pitch, p = np, np += pitch2) {
  /external/openssl/crypto/
sparcv9cap.c 17 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num)
19 int bn_mul_mont_fpu(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
20 int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
24 return bn_mul_mont_fpu(rp,ap,bp,np,n0,num);
26 return bn_mul_mont_int(rp,ap,bp,np,n0,num);
  /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];
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 775 byte[] np = bm.getNinePatchChunk();
776 if (np == null || !NinePatch.isNinePatchChunk(np)) {
777 np = null;
780 return drawableFromBitmap(res, bm, np, pad, srcName);
    [all...]
  /external/dropbear/
scp.c 835 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, strerror(errno))
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_inf.c 137 u_int8_t np;
178 np = gen->np;
181 if (isakmp->np != ISAKMP_NPTYPE_HASH) {
277 s_isakmp_nptype(np));
316 s_isakmp_nptype(gen->np));
602 d->h.np = ISAKMP_NPTYPE_NONE;
666 d->h.np = ISAKMP_NPTYPE_NONE;
742 n->h.np = ISAKMP_NPTYPE_NONE;
804 n->h.np = ISAKMP_NPTYPE_NONE
136 u_int8_t np; local
    [all...]
  /external/clang/test/SemaCXX/
destructor.cpp 177 struct NP {};
232 NP* np = new NP(); local
233 delete np;
236 NP* np = new NP[4]; local
237 delete[] np;
c99-variable-length-array.cpp 7 NonPOD np; member in struct:NonPOD2
  /external/qemu/slirp/
socket.h 91 size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np);
  /external/ppp/pppd/
main.c 1838 struct notifier *np; local
1859 struct notifier *np; local
1878 struct notifier *np; local
    [all...]
  /external/srec/srec/cfront/
frontobj.c 383 freqobj->np = 1 << freqobj->lognp; /* fft sizing */
384 while (freqobj->np < freqobj->window_length)
385 freqobj->np *= 2, freqobj->lognp++;
386 while (freqobj->np < 128)
387 freqobj->np *= 2, freqobj->lognp++;
388 if (freqobj->np > NP)
395 / ((double)freqobj->np / (double)256));
399 / ((double)freqobj->np / (double)256));
403 freqobj->window_length = freqobj->np;
    [all...]
  /system/core/sh/
parser.c 1198 union node *np; local
1200 np = (union node *)stalloc(sizeof (struct nfile));
1202 np->nfile.fd = 1;
1205 np->type = NAPPEND;
1207 np->type = NCLOBBER;
1209 np->type = NTOFD;
1211 np->type = NTO;
1215 np->nfile.fd = 0;
1219 np = (union node *)stalloc(sizeof (struct nhere));
1220 np->nfile.fd = 0
    [all...]
jobs.c 1246 union node *np; local
1321 for (np = n->ncase.cases; np; np = np->nclist.next) {
1322 cmdtxt(np->nclist.pattern);
1324 cmdtxt(np->nclist.body);
1380 cmdlist(union node *np, int sep)
1382 for (; np; np = np->narg.next)
    [all...]
  /external/javassist/src/main/javassist/expr/
NewExpr.java 34 MethodInfo m, String type, int np) {
37 newPos = np;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/laload/
Test_laload.java 67 } catch (NullPointerException np) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lastore/
Test_lastore.java 67 } catch (NullPointerException np) {
  /external/qemu/slirp-android/
socket.h 96 size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np);

Completed in 947 milliseconds

12 3 4 5