HomeSort by relevance Sort by last modified time
    Searched refs:n6 (Results 1 - 13 of 13) sorted by null

  /gdk/samples/PhotoEditor/jni/
convolution.cpp 82 uint8_t* n6 = reinterpret_cast<uint8_t*>(src_prev + 1); local
86 int32_t red = n1[0] + n2[0] + n3[0] + n4[0] + n5[0] + n6[0] + n7[0] + n8[0];
87 int32_t green = n1[1] + n2[1] + n3[1] + n4[1] + n5[1] + n6[1] + n7[1] + n8[1];
88 int32_t blue = n1[2] + n2[2] + n3[2] + n4[2] + n5[2] + n6[2] + n7[2] + n8[2];
  /external/webkit/LayoutTests/fast/dom/HTMLFontElement/script-tests/
size-attribute.js 44 shouldBe('fontSizeAttributeEffect("\\n6")', '"32px"');
65 shouldBe('fontSizeAttributeEffect("\\n+\\n6")', 'null');
72 shouldBe('fontSizeAttributeEffect("\\n-\\n6")', 'null');
  /external/qemu/slirp/
tcp_subr.c 612 u_int n1, n2, n3, n4, n5, n6; local
970 &n1, &n2, &n3, &n4, &n5, &n6, buff);
975 lport = htons((n5 << 8) | (n6));
980 n6 = ntohs(so->so_fport);
982 n5 = (n6 >> 8) & 0xff;
983 n6 &= 0xff;
995 n1, n2, n3, n4, n5, n6, x==7?buff:"");
1002 &n1, &n2, &n3, &n4, &n5, &n6, buff);
1007 lport = htons((n5 << 8) | (n6));
1012 n6 = ntohs(so->so_fport)
    [all...]
  /external/qemu/slirp-android/
tcp_subr.c 767 u_int n1, n2, n3, n4, n5, n6; local
825 &n1, &n2, &n3, &n4, &n5, &n6, buff);
830 lport = (n5 << 8) | (n6);
835 n6 = so->so_faddr_port;
837 n5 = (n6 >> 8) & 0xff;
838 n6 &= 0xff;
850 n1, n2, n3, n4, n5, n6, x==7?buff:"");
857 &n1, &n2, &n3, &n4, &n5, &n6, buff);
862 lport = (n5 << 8) | (n6);
867 n6 = so->so_faddr_port
    [all...]
  /external/llvm/unittests/VMCore/
MetadataTest.cpp 97 MDNode *n6 = MDNode::getIfExists(Context, c2); local
106 EXPECT_EQ(n6, (Value*)0);
  /external/openssl/crypto/ec/
ecp_smpl.c 649 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local
677 n6 = BN_CTX_get(ctx);
678 if (n6 == NULL) goto end;
723 /* n5, n6 */
725 if (!BN_mod_sub_quick(n6, n2, n4, p)) goto end;
727 /* n6 = n2 - n4 */
731 if (BN_is_zero(n6))
774 if (!field_sqr(group, n0, n6, ctx)) goto end;
778 /* X_r = n6^2 - n5^2 * 'n7' */
786 if (!field_mul(group, n0, n0, n6, ctx)) goto end
    [all...]
  /external/v8/test/mjsunit/
large-object-allocation.js 201 this.n6 = i;
  /external/chromium/chrome/browser/resources/
keyboard_overlay_data.js 58 "key": "^ \n6 \u0666",
548 "key": "^ \n6 ",
1034 "key": "^ =\n6 ",
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 78 constexpr int **n6 = const_cast<int**>(&n3); member in namespace:ConstCast
80 constexpr int n8 = **n6;
278 constexpr bool n6 = 0 > &y; // expected-error {{must be initialized by a constant expression}}
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 233 constexpr int n6 = 3 * -715827883; // expected-error {{constant expression}} expected-note {{value -2147483649 is outside the range of }} member in namespace:UndefinedBehavior::Overflow
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 365 n1=r24; n2=r25; n3=r26; n4=r27; n5=r28; n6=r29; n7=r30; n8=r31;
535 { .mii; (p17) getf.sig n6=nlo[7] // 7:
562 (p41) add a6=a6,n6 } // (p17) a6+=n6
563 { .mfi; (p43) add a6=a6,n6,1
571 (p41) cmp.ltu p42,p40=a6,n6 }
572 { .mfi; (p43) cmp.leu p42,p40=a6,n6
695 { .mii; (p17) getf.sig n6=nlo[7] // 7:
715 (p41) add a6=a6,n6 // (p17) a6+=n6
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 396 milliseconds