Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/cx/src/
DCXCompression.c233 const u8 *headp, *searchHeadp; in SearchLZ() local
277 headp = nextp + 3; in SearchLZ()
280 while (((u32)(headp - nextp) < remainSize) && (*headp == *searchHeadp)) in SearchLZ()
282 headp++; in SearchLZ()