Home
last modified time | relevance | path

Searched defs:strend (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/lib/zlib_deflate/
H A Ddeflate.c581 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
585 register Byte *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H A Dmixer-test.c420 static bool strend(const char *haystack, const char *needle) in strend() function
/kernel/linux/linux-6.6/lib/zlib_deflate/
H A Ddeflate.c588 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
592 register Byte *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c1131 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1135 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1265 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1805 Bytef *scan, *strend; /* scan goes up to strend for length of run */ global() local
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c1311 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1315 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1463 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
2161 Bytef *scan, *strend; /* scan goes up to strend for length of run */ global() local
[all...]
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c1303 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1307 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1455 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
2145 Bytef *scan, *strend; /* scan goes up to strend for length of run */ global() local
[all...]
/third_party/node/deps/zlib/
H A Ddeflate.c1414 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
1418 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1565 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
2107 Bytef *scan, *strend; /* scan goes up to strend for length of run */ deflate_rle() local
[all...]
/third_party/zlib/
H A Ddeflate.c1376 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
1380 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1510 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
2056 Bytef *scan, *strend; /* scan goes up to strend for length of run */ deflate_rle() local
[all...]
/third_party/toybox/lib/
H A Dlib.c481 char *strend(char *str, char *suffix) in strend() function

Completed in 17 milliseconds