Searched defs:cur_match (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getsrc_file.c73 size_t cur_match = 0; local
130 for (inner = 0; inner < cur_match; ++inner)
134 if (inner < cur_match
151 if (cur_match < max_match)
153 if (cur_match == act_match)
169 match[cur_match++] = line;
175 if (cur_match == max_match)
181 if (cur_match > 0)
185 *nsrcs = cur_match;
/external/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c72 size_t cur_match = 0; local
131 for (inner = 0; inner < cur_match; ++inner)
135 if (inner < cur_match
152 if (cur_match < max_match)
154 if (cur_match == act_match)
170 match[cur_match++] = &cu->lines->idx[cnt];
175 if (cur_match > 0)
179 *nsrcs = cur_match;
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm37 ;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 180 milliseconds