Home
last modified time | relevance | path

Searched refs:sizeA (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/tests/
DTArrayTest.cpp73 for (auto sizeA : sizes) { in test_swap() local
79 for (int i = 0; i < sizeA; i++) { a->push_back(curr++); } in test_swap()
83 REPORTER_ASSERT(reporter, b->count() == sizeA); in test_swap()
91 curr = sizeA; in test_swap()
/third_party/skia/tests/
DTArrayTest.cpp179 for (auto sizeA : sizes) { in test_swap() local
185 for (int i = 0; i < sizeA; i++) { a->push_back(curr++); } in test_swap()
189 REPORTER_ASSERT(reporter, b->count() == sizeA); in test_swap()
197 curr = sizeA; in test_swap()
/third_party/skia/third_party/externals/tint/test/bug/tint/
D977.spvasm.expected.msl15 int sizeA;
D977.spvasm.expected.wgsl25 sizeA : i32;
D977.spvasm32 OpMemberName %Uniforms 1 "sizeA"
D977.spvasm.expected.spvasm24 OpMemberName %Uniforms 1 "sizeA"
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/
Dembedder_unittests.cc849 const auto sizeA = pixmapA.rowBytes() * pixmapA.height(); in RasterImagesAreSame() local
852 if (sizeA != sizeB) { in RasterImagesAreSame()
857 return ::memcmp(pixmapA.addr(), pixmapB.addr(), sizeA) == 0; in RasterImagesAreSame()
/third_party/musl/porting/linux/user/src/hilog/
Doutput_p.inl78 static int SecIsSameSize(size_t sizeA, size_t sizeB) argument
80 return sizeA == sizeB;
/third_party/mindspore/third_party/securec/src/
Doutput.inl116 static int SecIsSameSize(size_t sizeA, size_t sizeB) argument
118 return sizeA == sizeB;
/third_party/bounds_checking_function/src/
Doutput.inl186 SECUREC_INLINE int SecIsSameSize(size_t sizeA, size_t sizeB) argument
188 return (int)(sizeA == sizeB);
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/
Dgeometry.dart444 /// the left-hand-side operand. (i.e. if `sizeA - sizeB -> offsetA`, then
445 /// `offsetA + sizeB -> sizeA`)
/third_party/flutter/engine/flutter/lib/ui/
Dgeometry.dart431 /// the left-hand-side operand. (i.e. if `sizeA - sizeB -> offsetA`, then
432 /// `offsetA + sizeB -> sizeA`)