Home
last modified time | relevance | path

Searched defs:padLength (Results 1 – 2 of 2) sorted by relevance

/external/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/
Dmask_builder.cpp195 void MaskBuilder::notifyLeftPadding(const size_t padLength) { in notifyLeftPadding()
207 void MaskBuilder::notifyRightPadding(const size_t padLength) { in notifyRightPadding()
/external/openthread/src/core/thread/
Dlowpan.cpp430 uint16_t padLength = 0; in CompressExtensionHeader() local