Home
last modified time | relevance | path

Searched refs:longest_match (Results 1 – 22 of 22) sorted by relevance

/external/zlib/src/contrib/masmx86/
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 proc near label
Dreadme.txt5 longest_match() and inflate_fast().
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dfold-add.ll7 @llvm.used = appending global [1 x i8*] [i8* bitcast (i32 (i32)* @longest_match to i8*)] ; <[1 x i…
9 define fastcc i32 @longest_match(i32 %cur_match) nounwind {
10 ; CHECK: longest_match:
/external/llvm/test/CodeGen/X86/
Dfold-add.ll7 @llvm.used = appending global [1 x i8*] [i8* bitcast (i32 (i32)* @longest_match to i8*)] ; <[1 x i…
9 define fastcc i32 @longest_match(i32 %cur_match) nounwind {
10 ; CHECK-LABEL: longest_match:
Dzlib-longest-match.ll5 ; This is longest_match, the hot function from zlib's deflate implementation.
16 ; CHECK-LABEL: longest_match:
28 define i32 @longest_match(%struct.internal_state* nocapture %s, i32 %cur_match) nounwind {
/external/zlib/src/contrib/masmx64/
Dreadme.txt4 longest_match() and inflate_fast(), for 64 bits x86 (both AMD64 and Intel EM64t),
8 assembly optimized version from Jean-loup Gailly original longest_match function
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
/external/zlib/src/contrib/
DREADME.contrib30 assembler to replace longest_match() and inflate_fast()
50 replace longest_match() and inflate_fast(), also masm x86
54 x86 asm code to replace longest_match() and inflate_fast(),
/external/zlib/src/contrib/asm686/
Dmatch.S25 #define longest_match _longest_match macro
81 .globl match_init, longest_match
88 longest_match: label
/external/zlib/src/contrib/gcc_gvmat64/
Dgvmat64.S55 # define longest_match _longest_match macro
60 .globl match_init, longest_match
62 longest_match: label
/external/zlib/src/contrib/amd64/
Damd64-match.S13 # define longest_match _longest_match macro
56 .globl match_init, longest_match
145 longest_match: label
/external/libyuv/files/tools/msan/
Dblacklist.txt13 fun:longest_match
/external/toolchain-utils/user_activity_benchmarks/testdata/input/pprof_top/
Dfile3.pprof11 …2632046464 2.65% 20.64% 2636062338 2.65% longest_match /home/chrome-bot/chrome_root/src/third_p…
/external/syslinux/com32/lib/zlib/
Ddeflate.c90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1063 local uInt longest_match(s, cur_match) in longest_match() function
1212 local uInt longest_match(s, cur_match) in longest_match() function
1557 s->match_length = longest_match (s, hash_head);
1657 s->match_length = longest_match (s, hash_head);
/external/pdfium/third_party/zlib_v128/
Ddeflate.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( in longest_match() function
1296 local uInt longest_match( in longest_match() function
1664 s->match_length = longest_match (s, hash_head); in deflate_fast()
1770 s->match_length = longest_match (s, hash_head); in deflate_slow()
/external/python/cpython2/Modules/zlib/
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) in longest_match() function
1297 local uInt longest_match(s, cur_match) in longest_match() function
1665 s->match_length = longest_match (s, hash_head);
1771 s->match_length = longest_match (s, hash_head);
DChangeLog369 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant]
1178 386 asm code replacing longest_match().
1388 - optimized fill_window, put longest_match inline for gcc
/external/zlib/src/
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) in longest_match() function
1297 local uInt longest_match(s, cur_match) in longest_match() function
1665 s->match_length = longest_match (s, hash_head);
1771 s->match_length = longest_match (s, hash_head);
DChangeLog369 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant]
1178 386 asm code replacing longest_match().
1388 - optimized fill_window, put longest_match inline for gcc
/external/regex-re2/re2/
Dre2.h596 bool longest_match() const { return longest_match_; } in longest_match() function
Dre2.cc594 if (options_.longest_match()) in Match()
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dlsr-on-unrolled-loops.ll394 define i32 @longest_match(%struct.internal_state* %s, i32 %cur_match) nounwind optsize {