Searched refs:kBytes (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/tests/ |
D | ChecksumTest.cpp | 16 const size_t kBytes = SkAlign4(128); in DEF_TEST() local 18 uint32_t data[kBytes/4], tweaked[kBytes/4]; in DEF_TEST() 26 const uint32_t hash = SkOpts::hash(data, kBytes); in DEF_TEST() 28 REPORTER_ASSERT(r, hash == SkOpts::hash(data, kBytes)); in DEF_TEST() 34 const uint32_t tweakedHash = SkOpts::hash(tweaked, kBytes); in DEF_TEST() 36 REPORTER_ASSERT(r, tweakedHash == SkOpts::hash(tweaked, kBytes)); in DEF_TEST()
|
/third_party/skia/tests/ |
D | ChecksumTest.cpp | 16 const size_t kBytes = SkAlign4(128); in DEF_TEST() local 18 uint32_t data[kBytes/4], tweaked[kBytes/4]; in DEF_TEST() 26 const uint32_t hash = SkOpts::hash(data, kBytes); in DEF_TEST() 28 REPORTER_ASSERT(r, hash == SkOpts::hash(data, kBytes)); in DEF_TEST() 34 const uint32_t tweakedHash = SkOpts::hash(tweaked, kBytes); in DEF_TEST() 36 REPORTER_ASSERT(r, tweakedHash == SkOpts::hash(tweaked, kBytes)); in DEF_TEST()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.cpp | 744 static constexpr unsigned int kBytes = sizeof(T); in Check() local 748 for (unsigned int b = 0; b < kBytes; ++b) { in Check()
|
/third_party/cef/libcef/renderer/ |
D | render_urlrequest_impl.cc | 140 if (element.type() == network::DataElement::Tag::kBytes) { in Start()
|
/third_party/cef/libcef/browser/net_service/ |
D | browser_urlrequest_impl.cc | 343 } else if (element.type() == network::DataElement::Tag::kBytes) { in ContinueOnOriginatingThread()
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.cpp | 91 static constexpr unsigned int kBytes = sizeof(T); in printBuffer() local 95 for (unsigned int b = 0; b < kBytes; ++b) { in printBuffer()
|
/third_party/cef/libcef/common/ |
D | request_impl.cc | 1129 if (element.type() == network::DataElement::Tag::kBytes) { in Set()
|