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

  /external/chromium_org/third_party/lzma_sdk/
LzFind.h 20 UInt32 streamPos;
56 #define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->pos)
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.h 21 UInt32 streamPos;
57 #define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->pos)
  /external/lzma/C/
LzFind.h 20 UInt32 streamPos;
56 #define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->pos)

Completed in 385 milliseconds