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

  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.h 45 /* LZMA_REQUIRED_INPUT_MAX = number of required input bytes for worst case.
48 #define LZMA_REQUIRED_INPUT_MAX 20
68 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.h 46 /* LZMA_REQUIRED_INPUT_MAX = number of required input bytes for worst case.
49 #define LZMA_REQUIRED_INPUT_MAX 20
69 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];
  /external/lzma/C/
LzmaDec.h 45 /* LZMA_REQUIRED_INPUT_MAX = number of required input bytes for worst case.
48 #define LZMA_REQUIRED_INPUT_MAX 20
68 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];

Completed in 340 milliseconds