Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_parser.c17 static int32_t GetHcsTreeSize(const char *blob, int32_t nodeLength) in GetHcsTreeSize() argument
19 return GenerateCfgTree(blob, nodeLength, NULL, NULL); in GetHcsTreeSize()
24 int32_t nodeLength = HcsGetNodeLength(hcsBlob + offset); in HcsDecompile() local
28 if (nodeLength < 0) { in HcsDecompile()
33 treeMemLength = GetHcsTreeSize(hcsBlob + offset, nodeLength); in HcsDecompile()
44 treeLayer = GenerateCfgTree(hcsBlob + offset, nodeLength, treeMem, root); in HcsDecompile()