Home
last modified time | relevance | path

Searched defs:nice_match (Results 1 – 9 of 9) sorted by relevance

/external/zlib/src/contrib/gcc_gvmat64/
Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
/external/zlib/src/contrib/masmx86/
Dmatch686.asm59 nice_match equ dword ptr [esp+NbStack-60] define
/external/zlib/src/contrib/masmx64/
Dgvmat64.asm190 nice_match equ [ rcx + dsNiceMatch] define
/external/opencv3/3rdparty/zlib/
Ddeflate.h191 int nice_match; /* Stop searching when current match exceeds this */ member
Ddeflate.c1157 int nice_match = s->nice_match; /* stop if match long enough */ local
/external/pdfium/third_party/zlib_v128/
Ddeflate.h191 int nice_match; /* Stop searching when current match exceeds this */ member
Ddeflate.c1156 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local
/external/zlib/src/
Ddeflate.h191 int nice_match; /* Stop searching when current match exceeds this */ member
Ddeflate.c1157 int nice_match = s->nice_match; /* stop if match long enough */ local