Home
last modified time | relevance | path

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

12

/third_party/zlib/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().
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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().
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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().
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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
/third_party/zlib/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
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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(),
/third_party/zlib/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(),
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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(),
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/asm686/
Dmatch.S25 #define longest_match _longest_match macro
81 .globl match_init, longest_match
88 longest_match: label
/third_party/zlib/contrib/asm686/
Dmatch.S25 #define longest_match _longest_match macro
81 .globl match_init, longest_match
88 longest_match: label
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/asm686/
Dmatch.S25 #define longest_match _longest_match macro
81 .globl match_init, longest_match
88 longest_match: label
/third_party/zlib/contrib/gcc_gvmat64/
Dgvmat64.S55 # define longest_match _longest_match macro
60 .globl match_init, longest_match
62 longest_match: label
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/gcc_gvmat64/
Dgvmat64.S55 # define longest_match _longest_match macro
60 .globl match_init, longest_match
62 longest_match: label
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/gcc_gvmat64/
Dgvmat64.S55 # define longest_match _longest_match macro
60 .globl match_init, longest_match
62 longest_match: label
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/amd64/
Damd64-match.S13 # define longest_match _longest_match macro
56 .globl match_init, longest_match
145 longest_match: label
/third_party/zlib/contrib/amd64/
Damd64-match.S13 # define longest_match _longest_match macro
56 .globl match_init, longest_match
145 longest_match: label
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/amd64/
Damd64-match.S13 # define longest_match _longest_match macro
56 .globl match_init, longest_match
145 longest_match: label
/third_party/skia/third_party/externals/zlib/patches/
D0007-zero-init-deflate-window.patch8 This happens in both regular deflate's longest_match and deflate_rle.

12