Home
last modified time | relevance | path

Searched refs:DataLength (Results 1 – 25 of 35) sorted by relevance

12

/external/webrtc/webrtc/system_wrappers/test/TestSort/
DTestSort.cc130 enum { DataLength = 1000 }; in RunSortTest() enumerator
132 KeyType key[DataLength]; in RunSortTest()
133 KeyType keyRef[DataLength]; in RunSortTest()
134 LotsOfData<KeyType> data[DataLength]; in RunSortTest()
135 LotsOfData<KeyType> dataRef[DataLength]; in RunSortTest()
150 for (int j = 0; j < DataLength; j++) in RunSortTest()
165 retVal = webrtc::KeySort(data, key, DataLength, sizeof(LotsOfData<KeyType>), in RunSortTest()
174 retVal = webrtc::Sort(key, DataLength, sortType); in RunSortTest()
193 std::sort(keyRef, keyRef + DataLength); in RunSortTest()
198 for (int j = 0; j < DataLength - 1; j++) in RunSortTest()
[all …]
/external/sfntly/cpp/src/sample/subtly/
Dstats.cc32 size += it->second->DataLength(); in TotalFontSize()
39 return static_cast<double>(table->DataLength()) / TotalFontSize(font) * 100; in TableSizePercent()
48 int32_t size = it->second->DataLength(); in PrintComparison()
57 new_size = new_table->DataLength(); in PrintComparison()
76 int32_t size = it->second->DataLength(); in PrintStats()
/external/python/cpython3/Modules/_sha3/kcp/
DKeccakHash.h25 typedef size_t DataLength; typedef
85 HashReturn Keccak_HashUpdate(Keccak_HashInstance *hashInstance, const BitSequence *data, DataLength
110 HashReturn Keccak_HashSqueeze(Keccak_HashInstance *hashInstance, BitSequence *data, DataLength data…
DKeccakHash.c37 HashReturn Keccak_HashUpdate(Keccak_HashInstance *instance, const BitSequence *data, DataLength dat… in Keccak_HashUpdate()
77 HashReturn Keccak_HashSqueeze(Keccak_HashInstance *instance, BitSequence *data, DataLength databitl… in Keccak_HashSqueeze()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptCppFilter.cpp25 explicit Filter(StringRef Input) : Data(Input), DataLength(Input.size()) {} in Filter()
37 size_t DataLength; member in __anon04c3f2df0111::Filter
104 bool Filter::streamEof() const { return Pos == DataLength; } in streamEof()
DResourceScriptToken.cpp88 Tokenizer(StringRef Input) : Data(Input), DataLength(Input.size()) {} in Tokenizer()
145 size_t DataLength, Pos; member in __anon3afa1a770111::Tokenizer
153 Pos = DataLength; in skipCurrentLine()
318 bool Tokenizer::streamEof() const { return Pos == DataLength; } in streamEof()
/external/sfntly/cpp/src/test/
Dserialization_test.cc72 EXPECT_EQ(original_table->DataLength(), serialized_table->DataLength()); in TestSerialization()
137 EXPECT_EQ(original_table->DataLength(), serialized_table->DataLength()); in TestSerializationBitmap()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format2.cc135 int32_t length = Builder::DataLength(data, in CreateBuilder()
158 int32_t length = Builder::DataLength(data, in CreateBuilder()
230 int32_t IndexSubTableFormat2::Builder::DataLength( in DataLength() function in sfntly::IndexSubTableFormat2::Builder
Dindex_sub_table_format3.cc130 int32_t length = Builder::DataLength(data, in CreateBuilder()
153 int32_t length = Builder::DataLength(data, in CreateBuilder()
254 int32_t IndexSubTableFormat3::Builder::DataLength( in DataLength() function in sfntly::IndexSubTableFormat3::Builder
Dindex_sub_table_format1.cc117 int32_t length = Builder::DataLength(data, in CreateBuilder()
141 int32_t length = Builder::DataLength(data, in CreateBuilder()
258 int32_t IndexSubTableFormat1::Builder::DataLength( in DataLength() function in sfntly::IndexSubTableFormat1::Builder
Dindex_sub_table_format5.cc137 int32_t length = Builder::DataLength(data, in CreateBuilder()
160 int32_t length = Builder::DataLength(data, in CreateBuilder()
301 int32_t IndexSubTableFormat5::Builder::DataLength( in DataLength() function in sfntly::IndexSubTableFormat5::Builder
Dindex_sub_table_format4.cc164 int32_t length = Builder::DataLength(data, in CreateBuilder()
187 int32_t length = Builder::DataLength(data, in CreateBuilder()
331 int32_t IndexSubTableFormat4::Builder::DataLength( in DataLength() function in sfntly::IndexSubTableFormat4::Builder
Dindex_sub_table_format2.h78 static int32_t DataLength(ReadableFontData* data,
Dindex_sub_table_format1.h84 static int32_t DataLength(ReadableFontData* data,
Dindex_sub_table_format3.h81 static int32_t DataLength(ReadableFontData* data,
Dindex_sub_table_format5.h85 static int32_t DataLength(ReadableFontData* data,
Dindex_sub_table_format4.h105 static int32_t DataLength(ReadableFontData* data,
/external/sfntly/cpp/src/sfntly/table/
Dfont_data_table.h108 virtual int32_t DataLength();
Dfont_data_table.cc37 int32_t FontDataTable::DataLength() { in DataLength() function in sfntly::FontDataTable
Dtable.cc72 derived_table->DataLength()); in NotifyPostTableBuild()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_barcode.cpp38 {XFA_Attribute::DataLength, XFA_AttributeType::CData, nullptr},
/external/u-boot/drivers/usb/gadget/
Drndis.h181 __le32 DataLength; member
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc423 set_padding(DataLength() - non_padded_data_length); in Initialize()
651 set_padding(DataLength() - non_padded_data_length); in Initialize()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc620 if (ebdt_table->DataLength() + eblc_table->DataLength() < in SetupBitmapBuilders()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp131 Header(uint32_t BucketCount, uint32_t UniqueHashCount, uint32_t DataLength) in Header()
133 HeaderDataLength(DataLength) {} in Header()

12