/external/llvm/unittests/IR/ |
MetadataTest.cpp | 96 MDNode *n5 = MDNode::getIfExists(Context, c1); local 105 EXPECT_EQ(n5, n2);
|
/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)); 982 n5 = (n6 >> 8) & 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)); 1014 n5 = (n6 >> 8) & 0xff; 1027 n1, n2, n3, n4, n5, n6, x==7?buff:""); [all...] |
/external/openssl/crypto/ec/ |
ecp_smpl.c | 649 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local 676 n5 = BN_CTX_get(ctx); 723 /* n5, n6 */ 724 if (!BN_mod_sub_quick(n5, n1, n3, p)) goto end; 726 /* n5 = n1 - n3 */ 729 if (BN_is_zero(n5)) 758 if (!BN_copy(&r->Z, n5)) goto end; 768 if (!field_mul(group, &r->Z, n0, n5, ctx)) goto end; 771 /* Z_r = Z_a * Z_b * n5 */ 775 if (!field_sqr(group, n4, n5, ctx)) goto end [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); 837 n5 = (n6 >> 8) & 0xff; 850 n1, n2, n3, n4, n5, n6, x==7?buff:""); 857 &n1, &n2, &n3, &n4, &n5, &n6, buff); 862 lport = (n5 << 8) | (n6); 869 n5 = (n6 >> 8) & 0xff; 882 n1, n2, n3, n4, n5, n6, x==7?buff:"");
|
/external/clang/test/SemaCXX/ |
constant-expression-cxx11.cpp | 77 constexpr const int * const *n5 = const_cast<const int* const*>(&n3); member in namespace:ConstCast 79 constexpr int n7 = **n5; 277 constexpr bool n5 = 0 < &y; // expected-error {{must be initialized by a constant expression}} member in namespace:PointerComparison [all...] |
/external/clang/test/CXX/expr/expr.const/ |
p2-0x.cpp | 232 constexpr int n5 = -65536 * 32768; // ok member in namespace:UndefinedBehavior::Overflow 240 constexpr int n13 = n5 + n5; // expected-error {{constant expression}} expected-note {{value -4294967296 is outside the range of }} 241 constexpr int n14 = n3 - n5; // expected-error {{constant expression}} expected-note {{value 4294967295 is outside the range of }} 242 constexpr int n15 = n5 * n5; // expected-error {{constant expression}} expected-note {{value 4611686018427387904 is outside the range of }}
|
/external/protobuf/gtest/test/ |
gtest_unittest.cc | 2583 int n5 = 0; local 2585 n1++, n2++, n3++, n4++, n5++) local [all...] |
/external/chromium/testing/gtest/test/ |
gtest_unittest.cc | 2344 int n5 = 0; local 2346 n1++, n2++, n3++, n4++, n5++) local [all...] |
/external/gtest/test/ |
gtest_unittest.cc | 2344 int n5 = 0; local 2346 n1++, n2++, n3++, n4++, n5++) local [all...] |
/external/libvpx/libvpx/third_party/googletest/src/test/ |
gtest_unittest.cc | 2344 int n5 = 0; local 2346 n1++, n2++, n3++, n4++, n5++) local [all...] |