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

  /external/elfutils/libdw/
dwarf_getsrc_file.c 53 size_t cur_match = 0; local
117 for (inner = 0; inner < cur_match; ++inner)
121 if (inner < cur_match
138 if (cur_match < max_match)
140 if (cur_match == act_match)
156 match[cur_match++] = line;
162 if (cur_match == max_match)
166 if (cur_match > 0)
170 *nsrcs = cur_match;
  /external/elfutils/libdwfl/
dwfl_module_getsrc_file.c 70 size_t cur_match = 0; local
116 for (inner = 0; inner < cur_match; ++inner)
120 if (inner < cur_match
137 if (cur_match < max_match)
139 if (cur_match == act_match)
155 match[cur_match++] = &cu->lines->idx[cnt];
160 if (cur_match > 0)
164 *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;
  /toolchain/binutils/binutils-2.27/zlib/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 107 milliseconds