Home
last modified time | relevance | path

Searched refs:NUM_REFS_ALIGN_MASK (Results 1 – 1 of 1) sorted by relevance

/third_party/lzma/C/
DLzFind.c470 #define NUM_REFS_ALIGN_MASK 0xF in MatchFinder_Create() macro
471 newSize = (newSize + NUM_REFS_ALIGN_MASK) & ~(size_t)NUM_REFS_ALIGN_MASK; in MatchFinder_Create()