/external/dtc/tests/ |
D | phandle_format.c | 38 int n4; in main() local 56 n4 = fdt_path_offset(fdt, "/node4"); in main() 57 if (n4 < 0) in main() 58 FAIL("fdt_path_offset(/node4): %s", fdt_strerror(n4)); in main() 60 h4 = fdt_get_phandle(fdt, n4); in main() 65 check_getprop_cell(fdt, n4, "linux,phandle", h4); in main() 67 if (fdt_getprop(fdt, n4, "linux,phandle", NULL)) in main() 71 check_getprop_cell(fdt, n4, "phandle", h4); in main() 73 if (fdt_getprop(fdt, n4, "phandle", NULL)) in main()
|
D | path-references.c | 69 int n1, n2, n3, n4; in main() local 99 n4 = fdt_path_offset(fdt, "/foobar/baz"); in main() 100 if (n4 < 0) in main() 101 FAIL("fdt_path_offset(/foobar/baz): %s", fdt_strerror(n4)); in main() 103 check_ref(fdt, n4, "/foo/baz"); in main()
|
D | references.c | 79 int n1, n2, n3, n4, n5; in main() local 94 n4 = fdt_path_offset(fdt, "/node4"); in main() 95 if (n4 < 0) in main() 96 FAIL("fdt_path_offset(/node4): %s", fdt_strerror(n4)); in main() 103 h4 = fdt_get_phandle(fdt, n4); in main()
|
D | path-references.dts | 19 lref = &n4; 23 n4: baz { label
|
D | references.dts | 21 lref = <&n4>; 23 n4: node4 { label
|
D | multilabel.dts | 25 lref = <&n4>; 27 n4: node4 { label
|
D | multilabel_merge.dts | 23 lref = <&n4>; 25 n4: node4 { label
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | array4d_test.cc | 32 return (idx[3] + idx[2] * arr.n4() + idx[1] * arr.n3() * arr.n4() + in Array4DLinearIndex() 33 idx[0] * arr.n2() * arr.n3() * arr.n4()); in Array4DLinearIndex() 41 EXPECT_EQ(empty.n4(), 5); in TEST() 51 EXPECT_EQ(fullof7.n4(), 5); in TEST() 68 EXPECT_EQ(arr.n4(), 5); in TEST() 83 EXPECT_EQ(arr.n4(), 1); in TEST() 113 EXPECT_EQ(arr.n4(), 1); in TEST()
|
D | reference_util.h | 296 const int64 lhs_dims[] = {lhs.n1(), lhs.n2(), lhs.n3(), lhs.n4()}; in Concat4D() 297 const int64 rhs_dims[] = {rhs.n1(), rhs.n2(), rhs.n3(), rhs.n4()}; in Concat4D() 298 int64 out_dims[] = {rhs.n1(), rhs.n2(), rhs.n3(), rhs.n4()}; in Concat4D() 312 for (int64 i3 = 0; i3 < result->n4(); ++i3) { in Concat4D() 314 i0 < lhs.n1() && i1 < lhs.n2() && i2 < lhs.n3() && i3 < lhs.n4() in Concat4D() 319 i3 >= lhs.n4() ? i3 - lhs.n4() : i3); in Concat4D() 403 CHECK_LE(starts[3], input.n4()); in Slice4D() 407 CHECK_LE(limits[3], input.n4()); in Slice4D() 420 for (int64 i3 = 0; i3 < result->n4(); ++i3) { in Slice4D() 609 operand.n4()}; in PadArray4D()
|
D | reference_util.cc | 304 operand.n4()}; in ReduceWindow4DGeneric() 317 operand.n4()}; in ReduceWindow4DGeneric() 349 i3_base + i3_win < operand.n4()) { in ReduceWindow4DGeneric() 397 operand.n3(), operand.n4()); in SelectAndScatter4DGePlus() 399 operand.n4()}; in SelectAndScatter4DGePlus() 414 CHECK_EQ(window_counts[3], source.n4()); in SelectAndScatter4DGePlus() 440 i3_base + i3_win < operand.n4()) { in SelectAndScatter4DGePlus() 617 for (int64 a3 = 0; a3 == 0 || (!dim_set.contains(3) && a3 < array.n4()); in Reduce4DTo1D() 627 i3 == 0 || (dim_set.contains(3) && i3 < array.n4()); in Reduce4DTo1D() 631 array.n4() > 0) { in Reduce4DTo1D() [all …]
|
/external/epid-sdk/epid/verifier/src/ |
D | context.c | 95 if (ntohl(ver_rl->n4) > in IsVerifierRlValid() 101 kMinVerifierRlSize + ntohl(ver_rl->n4) * sizeof(ver_rl->K[0]); in IsVerifierRlValid() 403 ntohl(ctx->verifier_rl->n4) * sizeof(ctx->verifier_rl->K[0]); in EpidGetVerifierRlSize() 442 memset(&ver_rl->n4, 0, sizeof(ver_rl->n4)); in EpidWriteVerifierRl() 464 uint32_t n4 = 0; in EpidBlacklistSig() local 481 n4 = ntohl(ctx->verifier_rl->n4); in EpidBlacklistSig() 483 if (prior_rl_version == UINT32_MAX || n4 == UINT32_MAX) { in EpidBlacklistSig() 497 ++n4; in EpidBlacklistSig() 498 ver_rl->K[n4 - 1] = sig->sigma0.K; in EpidBlacklistSig() 500 *((uint32_t*)(&ver_rl->n4)) = htonl(n4); in EpidBlacklistSig()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | idct32x32_msa.c | 15 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct32x8_row_transpose_store() local 19 LD_SH8((input + 8), 32, m4, n4, m5, n5, m6, n6, m7, n7); in idct32x8_row_transpose_store() 22 TRANSPOSE8x8_SH_SH(m4, n4, m5, n5, m6, n6, m7, n7, m4, n4, m5, n5, m6, n6, m7, in idct32x8_row_transpose_store() 25 ST_SH4(m4, n4, m5, n5, (tmp_buf + 8 * 8), 8); in idct32x8_row_transpose_store() 30 LD_SH8((input + 24), 32, m4, n4, m5, n5, m6, n6, m7, n7); in idct32x8_row_transpose_store() 33 TRANSPOSE8x8_SH_SH(m4, n4, m5, n5, m6, n6, m7, n7, m4, n4, m5, n5, m6, n6, m7, in idct32x8_row_transpose_store() 37 ST_SH4(m4, n4, m5, n5, (tmp_buf + 24 * 8), 8); in idct32x8_row_transpose_store() 243 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct_butterfly_transpose_store() local 289 ADD4(loc0, vec3, loc1, vec2, loc2, vec1, loc3, vec0, n0, n4, n2, n6); in idct_butterfly_transpose_store() 320 TRANSPOSE8x8_SH_SH(m4, n4, m5, n5, m6, n6, m7, n7, m4, n4, m5, n5, m6, n6, m7, in idct_butterfly_transpose_store() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | copy_test.cc | 56 void TestCopyConstantLayoutR4(size_t n1, size_t n2, size_t n3, size_t n4, 189 size_t n4, in TestCopyConstantLayoutR4() argument 191 Array4D<int32> a(n1, n2, n3, n4); in TestCopyConstantLayoutR4() 195 for (size_t l = 0; l < n4; ++l) { in TestCopyConstantLayoutR4() 196 a(i, j, k, l) = i * n4 * n3 * n2 + j * n4 * n3 + k * n4 + l; in TestCopyConstantLayoutR4()
|
/external/vixl/src/aarch64/ |
D | pointer-auth-aarch64.cc | 96 uint64_t n4 = GetNibble(in_data, 4 * (i + 4)); in BigShuffle() local 99 uint64_t t0 = RotNibble(n8, 2) ^ RotNibble(n4, 1) ^ RotNibble(n0, 1); in BigShuffle() 100 uint64_t t1 = RotNibble(n12, 1) ^ RotNibble(n4, 2) ^ RotNibble(n0, 1); in BigShuffle() 102 uint64_t t3 = RotNibble(n12, 1) ^ RotNibble(n8, 1) ^ RotNibble(n4, 2); in BigShuffle()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | filter_dspr2.c | 287 unsigned int n1, n2, n3, n4; in vp8_filter_block2d_first_pass_8_all() local 418 : [tn1] "=&r"(tn1), [n2] "=&r"(n2), [p4] "=&r"(p4), [n4] "=&r"(n4), in vp8_filter_block2d_first_pass_8_all() 491 [n1] "=&r"(n1), [n2] "=&r"(n2), [n3] "=&r"(n3), [n4] "=&r"(n4), in vp8_filter_block2d_first_pass_8_all() 537 [n4] "r"(n4)); in vp8_filter_block2d_first_pass_8_all() 565 unsigned int n1, n2, n3, n4; in vp8_filter_block2d_first_pass16_6tap() local 675 [n4] "=&r"(n4), [Temp1] "=&r"(Temp1), [Temp2] "=&r"(Temp2), in vp8_filter_block2d_first_pass16_6tap() 729 [p2] "r"(p2), [n2] "r"(n2), [n4] "r"(n4), [p1] "r"(p1), in vp8_filter_block2d_first_pass16_6tap() 782 : [tn1] "=&r"(tn1), [p2] "=&r"(p2), [n2] "=&r"(n2), [n4] "=&r"(n4), in vp8_filter_block2d_first_pass16_6tap()
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
D | p6.cpp | 12 extern int n4; 13 alignas(8) extern int n4;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | non-const-n.ll | 17 %n4 = shl i32 %n, 2 31 %exitcond = icmp eq i32 %lftr.wideiv, %n4
|
/external/llvm/test/CodeGen/AArch64/ |
D | global-merge-group-by-use.ll | 43 ; merging n3, m4, and n4 together, but ignoring m3. 61 @n4 = internal global i32 0, align 4 71 store i32 %a2, i32* @n4, align 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 150 uint64_t count, n4; in ParseLine() local 157 n4 = AfterColon.find_first_of(' '); in ParseLine() 158 n4 = (n4 != StringRef::npos) ? n3 + n4 + 1 : Rest.size(); in ParseLine() 159 StringRef WordAfterColon = Rest.substr(n3 + 1, n4 - n3 - 1); in ParseLine() 172 if (n4 == Rest.size()) in ParseLine() 175 n3 = n4; in ParseLine()
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | non-const-n.ll | 18 %n4 = shl i32 %n, 2 32 %exitcond = icmp eq i32 %lftr.wideiv, %n4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | global-merge-group-by-use.ll | 44 ; merging n3, m4, and n4 together, but ignoring m3. 62 @n4 = internal global i32 0, align 4 72 store i32 %a2, i32* @n4, align 4
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-10-13-SCEVChain.ll | 50 %n4 = sub i32 0, %a4 51 %t4 = icmp ugt i32 %n4, -4 52 %m4 = select i1 %t4, i32 %n4, i32 -4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-10-13-SCEVChain.ll | 50 %n4 = sub i32 0, %a4 51 %t4 = icmp ugt i32 %n4, -4 52 %m4 = select i1 %t4, i32 %n4, i32 -4
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/ |
D | 2011-10-13-SCEVChain.ll | 50 %n4 = sub i32 0, %a4 51 %t4 = icmp ugt i32 %n4, -4 52 %m4 = select i1 %t4, i32 %n4, i32 -4
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Grego.java | 129 long n4 = floorDivide(rem[0], 1461, rem); in dayToFields() local 132 int year = (int)(400 * n400 + 100 * n100 + 4 * n4 + n1); in dayToFields()
|