Searched refs:MAX_MATCH_8 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/lib/libz/contrib/asm686/
H A Dmatch.S31 #define MAX_MATCH_8 ((MAX_MATCH + 7) & ~7) define
242 /* both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and %edx is */
243 /* initialized to -(MAX_MATCH_8 - scanalign). */
249 movl $(-MAX_MATCH_8), %edx
250 lea MAX_MATCH_8(%edi,%eax), %edi
251 lea MAX_MATCH_8(%esi,%eax), %esi

Completed in 48 milliseconds