Searched defs:nicematch (Results 1 – 7 of 7) sorted by relevance
81 nicematch equ (rsp + 16 - LocalVarsSize) ; a good enough match size define157 nicematch equ nice_match define
42 #define nicematch 24 /* a good enough match size */ macro
74 #define nicematch (rsp + 16 - LocalVarsSize) macro
30 #define nicematch r14d macro
127 nicematch equ esp + 24 ; a good enough match size define
285 …unsigned nicematch; /*stop searching if >= this length found. Set to 258 for best compression. Def… member
1433 unsigned minmatch, unsigned nicematch, unsigned lazymatching) in encodeLZ77()