Home
last modified time | relevance | path

Searched refs:n4 (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/external/dtc/tests/
Dphandle_format.c38 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()
Dpath-references.c69 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()
Dreferences.c79 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()
Dpath-references.dts19 lref = &n4;
23 n4: baz { label
Dreferences.dts21 lref = <&n4>;
23 n4: node4 { label
Dmultilabel.dts25 lref = <&n4>;
27 n4: node4 { label
Dmultilabel_merge.dts23 lref = <&n4>;
25 n4: node4 { label
/external/tensorflow/tensorflow/compiler/xla/
Darray4d_test.cc32 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()
Dreference_util.h296 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()
Dreference_util.cc304 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/
Dcontext.c95 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/
Didct32x32_msa.c15 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/
Dcopy_test.cc56 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/
Dpointer-auth-aarch64.cc96 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/
Dfilter_dspr2.c287 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/
Dp6.cpp12 extern int n4;
13 alignas(8) extern int n4;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Dnon-const-n.ll17 %n4 = shl i32 %n, 2
31 %exitcond = icmp eq i32 %lftr.wideiv, %n4
/external/llvm/test/CodeGen/AArch64/
Dglobal-merge-group-by-use.ll43 ; 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/
DSampleProfReader.cpp150 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/
Dnon-const-n.ll18 %n4 = shl i32 %n, 2
32 %exitcond = icmp eq i32 %lftr.wideiv, %n4
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dglobal-merge-group-by-use.ll44 ; 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/
D2011-10-13-SCEVChain.ll50 %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/
D2011-10-13-SCEVChain.ll50 %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/
D2011-10-13-SCEVChain.ll50 %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/
DGrego.java129 long n4 = floorDivide(rem[0], 1461, rem); in dayToFields() local
132 int year = (int)(400 * n400 + 100 * n100 + 4 * n4 + n1); in dayToFields()

12345678910>>...12