/third_party/libwebsockets/win32port/zlib/ |
D | deflate.c | 90 uInt longest_match OF((deflate_state *s, IPos cur_match)); 92 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1075 local uInt longest_match(s, cur_match) in longest_match() argument 1077 IPos cur_match; /* current match */ 1123 Assert(cur_match < s->strstart, "no future"); 1124 match = s->window + cur_match; 1201 s->match_start = cur_match; 1211 } while ((cur_match = prev[cur_match & wmask]) > limit 1224 local uInt longest_match(s, cur_match) in longest_match() argument 1226 IPos cur_match; /* current match */ [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx86/ |
D | match686.asm | 37 ;uInt longest_match(s, cur_match) 39 ; IPos cur_match; /* current match */ 42 cur_match equ dword ptr[esp+NbStack-0] define 209 ;;; Retrieve the function arguments. ecx will hold cur_match
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx86/ |
D | match686.asm | 37 ;uInt longest_match(s, cur_match) 39 ; IPos cur_match; /* current match */ 42 cur_match equ dword ptr[esp+NbStack-0] define 209 ;;; Retrieve the function arguments. ecx will hold cur_match
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx64/ |
D | gvmat64.asm | 3 ; IPos cur_match); /* current match */ 56 ;uInt longest_match(s, cur_match) 58 ; IPos cur_match; /* current match */ 207 ;;; Retrieve the function arguments. r8d will hold cur_match
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx64/ |
D | gvmat64.asm | 3 ; IPos cur_match); /* current match */ 56 ;uInt longest_match(s, cur_match) 58 ; IPos cur_match; /* current match */ 207 ;;; Retrieve the function arguments. r8d will hold cur_match
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | deflate.c | 93 uInt longest_match OF((deflate_state *s, IPos cur_match)); 95 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1236 local uInt longest_match(s, cur_match) in longest_match() argument 1238 IPos cur_match; /* current match */ 1284 Assert(cur_match < s->strstart, "no future"); 1285 match = s->window + cur_match; 1362 s->match_start = cur_match; 1372 } while ((cur_match = prev[cur_match & wmask]) > limit 1385 local uInt longest_match(s, cur_match) in longest_match() argument 1387 IPos cur_match; /* current match */ [all …]
|
/third_party/zlib/ |
D | deflate.c | 93 uInt longest_match OF((deflate_state *s, IPos cur_match)); 95 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1276 local uInt longest_match(s, cur_match) in longest_match() argument 1278 IPos cur_match; /* current match */ 1324 Assert(cur_match < s->strstart, "no future"); 1325 match = s->window + cur_match; 1402 s->match_start = cur_match; 1412 } while ((cur_match = prev[cur_match & wmask]) > limit 1425 local uInt longest_match(s, cur_match) in longest_match() argument 1427 IPos cur_match; /* current match */ [all …]
|
/third_party/skia/third_party/externals/zlib/ |
D | deflate.c | 107 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() argument 1283 IPos cur_match; /* current match */ 1329 Assert(cur_match < s->strstart, "no future"); 1330 match = s->window + cur_match; 1425 s->match_start = cur_match; 1435 } while ((cur_match = prev[cur_match & wmask]) > limit 1448 local uInt longest_match(s, cur_match) in longest_match() argument 1450 IPos cur_match; /* current match */ [all …]
|
/third_party/node/deps/zlib/ |
D | deflate.c | 102 uInt longest_match OF((deflate_state *s, IPos cur_match)); 104 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1272 local uInt longest_match(s, cur_match) in longest_match() argument 1274 IPos cur_match; /* current match */ 1320 Assert(cur_match < s->strstart, "no future"); 1321 match = s->window + cur_match; 1398 s->match_start = cur_match; 1408 } while ((cur_match = prev[cur_match & wmask]) > limit 1421 local uInt longest_match(s, cur_match) in longest_match() argument 1423 IPos cur_match; /* current match */ [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | deflate.c | 93 uInt longest_match OF((deflate_state *s, IPos cur_match)); 95 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1236 local uInt longest_match(s, cur_match) in longest_match() argument 1238 IPos cur_match; /* current match */ 1284 Assert(cur_match < s->strstart, "no future"); 1285 match = s->window + cur_match; 1362 s->match_start = cur_match; 1372 } while ((cur_match = prev[cur_match & wmask]) > limit 1385 local uInt longest_match(s, cur_match) in longest_match() argument 1387 IPos cur_match; /* current match */ [all …]
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | deflate.c | 105 uInt longest_match OF((deflate_state *s, IPos cur_match)); 107 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1321 local uInt longest_match(s, cur_match) in longest_match() argument 1323 IPos cur_match; /* current match */ 1369 Assert(cur_match < s->strstart, "no future"); 1370 match = s->window + cur_match; 1447 s->match_start = cur_match; 1457 } while ((cur_match = prev[cur_match & wmask]) > limit 1470 local uInt longest_match(s, cur_match) in longest_match() argument 1472 IPos cur_match; /* current match */ [all …]
|
/third_party/ntfs-3g/libntfs-3g/ |
D | compress.c | 160 s16 cur_match; in ntfs_best_match() local 169 cur_match = pctx->head[hash]; in ntfs_best_match() 170 prev[i] = cur_match; in ntfs_best_match() 181 for (; cur_match >= 0 && depth_remaining--; in ntfs_best_match() 182 cur_match = prev[cur_match]) in ntfs_best_match() 185 matchptr = &inbuf[cur_match]; in ntfs_best_match()
|
/third_party/boost/boost/beast/zlib/detail/ |
D | deflate_stream.ipp | 1704 IN assertions: cur_match is the head of the hash chain for the current 1713 longest_match(IPos cur_match) 1723 /* Stop when cur_match becomes <= limit. To simplify the code, 1751 BOOST_ASSERT(cur_match < strstart_); 1752 match = window_ + cur_match; 1795 match_start_ = cur_match; 1802 while((cur_match = prev[cur_match & wmask]) > limit
|
D | deflate_stream.hpp | 658 BOOST_BEAST_DECL uInt longest_match (IPos cur_match);
|
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/ |
D | deflate_stream.ipp | 1704 IN assertions: cur_match is the head of the hash chain for the current 1713 longest_match(IPos cur_match) 1723 /* Stop when cur_match becomes <= limit. To simplify the code, 1751 BOOST_ASSERT(cur_match < strstart_); 1752 match = window_ + cur_match; 1795 match_start_ = cur_match; 1802 while((cur_match = prev[cur_match & wmask]) > limit
|
D | deflate_stream.hpp | 658 BOOST_BEAST_DECL uInt longest_match (IPos cur_match);
|