Searched defs:longest_match (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86
8 ; File written by Gilles Vollant, by converting to assembly the longest_match
36 ;uInt longest_match(s, cur_match)
42 longest_match: ; PROC label
505 longest_match ENDP
/external/zlib/src/contrib/amd64/
H A Damd64-match.S2 * match.S -- optimized version of longest_match()
13 # define longest_match _longest_match
56 .globl match_init, longest_match
143 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
145 longest_match: label
/external/zlib/src/contrib/asm686/
H A Dmatch.S1 /* match.S -- x86 assembly version of the zlib longest_match() function.
25 #define longest_match _longest_match define
81 .globl match_init, longest_match
85 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
88 longest_match: label
/external/zlib/src/contrib/gcc_gvmat64/
H A Dgvmat64.S6 ; gvmat64.S -- Asm portion of the optimized longest_match for 32 bits x86_64
12 ; File written by Gilles Vollant, by converting to assembly the longest_match
41 ;uInt longest_match(s, cur_match)
55 # define longest_match _longest_match
60 .globl match_init, longest_match
62 longest_match: label
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86_64
10 ; File written by Gilles Vollant, by converting to assembly the longest_match
56 ;uInt longest_match(s, cur_match)
60 longest_match PROC label
546 longest_match ENDP
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm1 ; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86
4 ; for MASM. This is as assembly version of longest_match
15 ; this file contain two implementation of longest_match
17 ; this longest_match was written by Brian raiter (1998), optimized for Pentium Pro
20 ; for using an assembly version of longest_match, you need define ASMV in project
37 ;uInt longest_match(s, cur_match)
99 public longest_match
162 ;;; match686.asm -- Pentium-Pro-optimized version of longest_match()
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
194 longest_match pro label
[all...]
/external/chromium_org/third_party/zlib/
H A Ddeflate.c91 uInt longest_match OF((deflate_state *s, IPos cur_match, int clas));
93 local uInt longest_match OF((deflate_state *s, IPos cur_match, int clas));
1138 local uInt longest_match(s, cur_match, clas) function
1296 /* cookie_match is a replacement for longest_match in the case of cookie data.
1298 * longest_match is both wasteful and often fails to find the correct match.
1352 local uInt longest_match(s, cur_match, clas) function
1725 s->match_length = longest_match (s, hash_head, clas);
1726 /* longest_match() sets match_start */
1842 s->match_length = longest_match (s, hash_head, clas);
1844 /* longest_match() set
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.c90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1148 local uInt longest_match(s, cur_match) function
1297 local uInt longest_match(s, cur_match) function
1665 s->match_length = longest_match (s, hash_head);
1666 /* longest_match() sets match_start */
1771 s->match_length = longest_match (s, hash_head);
1772 /* longest_match() sets match_start */
/external/zlib/src/
H A Ddeflate.c90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1148 local uInt longest_match(s, cur_match) function
1297 local uInt longest_match(s, cur_match) function
1665 s->match_length = longest_match (s, hash_head);
1666 /* longest_match() sets match_start */
1771 s->match_length = longest_match (s, hash_head);
1772 /* longest_match() sets match_start */
/external/chromium_org/third_party/re2/re2/
H A Dre2.h510 // longest_match (false) search for longest match, not first match
538 // if opt.longest_match() == false
541 // opt.longest_match() == true
584 bool longest_match() const { return longest_match_; } function in class:re2::RE2::Options
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1147 local uInt longest_match( function
1296 local uInt longest_match( function
1664 s->match_length = longest_match (s, hash_head);
1665 /* longest_match() sets match_start */
1770 s->match_length = longest_match (s, hash_head);
1771 /* longest_match() sets match_start */
/external/regex-re2/re2/
H A Dre2.h510 // longest_match (false) search for longest match, not first match
538 // if opt.longest_match() == false
541 // opt.longest_match() == true
596 bool longest_match() const { return longest_match_; } function in class:re2::RE2::Options

Completed in 5433 milliseconds