HomeSort by relevance Sort by last modified time
    Searched refs:strstart (Results 1 - 25 of 37) sorted by null

1 2

  /external/clang/test/CoverageMapping/
loopmacro.c 36 int strstart = 0; local
44 strstart++;
45 INSERT_STRING(strstart, hash_head);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.c 350 s->strstart = 0;
365 str = s->strstart;
375 s->strstart = str;
379 s->strstart += s->lookahead;
380 s->block_start = (long)s->strstart;
589 wraplen = 6 + (s->strstart ? 4 : 0);
750 if (s->strstart != 0) header |= PRESET_DICT;
757 if (s->strstart != 0) {
    [all...]
deflate.h 159 uInt strstart; /* start of string to insert */ member in struct:internal_state
  /external/u-boot/lib/zlib/
deflate.c 336 s->strstart = length;
509 wraplen = 6 + (s->strstart ? 4 : 0);
665 if (s->strstart != 0) header |= PRESET_DICT;
672 if (s->strstart != 0) {
849 s->strstart = 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 340 s->strstart = length;
637 if (s->strstart != 0) header |= PRESET_DICT;
644 if (s->strstart != 0) {
    [all...]
deflate.h 156 uInt strstart; /* start of string to insert */ member in struct:internal_state
  /external/zlib/src/
deflate.c 403 s->strstart = 0;
418 str = s->strstart;
428 s->strstart = str;
432 s->strstart += s->lookahead;
433 s->block_start = (long)s->strstart;
456 len = s->strstart + s->lookahead;
460 zmemcpy(dictionary, s->window + s->strstart + s->lookahead - len, len);
595 if (strm->avail_in || (s->strstart - s->block_start) + s->lookahead)
674 wraplen = 6 + (s->strstart ? 4 : 0);
828 if (s->strstart != 0) header |= PRESET_DICT
    [all...]
  /external/python/cpython2/Modules/zlib/
deflate.c 403 s->strstart = 0;
418 str = s->strstart;
428 s->strstart = str;
432 s->strstart += s->lookahead;
433 s->block_start = (long)s->strstart;
456 len = s->strstart + s->lookahead;
460 zmemcpy(dictionary, s->window + s->strstart + s->lookahead - len, len);
674 wraplen = 6 + (s->strstart ? 4 : 0);
828 if (s->strstart != 0) header |= PRESET_DICT;
834 if (s->strstart != 0)
    [all...]
deflate.h 162 uInt strstart; /* start of string to insert */ member in struct:internal_state
  /external/toybox/toys/posix/
file.c 215 else if (len>=45 && strstart(&s, "\177ELF")) do_elf_file(fd);
216 else if (len>=8 && strstart(&s, "!<arch>\n")) xprintf("ar archive\n");
217 else if (len>28 && strstart(&s, "\x89PNG\x0d\x0a\x1a\x0a")) {
225 if (chunk_length == 13 && strstart(&s, "IHDR")) {
240 } else if (len>16 && (strstart(&s, "GIF87a") || strstart(&s, "GIF89a")))
248 else if (len>8 && strstart(&s, "\xca\xfe\xba\xbe"))
253 else if (len>8 && strstart(&s, "dex\n") && s[3] == 0)
259 else if (len>85 && strstart(&s, "07070")) {
273 else if (len>5 && strstart(&s, "PK\03\04"))
    [all...]
sort.c 224 if (xx<yy && !strstart(&y, "-rc") && !strstart(&y, "-pre")) return -1;
  /external/toybox/toys/net/
rfkill.c 87 if (strstart(&s, "RFKILL_NAME=")) name = xstrdup(s);
88 else if (strstart(&s, "RFKILL_TYPE=")) type = xstrdup(s);
netstat.c 157 if (strstart(&s, "tcp")) {
161 } else if (strstart(&s, "udp")) {
164 } else if (strstart(&s, "raw")) sprintf(ss_state = buf, "%u", state);
257 if (strstart(&s, "socket:[") || strstart(&s, "[0000]:")) {
  /external/toybox/toys/other/
lspci.c 87 if (strstart(&s, vbig ? device : vendor)) {
blkid.c 131 if (strstart(&s, "NO NAME")) len=0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 302 raise TokenError, ("EOF in multi-line string", strstart)
307 strstart, (lnum, end), contline + line)
312 strstart, (lnum, len(line)), contline)
392 strstart = (lnum, start) # multiple lines
400 strstart = (lnum, start)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 377 raise TokenError, ("EOF in multi-line string", strstart)
382 strstart, (lnum, end), contline + line)
387 strstart, (lnum, len(line)), contline)
462 strstart = (lnum, start) # multiple lines
470 strstart = (lnum, start)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 296 raise TokenError, ("EOF in multi-line string", strstart)
301 strstart, (lnum, end), contline + line)
306 strstart, (lnum, len(line)), contline)
384 strstart = (lnum, start) # multiple lines
392 strstart = (lnum, start)
  /external/python/cpython2/Lib/
tokenize.py 326 raise TokenError, ("EOF in multi-line string", strstart)
331 strstart, (lnum, end), contline + line)
336 strstart, (lnum, len(line)), contline)
416 strstart = (lnum, start) # multiple lines
424 strstart = (lnum, start)
  /external/python/cpython2/Lib/lib2to3/pgen2/
tokenize.py 379 raise TokenError, ("EOF in multi-line string", strstart)
384 strstart, (lnum, end), contline + line)
389 strstart, (lnum, len(line)), contline)
464 strstart = (lnum, start) # multiple lines
472 strstart = (lnum, start)
  /external/python/cpython3/Lib/lib2to3/pgen2/
tokenize.py 372 raise TokenError("EOF in multi-line string", strstart)
377 strstart, (lnum, end), contline + line)
382 strstart, (lnum, len(line)), contline)
484 strstart = (lnum, start) # multiple lines
492 strstart = (lnum, start)
  /external/zlib/src/contrib/gcc_gvmat64/
gvmat64.S 132 printf("#define dsStrStart %u\n",(int)(((char*)&(s->strstart))-((char*)s)));
160 #define strstart [ rcx + dsStrStart] define
251 //;;; register Bytef *scan = s->window + s->strstart;
253 mov ebp, strstart
263 //;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
264 //;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
  /external/python/cpython3/Lib/
tokenize.py 519 raise TokenError("EOF in multi-line string", strstart)
524 strstart, (lnum, end), contline + line)
529 strstart, (lnum, len(line)), contline)
612 strstart = (lnum, start) # multiple lines
631 strstart = (lnum, start)
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 148 COMM strstart:DWORD
184 strstart equ [ rcx + dsStrStart] define
270 ;;; register Bytef *scan = s->window + s->strstart;
272 mov ebp, strstart
282 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
283 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
  /external/toybox/lib/
lib.c 448 int strstart(char **a, char *b) function
1069 int rc = s1 && s2 && strstart(&ss, s1) && (!s1[1] || s2[strlen(s1)] == '/');
    [all...]

Completed in 620 milliseconds

1 2