/external/chromium_org/third_party/openssl/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...] |
/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...] |
/cts/suite/audio_quality/test_description/processing/ |
check_spectrum.py | 18 import numpy as np namespace 59 amplitudeRatio = np.sqrt(abs(Pdd[iLow:iHigh]/Phh[iLow:iHigh])) 60 ratioMean = np.mean(amplitudeRatio) 68 RatioResult = np.zeros(len(amplitudeRatio), dtype=np.int16) 76 monoData = np.zeros(n)
|
playback_thd.py | 18 import numpy as np namespace
|
recording_thd.py | 18 import numpy as np namespace
|
/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...] |
/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 | 215 ImageTypeShortBase *s, *ns, *ls, *p, *np; local 223 np = p + in->pitch; 226 for (; s < ls; s = ns, ns += scr->pitch, p = np, np += in->pitch) { 242 np = p + pitch2; 243 for (; s < ls; s = ns, ns += out->pitch, p = np, np += pitch2) {
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
Pyramid.cpp | 215 ImageTypeShortBase *s, *ns, *ls, *p, *np; local 223 np = p + in->pitch; 226 for (; s < ls; s = ns, ns += scr->pitch, p = np, np += in->pitch) { 242 np = p + pitch2; 243 for (; s < ls; s = ns, ns += out->pitch, p = np, np += pitch2) {
|
/packages/apps/LegacyCamera/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/chromium_org/third_party/openssl/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); 25 return bn_mul_mont_fpu(rp,ap,bp,np,n0,num); 27 return bn_mul_mont_int(rp,ap,bp,np,n0,num);
|
/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); 25 return bn_mul_mont_fpu(rp,ap,bp,np,n0,num); 27 return bn_mul_mont_int(rp,ap,bp,np,n0,num);
|
/external/clang/test/SemaCXX/ |
explicit.cpp | 152 NotPtr np; local 155 delete np; // expected-error {{converting delete expression from type 'NotPtr' to type 'int *' invokes an explicit conversion function}}
|
/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 | 842 byte[] np = bm.getNinePatchChunk(); 843 if (np == null || !NinePatch.isNinePatchChunk(np)) { 844 np = null; [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/openssh/ |
scp.c | 912 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local 1029 np = namebuf; 1031 np = targ; 1033 exists = stat(np, &stb) == 0; 1044 (void) chmod(np, mode); 1049 if (mkdir(np, mode | S_IRWXU) < 0) 1052 vect[0] = xstrdup(np); 1068 if ((ofd = open(np, O_WRONLY|O_CREAT, mode)) < 0) { 1069 bad: run_err("%s: %s", np, strerror(errno)); 1125 run_err("%s: truncate: %s", np, strerror(errno)) [all...] |
/external/ipsec-tools/src/racoon/ |
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/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_exp.c | 686 const void *table,const BN_ULONG *np, 693 BN_ULONG *np=mont->N.d, *n0=mont->n0; local 702 bn_mul_mont(tmp.d,am.d,am.d,np,n0,top); 709 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1); 716 bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top); 722 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1); 726 bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top); 732 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1); 734 bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top); 739 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
inttree.c | 499 } *np; local 503 np = yasm_xmalloc(sizeof(struct nodeent)); 504 np->node = x->left; 505 SLIST_INSERT_HEAD(&stuffToFree, np, link); 508 np = yasm_xmalloc(sizeof(struct nodeent)); 509 np->node = x->right; 510 SLIST_INSERT_HEAD(&stuffToFree, np, link); 514 np = SLIST_FIRST(&stuffToFree); 515 x = np->node; 517 yasm_xfree(np); [all...] |