Home
last modified time | relevance | path

Searched refs:kBytes (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/tests/
DChecksumTest.cpp16 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/cef/libcef/renderer/
Drender_urlrequest_impl.cc140 if (element.type() == network::DataElement::Tag::kBytes) { in Start()
/third_party/cef/libcef/browser/net_service/
Dbrowser_urlrequest_impl.cc343 } else if (element.type() == network::DataElement::Tag::kBytes) { in ContinueOnOriginatingThread()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp91 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/
Drequest_impl.cc1129 if (element.type() == network::DataElement::Tag::kBytes) { in Set()
/third_party/mbedtls/
DChangeLog574 to 64 kBytes of data and potentially overread the input buffer by that