Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/win32port/zlib/
H A Ddeflate.c1097 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1101 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1231 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1759 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
/aosp_15_r20/external/python/cpython2/Modules/zlib/
Ddeflate.c1258 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1262 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1392 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
2063 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/
Ddeflate.c1258 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1262 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1392 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
2063 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
/aosp_15_r20/external/zlib/
H A Ddeflate.c1425 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
1429 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1576 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
2118 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/
Ddeflate_rle.c20 unsigned char *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
Dinsert_string_tpl.h90 uint8_t *strend = strstart + count; in INSERT_STRING() local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/masmx86/
Dmatch686.asm64 strend equ dword ptr [esp+NbStack-76] define
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/alsa/
H A Dmixer-test.c459 static bool strend(const char *haystack, const char *needle) in strend() function
/aosp_15_r20/external/toybox/lib/
H A Dlib.c495 char *strend(char *str, char *suffix) in strend() function