Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/cx/src/
DCXCompression.c177 const u8 *headp, *searchHeadp; in SearchLZ() local
221 headp = nextp + 3; in SearchLZ()
224 while (((u32)(headp - nextp) < remainSize) && (*headp == *searchHeadp)) in SearchLZ()
226 headp++; in SearchLZ()