Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/lib/
H A Dlzx_decompress.c25 #define LZX_NUM_PRIMARY_LENS 7 macro
26 #define LZX_NUM_LEN_HEADERS (LZX_NUM_PRIMARY_LENS + 1)
41 #define LZX_LENCODE_NUM_SYMBOLS (LZX_NUM_LENS - LZX_NUM_PRIMARY_LENS)
502 if (match_len == LZX_NUM_PRIMARY_LENS) in lzx_decompress_block()