Home
last modified time | relevance | path

Searched defs:longest_match (Results 1 – 10 of 10) sorted by relevance

/external/zlib/src/contrib/asm686/
Dmatch.S25 #define longest_match _longest_match macro
88 longest_match: label
/external/zlib/src/contrib/gcc_gvmat64/
Dgvmat64.S55 # define longest_match _longest_match macro
62 longest_match: label
/external/zlib/src/contrib/amd64/
Damd64-match.S13 # define longest_match _longest_match macro
145 longest_match: label
/external/zlib/src/contrib/masmx86/
Dmatch686.asm194 longest_match proc near label
/external/zlib/src/contrib/masmx64/
Dgvmat64.asm60 longest_match PROC label
/external/syslinux/com32/lib/zlib/
Ddeflate.c1063 local uInt longest_match(s, cur_match) in longest_match() function
1212 local uInt longest_match(s, cur_match) in longest_match() function
/external/pdfium/third_party/zlib_v128/
Ddeflate.c1147 local uInt longest_match( in longest_match() function
1296 local uInt longest_match( in longest_match() function
/external/python/cpython2/Modules/zlib/
Ddeflate.c1148 local uInt longest_match(s, cur_match) in longest_match() function
1297 local uInt longest_match(s, cur_match) in longest_match() function
/external/zlib/src/
Ddeflate.c1148 local uInt longest_match(s, cur_match) in longest_match() function
1297 local uInt longest_match(s, cur_match) in longest_match() function
/external/regex-re2/re2/
Dre2.h596 bool longest_match() const { return longest_match_; } in longest_match() function