Searched defs:curMatch (Results 1 - 4 of 4) sorted by relevance

/external/lzma/C/
H A DLzFind.c324 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
328 son[_cyclicBufferPos] = curMatch;
331 UInt32 delta = pos - curMatch;
336 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
355 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
364 UInt32 delta = pos - curMatch;
394 *ptr1 = curMatch;
396 curMatch = *ptr1;
401 *ptr0 = curMatch;
403 curMatch
410 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) argument
[all...]
H A DLzFindMt.c243 UInt32 curMatch = pos - *hash++; local
252 UInt32 delta = pos - curMatch;
282 *ptr1 = curMatch;
284 curMatch = *ptr1;
289 *ptr0 = curMatch;
291 curMatch = *ptr0;
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp754 int curMatch; local
760 while ((curMatch = patternMatchGroup(curBlk)) > 0) {
761 numMatch += curMatch;
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 247 milliseconds