Home
last modified time | relevance | path

Searched refs:longest_match (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares_dns_name.c91 const ares_nameoffset_t *longest_match = NULL; in ares__nameoffset_find() local
108 if (longest_match != NULL && longest_match->name_len > val->name_len) { in ares__nameoffset_find()
125 longest_match = val; in ares__nameoffset_find()
128 return longest_match; in ares__nameoffset_find()
/third_party/zlib/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
/third_party/libwebsockets/win32port/zlib/
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));
1109 local uInt longest_match(s, cur_match) in longest_match() function
1258 local uInt longest_match(s, cur_match) in longest_match() function
1603 s->match_length = longest_match (s, hash_head);
1604 /* longest_match() sets match_start */
1709 s->match_length = longest_match (s, hash_head);
1710 /* longest_match() sets match_start */
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c107 uInt longest_match OF((deflate_state *s, IPos cur_match));
109 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1289 local uInt longest_match(s, cur_match) in longest_match() function
1456 local uInt longest_match(s, cur_match) in longest_match() function
1953 s->match_length = longest_match (s, hash_head);
1954 /* longest_match() sets match_start */
2059 s->match_length = longest_match (s, hash_head);
2060 /* longest_match() sets match_start */
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c107 uInt longest_match OF((deflate_state *s, IPos cur_match));
109 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1281 local uInt longest_match(s, cur_match) in longest_match() function
1448 local uInt longest_match(s, cur_match) in longest_match() function
1937 s->match_length = longest_match (s, hash_head);
1938 /* longest_match() sets match_start */
2043 s->match_length = longest_match (s, hash_head);
2044 /* longest_match() sets match_start */
/third_party/node/deps/zlib/
H A Ddeflate.c1395 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match() function
1561 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match() function
1902 s->match_length = longest_match (s, hash_head); in deflate_fast()
1903 /* longest_match() sets match_start */ in deflate_fast()
2008 s->match_length = longest_match (s, hash_head); in deflate_slow()
2009 /* longest_match() sets match_start */ in deflate_slow()
/third_party/zlib/
H A Ddeflate.c1356 local uInt longest_match(deflate_state *s, IPos cur_match) in longest_match() function
1505 local uInt longest_match(deflate_state *s, IPos cur_match) in longest_match() function
1858 s->match_length = longest_match (s, hash_head); in deflate_fast()
1859 /* longest_match() sets match_start */ in deflate_fast()
1962 s->match_length = longest_match (s, hash_head); in deflate_slow()
1963 /* longest_match() sets match_start */ in deflate_slow()

Completed in 16 milliseconds