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

  /external/elfutils/0.153/libdw/
dwarf_getsrc_file.c 74 size_t cur_match = 0; local
138 for (inner = 0; inner < cur_match; ++inner)
142 if (inner < cur_match
159 if (cur_match < max_match)
161 if (cur_match == act_match)
177 match[cur_match++] = line;
183 if (cur_match == max_match)
187 if (cur_match > 0)
191 *nsrcs = cur_match;
  /external/elfutils/0.153/libdwfl/
dwfl_module_getsrc_file.c 73 size_t cur_match = 0; local
132 for (inner = 0; inner < cur_match; ++inner)
136 if (inner < cur_match
153 if (cur_match < max_match)
155 if (cur_match == act_match)
171 match[cur_match++] = &cu->lines->idx[cnt];
176 if (cur_match > 0)
180 *nsrcs = cur_match;
  /external/zlib/src/contrib/masmx86/
match686.asm 37 ;uInt longest_match(s, cur_match)
39 ; IPos cur_match; /* current match */
42 cur_match equ dword ptr[esp+NbStack-0] define
209 ;;; Retrieve the function arguments. ecx will hold cur_match
305 ;;; match = s->window + cur_match;
309 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
410 ;;; s->match_start = cur_match;

Completed in 503 milliseconds