Searched defs:LzmaGetNumProbs (Results 1 – 2 of 2) sorted by relevance
49 #define LzmaGetNumProbs(Properties) (LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((Properties)->lc + (Proper… macro
52 #define LzmaGetNumProbs(Properties) (LZMA_BASE_SIZE + (LZMA_LIT_SIZE \ macro