HomeSort by relevance Sort by last modified time
    Searched refs:np (Results 101 - 125 of 268) sorted by null

1 2 3 45 6 7 8 91011

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
s390x-mont.pl 69 $np="%r5"; # const BN_ULONG *np,
134 lg $nlo,0($np) #
136 mlgr $nhi,$mn0 # np[0]*m1
153 lg $nlo,0($j,$np)
155 mlgr $nhi,$mn0 # np[j]*m1
186 lg $nlo,0($np) # np[0]
188 mlgr $nhi,$mn0 # np[0]*m1
207 lg $nlo,0($j,$np)
    [all...]
x86_64-mont5.pl 38 $np="%rcx"; # const BN_ULONG *np,
140 mov ($np),%rax
154 mulq $m1 # np[0]*m1
168 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0]
177 mov ($np,$j,8),%rax
182 mulq $m1 # np[j]*m1
191 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0]
219 mov ($np),%rax
234 mulq $m1 # np[0]*m
    [all...]
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...]
  /external/openssl/crypto/bn/asm/
s390x-mont.pl 69 $np="%r5"; # const BN_ULONG *np,
134 lg $nlo,0($np) #
136 mlgr $nhi,$mn0 # np[0]*m1
153 lg $nlo,0($j,$np)
155 mlgr $nhi,$mn0 # np[j]*m1
186 lg $nlo,0($np) # np[0]
188 mlgr $nhi,$mn0 # np[0]*m1
207 lg $nlo,0($j,$np)
    [all...]
x86_64-mont5.pl 38 $np="%rcx"; # const BN_ULONG *np,
140 mov ($np),%rax
154 mulq $m1 # np[0]*m1
168 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0]
177 mov ($np,$j,8),%rax
182 mulq $m1 # np[j]*m1
191 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0]
219 mov ($np),%rax
234 mulq $m1 # np[0]*m
    [all...]
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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c 341 int np = 0; local
346 points[np][0] = orig->x1;
347 points[np][1] = orig->y1;
349 ++np;
351 points[np][0] = orig->x2;
352 points[np][1] = orig->y2;
353 ++np;
355 map[1] = np - 1;
357 points[np][0] = orig->x3;
358 points[np][1] = orig->y3
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 341 int np = 0; local
346 points[np][0] = orig->x1;
347 points[np][1] = orig->y1;
349 ++np;
351 points[np][0] = orig->x2;
352 points[np][1] = orig->y2;
353 ++np;
355 map[1] = np - 1;
357 points[np][0] = orig->x3;
358 points[np][1] = orig->y3
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashMap.h 73 - (void)deleteANTLRHashMap:(ANTLRMapElement *)np;
75 - (void)delete_chain:(ANTLRMapElement *)np;
81 - (void)setptrBuffer:(ANTLRMapElement *)np Index:(int)idx;
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_clip.c 229 static int test_cliptest_function( clip_func func, int np,
321 if ( np || psize < 4 )
352 int np, psize; local
381 for ( np = 0 ; np < 2 ; np++ ) {
383 clip_func func = clip_tab[np][psize];
384 long *cycles = &(benchmark_tab[np][psize-1]);
386 if ( test_cliptest_function( func, np, psize, cycles ) == 0 ) {
389 cnames[np], psize, description )
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/lhash/
lhash.c 437 LHASH_NODE **n,**n1,**n2,*np; local
449 for (np= *n1; np != NULL; )
452 hash=np->hash;
454 hash=lh->hash(np->data);
460 np->next= *n2;
461 *n2=np;
465 np= *n1;
493 LHASH_NODE **n,*n1,*np; local
495 np=lh->b[lh->p+lh->pmax-1]
    [all...]
  /external/mesa3d/src/mesa/math/
m_debug_clip.c 229 static int test_cliptest_function( clip_func func, int np,
321 if ( np || psize < 4 )
352 int np, psize; local
381 for ( np = 0 ; np < 2 ; np++ ) {
383 clip_func func = clip_tab[np][psize];
384 long *cycles = &(benchmark_tab[np][psize-1]);
386 if ( test_cliptest_function( func, np, psize, cycles ) == 0 ) {
389 cnames[np], psize, description )
    [all...]
  /external/libpng/
pngset.c 983 png_sPLT_tp np; local
991 np = png_voidcast(png_sPLT_tp,png_realloc_array(png_ptr,
993 sizeof *np));
995 if (np == NULL)
1003 info_ptr->splt_palettes = np;
1006 np += info_ptr->splt_palettes_num;
1021 np->depth = entries->depth;
1027 np->name = png_voidcast(png_charp, png_malloc_base(png_ptr, length));
1029 if (np->name == NULL)
1032 memcpy(np->name, entries->name, length)
1110 png_unknown_chunkp np; local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 348 f->re[info(v)].lval.np = right(v);
607 Node *np; local
617 np = regexp();
620 return(np);
630 Node *np; local
634 np = op2(CHAR, NIL, itonp(rlxval));
636 return (unary(np));
647 np = op2(CCL, NIL, (Node*) cclenter((char *) rlxstr));
649 return (unary(np));
651 np = op2(NCCL, NIL, (Node *) cclenter((char *) rlxstr))
    [all...]
  /external/clang/test/CXX/special/class.copy/
p15-0x.cpp 36 NonPOD np = may_throw<NonPOD>(); member in struct:PR11418::X
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 327 char (*np)(const char*, int, const char*, double, const char*, int) = N;
328 np("\n3 = ", 3, "\n6.14 = ", 6.14, "\n4'123'456 = ", 4'123'456);
347 char (*np)(const char*, int, const char*, double, const char*, int) = N;
348 np("\n3 = ", 3, "\n6.14 = ", 6.14, "\n4'123'456 = ", 4'123'456);
375 char (*np)(const char*, int, const char*, double, const char*, int) = N;
376 np("\n3 = ", 3, "\n6.14 = ", 6.14, "\n4'123'456 = ", 4'123'456);
411 char (*np)(const char*, int, const char*, double, const char*, int) = N;
412 np("\n3 = ", 3, "\n6.14 = ", 6.14, "\n4'123'456 = ", 4'123'456);
448 char (*np)(const char*, int, const char*, double, const char*, int) = O;
449 np("\n3 = ", 3, "\n6.14 = ", 6.14, "\n4'123'456 = ", 4'123'456)
561 char (*np)(const char*, int, const char*, double, const char*, int) = O; member in namespace:nested_non_capturing_lambda_tests::at_ns_scope
687 char (*np)(const char*, int, const char*, double, const char*, int) = O; member in namespace:nested_non_capturing_lambda_tests::at_ns_scope_within_class_member
729 char (*np)(const char*, int, const char*, double, const char*, int) = O; member in namespace:nested_non_capturing_lambda_tests::at_ns_scope_within_class_template_member
    [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)
  /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 (%u)", np->control, np->id
    [all...]
  /development/perftests/panorama/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) {
  /external/icu/icu4c/source/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/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);

Completed in 2642 milliseconds

1 2 3 45 6 7 8 91011