HomeSort by relevance Sort by last modified time
    Searched refs:CLzRef (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFind.h 11 typedef UInt32 CLzRef;
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 *son,
LzFind.c 169 static CLzRef* AllocRefs(size_t num, ISzAlloc *alloc)
171 size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
172 if (sizeInBytes / sizeof(CLzRef) != num)
174 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes);
325 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems)
357 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
388 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
392 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
393 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
404 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) < (…)
    [all...]
LzFindMt.h 74 CLzRef *son;
LzFindMt.c 236 static Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte *cur, CLzRef *son,
245 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
246 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
259 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h 11 typedef UInt32 CLzRef;
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 *son,
LzFind.c 171 static CLzRef* AllocRefs(size_t num, ISzAlloc *alloc)
173 size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
174 if (sizeInBytes / sizeof(CLzRef) != num)
176 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes);
327 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems)
359 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
390 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
394 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
395 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
406 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) < (…)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h 11 typedef UInt32 CLzRef;
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 *son,
LzFind.c 171 static CLzRef* AllocRefs(size_t num, ISzAlloc *alloc)
173 size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
174 if (sizeInBytes / sizeof(CLzRef) != num)
176 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes);
327 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems)
359 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
390 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
394 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
395 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
406 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) < (…)
    [all...]
  /external/lzma/C/
LzFind.h 11 typedef UInt32 CLzRef;
30 CLzRef *hash;
31 CLzRef *son;
78 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems);
81 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
LzFind.c 170 static CLzRef* AllocRefs(size_t num, ISzAllocPtr alloc)
172 size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
173 if (sizeInBytes / sizeof(CLzRef) != num)
175 return (CLzRef *)ISzAlloc_Alloc(alloc, sizeInBytes);
304 CLzRef *items = p->hash;
314 CLzRef *items = p->hash + p->fixedHashSize;
350 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems)
389 static UInt32 * Hc_GetMatchesSpec(unsigned lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
465 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
469 CLzRef *ptr0 = son + ((size_t)_cyclicBufferPos << 1) + 1;
    [all...]
LzFindMt.h 74 CLzRef *son;
LzFindMt.c 245 static UInt32 *GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte *cur, CLzRef *son,
254 CLzRef *ptr0 = son + ((size_t)_cyclicBufferPos << 1) + 1;
255 CLzRef *ptr1 = son + ((size_t)_cyclicBufferPos << 1);
267 CLzRef *pair = son + ((size_t)(cyc1 - delta + ((delta > cyc1) ? _cyclicBufferSize : 0)) << 1);
282 CLzRef *pair = son + ((size_t)(_cyclicBufferPos - delta + ((_cyclicBufferPos < delta) ? _cyclicBufferSize : 0)) << 1);

Completed in 7530 milliseconds