HomeSort by relevance Sort by last modified time
    Searched defs:n5 (Results 1 - 20 of 20) sorted by null

  /external/dtc/tests/
references.c 79 int n1, n2, n3, n4, n5; local
97 n5 = fdt_path_offset(fdt, "/node5");
98 if (n5 < 0)
99 FAIL("fdt_path_offset(/node5): %s", fdt_strerror(n5));
104 h5 = fdt_get_phandle(fdt, n5);
  /prebuilts/go/darwin-x86/test/
const5.go 29 n5 = len(<-c) // ERROR "is not a constant|is not constant"
28 n5 = len(<-c) \/\/ ERROR "is not a constant|is not constant" const
const4.go 28 n5 = len(<-c)
62 if n1 != 10 || n2 != 20 || n3 != 30 || n4 != 40 || n5 != 50 || n6 != 60 || n7 != 70 {
63 println("BUG:", n1, n2, n3, n4, n5, n6, n7)
27 n5 = len(<-c) var
  /prebuilts/go/linux-x86/test/
const5.go 29 n5 = len(<-c) // ERROR "is not a constant|is not constant"
28 n5 = len(<-c) \/\/ ERROR "is not a constant|is not constant" const
const4.go 28 n5 = len(<-c)
62 if n1 != 10 || n2 != 20 || n3 != 30 || n4 != 40 || n5 != 50 || n6 != 60 || n7 != 70 {
63 println("BUG:", n1, n2, n3, n4, n5, n6, n7)
27 n5 = len(<-c) var
  /external/boringssl/src/crypto/fipsmodule/ec/
simple.c 379 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local
409 n5 = BN_CTX_get(ctx);
465 /* n5, n6 */
466 if (!BN_mod_sub_quick(n5, n1, n3, p) ||
470 /* n5 = n1 - n3 */
473 if (BN_is_zero(n5)) {
498 if (!BN_copy(&r->Z, n5)) {
513 if (!field_mul(group, &r->Z, n0, n5, ctx)) {
518 /* Z_r = Z_a * Z_b * n5 */
522 !field_sqr(group, n4, n5, ctx) |
    [all...]
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
NotificationComparatorTest.java 138 Notification n5 = new Notification.Builder(mContext, TEST_CHANNEL_ID) local
141 smsPkg, 1, "sms", smsUid, smsUid, n5, new UserHandle(userId),
  /tools/apksig/src/test/java/com/android/apksig/internal/asn1/
Asn1BerParserTest.java 292 public BigInteger n5; field in class:Asn1BerParserTest.SequenceWithIntegers
  /external/libvpx/libvpx/vpx_dsp/mips/
idct32x32_msa.c 15 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; local
19 LD_SH8((input + 8), 32, m4, n4, m5, n5, m6, n6, m7, n7);
22 TRANSPOSE8x8_SH_SH(m4, n4, m5, n5, m6, n6, m7, n7, m4, n4, m5, n5, m6, n6, m7,
25 ST_SH4(m4, n4, m5, n5, (tmp_buf + 8 * 8), 8);
30 LD_SH8((input + 24), 32, m4, n4, m5, n5, m6, n6, m7, n7);
33 TRANSPOSE8x8_SH_SH(m4, n4, m5, n5, m6, n6, m7, n7, m4, n4, m5, n5, m6, n6, m7,
37 ST_SH4(m4, n4, m5, n5, (tmp_buf + 24 * 8), 8);
243 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7 local
542 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; local
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 234 constexpr int n5 = -65536 * 32768; // ok member in namespace:UndefinedBehavior::Overflow
242 constexpr int n13 = n5 + n5; // expected-error {{constant expression}} expected-note {{value -4294967296 is outside the range of }}
243 constexpr int n14 = n3 - n5; // expected-error {{constant expression}} expected-note {{value 4294967295 is outside the range of }}
244 constexpr int n15 = n5 * n5; // expected-error {{constant expression}} expected-note {{value 4611686018427387904 is outside the range of }}
  /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;
284 constexpr bool n5 = 0 < &y; // expected-error {{must be initialized by a constant expression}} member in namespace:PointerComparison
    [all...]
  /external/clang/test/CXX/drs/
dr0xx.cpp 669 int n5 = convert_to<const volatile int&>(); member in namespace:dr59
  /external/llvm/unittests/IR/
MetadataTest.cpp 193 MDNode *n5 = MDNode::getIfExists(Context, c1); local
198 EXPECT_EQ(n5, n2);
550 MDNode *N5 = MDNode::getDistinct(Context, Ops5);
575 EXPECT_EQ(N1, N5->getOperand(0));
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 2284 int n5 = 0; local
2286 n1++, n2++, n3++, n4++, n5++) local
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 2451 int n5 = 0; local
2453 n1++, n2++, n3++, n4++, n5++) local
    [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc 2313 int n5 = 0; local
2315 n1++, n2++, n3++, n4++, n5++) local
    [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc 2313 int n5 = 0; local
2315 n1++, n2++, n3++, n4++, n5++) local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 2306 int n5 = 0; local
2308 n1++, n2++, n3++, n4++, n5++) local
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 2315 int n5 = 0; local
2317 n1++, n2++, n3++, n4++, n5++) local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 2315 int n5 = 0; local
2317 n1++, n2++, n3++, n4++, n5++) local
    [all...]

Completed in 2036 milliseconds