Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_compress.c164 u32 tmpLength; in SearchLZ() local
185 tmpLength = 0; in SearchLZ()
198 tmpLength = 3; in SearchLZ()
205 tmpLength++; in SearchLZ()
208 if (tmpLength == maxLength) in SearchLZ()
214 if (tmpLength > currLength) in SearchLZ()
217 currLength = tmpLength; in SearchLZ()
485 u32 tmpLength; in SearchLZFast() local
524 tmpLength = 3; in SearchLZFast()
533 tmpLength++; in SearchLZFast()
[all …]