OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:longest_match
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/dist/zlib/contrib/gcc_gvmat64/
gvmat64.S
6
; 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
/src/common/dist/zlib/
deflate.c
1350
local uInt
longest_match
(deflate_state *s, IPos cur_match) {
function
1498
local uInt
longest_match
(deflate_state *s, IPos cur_match) {
function
1847
s->match_length =
longest_match
(s, hash_head);
1848
/*
longest_match
() sets match_start */
1950
s->match_length =
longest_match
(s, hash_head);
1951
/*
longest_match
() sets match_start */
/src/sys/net/
zlib.c
695
uInt
longest_match
(deflate_state *s, IPos cur_match);
697
local uInt
longest_match
(deflate_state *s, IPos cur_match);
1350
local uInt
longest_match
(deflate_state *s,
function
1491
local uInt
longest_match
(s, cur_match)
function
1794
s->match_length =
longest_match
(s, hash_head);
1796
/*
longest_match
() sets match_start */
1892
s->match_length =
longest_match
(s, hash_head);
1894
/*
longest_match
() sets match_start */
Completed in 25 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026