Home
last modified time | relevance | path

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

/external/skqp/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()
/external/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()
/external/libchrome/mojo/public/cpp/base/
Dbig_buffer.cc41 BigBuffer::BigBuffer() : storage_type_(StorageType::kBytes) {} in BigBuffer()
66 case StorageType::kBytes: in data()
80 case StorageType::kBytes: in size()
108 storage_type_ = BigBuffer::StorageType::kBytes; in BigBufferView()
119 storage_type_ = BigBuffer::StorageType::kBytes; in SetBytes()
132 if (storage_type_ == BigBuffer::StorageType::kBytes) { in data()
146 if (view.storage_type_ == BigBuffer::StorageType::kBytes) { in ToBigBuffer()
Dbig_buffer_unittest.cc30 EXPECT_EQ(BigBuffer::StorageType::kBytes, in.storage_type()); in TEST()
35 EXPECT_EQ(BigBuffer::StorageType::kBytes, out.storage_type()); in TEST()
41 EXPECT_EQ(BigBuffer::StorageType::kBytes, in.storage_type()); in TEST()
46 EXPECT_EQ(BigBuffer::StorageType::kBytes, out.storage_type()); in TEST()
Dbig_buffer.h70 kBytes, in COMPONENT_EXPORT() enumerator
106 DCHECK_EQ(storage_type_, StorageType::kBytes); in COMPONENT_EXPORT()
160 DCHECK_EQ(storage_type_, BigBuffer::StorageType::kBytes); in COMPONENT_EXPORT()
Dbig_buffer_mojom_traits.cc45 case mojo_base::BigBuffer::StorageType::kBytes: in GetTag()
97 case mojo_base::BigBuffer::StorageType::kBytes: in GetTag()
/external/u-boot/doc/
DREADME.AMCC-eval-boards-cleanup8 o Changed u-boot image size to 256 kBytes instead of 512 kBytes on most
DREADME.nand-boot-ppc44046 Also another image is created spanning a whole NAND block (16kBytes):
/external/perfetto/tools/trace_to_text/
Dtrace_to_profile.cc88 kBytes enumerator
120 string_table["bytes"] = kBytes; in DumpProfilePacket()
133 value_type->set_unit(kBytes); in DumpProfilePacket()
138 value_type->set_unit(kBytes); in DumpProfilePacket()
/external/perfetto/include/perfetto/protozero/
Dproto_utils.h56 kBytes, enumerator
91 case ProtoSchemaType::kBytes: in ProtoSchemaToString()
/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_table_accessor.h46 kBytes, enumerator
Dbigquery_table_accessor.cc49 *enum_type = BigQueryTableAccessor::ColumnType::kBytes; in ParseColumnType()
324 case BigQueryTableAccessor::ColumnType::kBytes: in AppendValueToExample()
Dbigquery_table_accessor_test.cc167 BigQueryTableAccessor::ColumnType::kBytes);
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc330 static const char* const kBytes = variable
393 helps.push_back(kBytes); in QueryDoc()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java1332 byte[] kBytes = wrapKey(keyAlgorithm.getId(), privKey, kParams, password); in doStore()
1334 …yptedPrivateKeyInfo kInfo = new org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo(kAlgId, kBytes); in doStore()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java1336 byte[] kBytes = wrapKey(keyAlgorithm.getId(), privKey, kParams, password); in doStore()
1338 …KeyInfo kInfo = new com.android.org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo(kAlgId, kBytes); in doStore()
/external/libogg/doc/
Drfc3533.txt328 about 64 kBytes, sometimes a packet has to be distributed over
361 32 kBytes would always penalize small packets (< 255 bytes, the
/external/perfetto/src/trace_processor/
Dproto_trace_parser.cc1032 case ProtoSchemaType::kBytes: { in ParseTypedFtraceToRaw()