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

  /external/chromium_org/third_party/lzma_sdk/
LzFind.h 13 typedef UInt32 CLzRef;
27 CLzRef *hash;
28 CLzRef *son;
73 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
76 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.h 14 typedef UInt32 CLzRef;
28 CLzRef *hash;
29 CLzRef *son;
74 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
77 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
  /external/lzma/C/
LzFind.h 13 typedef UInt32 CLzRef;
27 CLzRef *hash;
28 CLzRef *son;
73 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
76 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,

Completed in 102 milliseconds