Searched refs:CLzRef (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.h | 11 typedef UInt32 CLzRef; typedef 30 CLzRef *hash; 31 CLzRef *son; 76 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems); 79 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…
|
D | LzFind.c | 171 static CLzRef* AllocRefs(size_t num, ISzAlloc *alloc) in AllocRefs() 173 size_t sizeInBytes = (size_t)num * sizeof(CLzRef); in AllocRefs() 174 if (sizeInBytes / sizeof(CLzRef) != num) in AllocRefs() 176 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes); in AllocRefs() 327 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems) in MatchFinder_Normalize3() 359 …t32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in Hc_GetMatchesSpec() 390 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() 394 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpec1() 395 CLzRef *ptr1 = son + (_cyclicBufferPos << 1); in GetMatchesSpec1() 406 …CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize … in GetMatchesSpec1() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzFind.h | 11 typedef UInt32 CLzRef; typedef 30 CLzRef *hash; 31 CLzRef *son; 76 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems); 79 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…
|
D | LzFind.c | 169 static CLzRef* AllocRefs(size_t num, ISzAlloc *alloc) in AllocRefs() 171 size_t sizeInBytes = (size_t)num * sizeof(CLzRef); in AllocRefs() 172 if (sizeInBytes / sizeof(CLzRef) != num) in AllocRefs() 174 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes); in AllocRefs() 325 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems) in MatchFinder_Normalize3() 357 …t32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in Hc_GetMatchesSpec() 388 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() 392 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpec1() 393 CLzRef *ptr1 = son + (_cyclicBufferPos << 1); in GetMatchesSpec1() 404 …CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize … in GetMatchesSpec1() [all …]
|
D | LzFindMt.h | 74 CLzRef *son;
|
D | LzFindMt.c | 236 static Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpecN() 245 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpecN() 246 CLzRef *ptr1 = son + (_cyclicBufferPos << 1); in GetMatchesSpecN() 259 …CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize … in GetMatchesSpecN()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.h | 11 typedef UInt32 CLzRef; typedef 30 CLzRef *hash; 31 CLzRef *son; 76 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems); 79 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…
|
D | LzFind.c | 171 static CLzRef* AllocRefs(size_t num, ISzAlloc *alloc) in AllocRefs() 173 size_t sizeInBytes = (size_t)num * sizeof(CLzRef); in AllocRefs() 174 if (sizeInBytes / sizeof(CLzRef) != num) in AllocRefs() 176 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes); in AllocRefs() 327 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems) in MatchFinder_Normalize3() 359 …t32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in Hc_GetMatchesSpec() 390 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() 394 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpec1() 395 CLzRef *ptr1 = son + (_cyclicBufferPos << 1); in GetMatchesSpec1() 406 …CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize … in GetMatchesSpec1() [all …]
|