Searched refs:sizeB (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/tests/ |
D | TArrayTest.cpp | 74 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/ |
D | TArrayTest.cpp | 180 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/ |
D | 977.spvasm.expected.msl | 16 int sizeB;
|
D | 977.spvasm.expected.wgsl | 26 sizeB : i32;
|
D | 977.spvasm | 33 OpMemberName %Uniforms 2 "sizeB"
|
D | 977.spvasm.expected.spvasm | 25 OpMemberName %Uniforms 2 "sizeB"
|
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/ |
D | embedder_unittests.cc | 850 const auto sizeB = pixmapB.rowBytes() * pixmapB.height(); in RasterImagesAreSame() local 852 if (sizeA != sizeB) { in RasterImagesAreSame()
|
/third_party/musl/porting/linux/user/src/hilog/ |
D | output_p.inl | 78 static int SecIsSameSize(size_t sizeA, size_t sizeB) argument 80 return sizeA == sizeB;
|
/third_party/mindspore/third_party/securec/src/ |
D | output.inl | 116 static int SecIsSameSize(size_t sizeA, size_t sizeB) argument 118 return sizeA == sizeB;
|
/third_party/bounds_checking_function/src/ |
D | output.inl | 186 SECUREC_INLINE int SecIsSameSize(size_t sizeA, size_t sizeB) argument 188 return (int)(sizeA == sizeB);
|
/third_party/libinput/include/valgrind/ |
D | valgrind.h | 6477 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument 6479 addr, sizeB, rzB, is_zeroed, 0)
|
/third_party/glib/glib/ |
D | valgrind.h | 6478 #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/ |
D | geometry.dart | 444 /// the left-hand-side operand. (i.e. if `sizeA - sizeB -> offsetA`, then 445 /// `offsetA + sizeB -> sizeA`)
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | geometry.dart | 431 /// the left-hand-side operand. (i.e. if `sizeA - sizeB -> offsetA`, then 432 /// `offsetA + sizeB -> sizeA`)
|