Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFind.c347 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpec1() local
355 *ptr0 = *ptr1 = kEmptyHashValue; in GetMatchesSpec1()
375 *ptr0 = pair[1]; in GetMatchesSpec1()
389 *ptr0 = curMatch; in GetMatchesSpec1()
390 ptr0 = pair; in GetMatchesSpec1()
391 curMatch = *ptr0; in GetMatchesSpec1()
401 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in SkipMatchesSpec() local
409 *ptr0 = *ptr1 = kEmptyHashValue; in SkipMatchesSpec()
425 *ptr0 = pair[1]; in SkipMatchesSpec()
439 *ptr0 = curMatch; in SkipMatchesSpec()
[all …]
DLzFindMt.c243 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpecN() local
253 *ptr0 = *ptr1 = kEmptyHashValue; in GetMatchesSpecN()
273 *ptr0 = pair[1]; in GetMatchesSpecN()
287 *ptr0 = curMatch; in GetMatchesSpecN()
288 ptr0 = pair; in GetMatchesSpecN()
289 curMatch = *ptr0; in GetMatchesSpecN()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c366 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpec1() local
374 *ptr0 = *ptr1 = kEmptyHashValue; in GetMatchesSpec1()
394 *ptr0 = pair[1]; in GetMatchesSpec1()
408 *ptr0 = curMatch; in GetMatchesSpec1()
409 ptr0 = pair; in GetMatchesSpec1()
410 curMatch = *ptr0; in GetMatchesSpec1()
420 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in SkipMatchesSpec() local
428 *ptr0 = *ptr1 = kEmptyHashValue; in SkipMatchesSpec()
444 *ptr0 = pair[1]; in SkipMatchesSpec()
458 *ptr0 = curMatch; in SkipMatchesSpec()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c366 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpec1() local
374 *ptr0 = *ptr1 = kEmptyHashValue; in GetMatchesSpec1()
394 *ptr0 = pair[1]; in GetMatchesSpec1()
408 *ptr0 = curMatch; in GetMatchesSpec1()
409 ptr0 = pair; in GetMatchesSpec1()
410 curMatch = *ptr0; in GetMatchesSpec1()
420 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in SkipMatchesSpec() local
428 *ptr0 = *ptr1 = kEmptyHashValue; in SkipMatchesSpec()
444 *ptr0 = pair[1]; in SkipMatchesSpec()
458 *ptr0 = curMatch; in SkipMatchesSpec()
[all …]