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

1 2 3 45 6 7 8 91011

  /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/openssl/crypto/bn/asm/
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...]
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/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/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...]
print-isakmp.c 125 u_char np, const struct isakmp_gen *ext,
151 /* isakmp->np */
166 /* isakmp->np */
228 #define CHECKLEN(p, np) \
230 ND_PRINT((ndo," [|%s]", NPSTR(np))); \
551 const u_char *cp, *np; local
581 np = (u_char *)ext + sizeof(sa);
586 np += sizeof(ident);
589 ext = (struct isakmp_gen *)np;
2214 u_char np; local
2384 u_char np; local
    [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/chromium_org/third_party/icu/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;
  /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/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/chromium_org/third_party/boringssl/src/crypto/bn/asm/
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...]
x86_64-mont.pl 75 $np="%rcx"; # const BN_ULONG *np,
142 mov ($np),%rax
147 mulq $m1 # np[0]*m1
161 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0]
170 mov ($np,$j,8),%rax
175 mulq $m1 # np[j]*m1
182 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0]
204 mov ($np),%rax
210 mulq $m1 # np[0]*m
    [all...]
  /external/e2fsprogs/util/
symlinks.c 165 char *p, *np, *lp, *tail, *msg; local
242 np = new;
245 *np++ = '.';
246 *np++ = '.';
247 *np++ = '/';
251 strcpy (np, tail);
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
montgomery.c 342 BN_ULONG *ap, *np, *rp, n0, v, carry;
358 np = n->d;
370 v = bn_mul_add_words(rp, np, nl, (rp[0] * n0) & BN_MASK2);
390 v = bn_sub_words(rp, ap, np, nl) - carry;
430 BN_ULONG *ap,*np,*rp,n0,v,carry; local
441 np=n->d;
457 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);
475 v=bn_sub_words(rp,ap,np,nl)-carry;

Completed in 1310 milliseconds

1 2 3 45 6 7 8 91011