HomeSort by relevance Sort by last modified time
    Searched defs:strstart (Results 1 - 8 of 8) sorted by null

  /external/clang/test/CoverageMapping/
loopmacro.c 36 int strstart = 0; local
44 strstart++;
45 INSERT_STRING(strstart, hash_head);
  /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/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/opencv3/3rdparty/zlib/
deflate.h 159 uInt strstart; /* start of string to insert */ member in struct:internal_state
  /external/pdfium/third_party/zlib_v128/
deflate.h 159 uInt strstart; /* start of string to insert */ member in struct:internal_state
  /external/zlib/src/
deflate.h 159 uInt strstart; /* start of string to insert */ member in struct:internal_state
  /external/toybox/lib/
lib.c 395 int strstart(char **a, char *b) function
  /external/valgrind/perf/
tinycc.c 6679 static int strstart(const char *str, const char *val, const char **ptr) function
    [all...]

Completed in 340 milliseconds