Home
last modified time | relevance | path

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

123

/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-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp21 uint32_t Offset = 0, DataLength = std::min(Limit, Stream.getLength()); in readStreamData() local
23 Result.reserve(DataLength); in readStreamData()
24 while (Offset < DataLength) { in readStreamData()
28 Data = Data.take_front(DataLength - Offset); in readStreamData()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp21 uint32_t Offset = 0, DataLength = std::min(Limit, Stream.getLength()); in readStreamData() local
23 Result.reserve(DataLength); in readStreamData()
24 while (Offset < DataLength) { in readStreamData()
28 Data = Data.take_front(DataLength - Offset); in readStreamData()
/external/llvm-project/llvm/tools/llvm-rc/
DResourceScriptCppFilter.cpp24 explicit Filter(StringRef Input) : Data(Input), DataLength(Input.size()) {} in Filter()
36 size_t DataLength; member in __anon6de68d930111::Filter
103 bool Filter::streamEof() const { return Pos == DataLength; } in streamEof()
DResourceScriptToken.cpp88 Tokenizer(StringRef Input) : Data(Input), DataLength(Input.size()), Pos(0) {} in Tokenizer()
145 size_t DataLength, Pos; member in __anon19b37b2b0111::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/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dma.c127 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength);
447 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument
452 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start()
467 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start()
490 …MA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start_IT() argument
495 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT()
510 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT()
1072 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument
1089 hdma->Instance->CNDTR = DataLength; in DMA_SetConfig()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dma.c127 …_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength);
447 …L_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start() argument
452 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start()
467 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start()
490 …MA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in HAL_DMA_Start_IT() argument
495 assert_param(IS_DMA_BUFFER_SIZE(DataLength)); in HAL_DMA_Start_IT()
510 DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength); in HAL_DMA_Start_IT()
1072 …A_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) in DMA_SetConfig() argument
1089 hdma->Instance->CNDTR = DataLength; in DMA_SetConfig()
/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_format3.h81 static int32_t DataLength(ReadableFontData* data,
Dindex_sub_table_format5.h85 static int32_t DataLength(ReadableFontData* data,
Dindex_sub_table_format1.h84 static int32_t DataLength(ReadableFontData* data,
/external/pdfium/xfa/fxfa/parser/
Dcxfa_barcode.cpp39 {XFA_Attribute::DataLength, XFA_AttributeType::CData, nullptr},
91 JSObject()->TryCData(XFA_Attribute::DataLength, true); in GetDataLength()
/external/sfntly/cpp/src/sfntly/table/
Dfont_data_table.h108 virtual int32_t DataLength();
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_info.h95 std::size_t DataLength(std::size_t time_len) const;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h95 std::size_t DataLength(std::size_t time_len) const;
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h95 std::size_t DataLength(std::size_t time_len) const;
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h95 std::size_t DataLength(std::size_t time_len) const;

123