Home
last modified time | relevance | path

Searched refs:sizeB (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/tests/
DTArrayTest.cpp74 for (auto sizeB : sizes) { in test_swap() local
80 for (int i = 0; i < sizeB; i++) { b->push_back(curr++); } in test_swap()
84 REPORTER_ASSERT(reporter, a->count() == sizeB); in test_swap()
/third_party/skia/tests/
DTArrayTest.cpp180 for (auto sizeB : sizes) { in test_swap() local
186 for (int i = 0; i < sizeB; i++) { b->push_back(curr++); } in test_swap()
190 REPORTER_ASSERT(reporter, a->count() == sizeB); in test_swap()
/third_party/skia/third_party/externals/tint/test/bug/tint/
D977.spvasm.expected.msl16 int sizeB;
D977.spvasm.expected.wgsl26 sizeB : i32;
D977.spvasm33 OpMemberName %Uniforms 2 "sizeB"
D977.spvasm.expected.spvasm25 OpMemberName %Uniforms 2 "sizeB"
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/
Dembedder_unittests.cc850 const auto sizeB = pixmapB.rowBytes() * pixmapB.height(); in RasterImagesAreSame() local
852 if (sizeA != sizeB) { 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/libinput/include/valgrind/
Dvalgrind.h6477 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument
6479 addr, sizeB, rzB, is_zeroed, 0)
/third_party/glib/glib/
Dvalgrind.h6478 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument
6480 addr, sizeB, rzB, is_zeroed, 0)
/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`)