HomeSort by relevance Sort by last modified time
    Searched refs:strend (Results 1 - 11 of 11) sorted by null

  /external/toybox/toys/posix/
basename.c 26 if (suffix && *suffix && (suffix = strend(base, suffix))) *suffix = 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.c 1170 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1174 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1304 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1867 Bytef *scan, *strend; \/* scan goes up to strend for length of run *\/ local
    [all...]
  /external/pdfium/third_party/zlib_v128/
deflate.c 1169 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1173 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1303 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1866 Bytef *scan, *strend; \/* scan goes up to strend for length of run *\/ local
    [all...]
  /external/python/cpython2/Modules/zlib/
deflate.c 1170 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1174 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1304 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1867 Bytef *scan, *strend; \/* scan goes up to strend for length of run *\/ local
    [all...]
  /external/syslinux/com32/lib/zlib/
deflate.c 1085 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1089 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1219 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1747 Bytef *scan, *strend; \/* scan goes up to strend for length of run *\/ local
    [all...]
  /external/zlib/src/
deflate.c 1170 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1174 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1304 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1867 Bytef *scan, *strend; \/* scan goes up to strend for length of run *\/ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 1049 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1053 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1182 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
    [all...]
  /external/toybox/lib/
lib.h 211 char *strend(char *str, char *suffix);
lib.c 400 char *strend(char *str, char *suffix) function
  /external/dhcpcd-6.8.2/
if-options.c 612 strend(const char *s) function
    [all...]
  /external/zlib/src/contrib/masmx86/
match686.asm 64 strend equ dword ptr [esp+NbStack-76] define

Completed in 835 milliseconds