Searched refs:kBytes (Results 1 – 6 of 6) sorted by relevance
16 const size_t kBytes = SkAlign4(128); in DEF_TEST() local18 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()
140 if (element.type() == network::DataElement::Tag::kBytes) { in Start()
343 } else if (element.type() == network::DataElement::Tag::kBytes) { in ContinueOnOriginatingThread()
91 static constexpr unsigned int kBytes = sizeof(T); in printBuffer() local95 for (unsigned int b = 0; b < kBytes; ++b) { in printBuffer()
1129 if (element.type() == network::DataElement::Tag::kBytes) { in Set()
574 to 64 kBytes of data and potentially overread the input buffer by that