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

  /toolchain/binutils/binutils-2.27/gprof/
sym_ids.c 37 Sym *first_match; /* Chain of all matches. */
253 tab->base[tab->len].next = m->first_match;
254 m->first_match = &tab->base[tab->len];
336 for (left = id->left.first_match; left; left = left->next)
338 for (right = id->right.first_match; right; right = right->next)
36 Sym *first_match; \/* Chain of all matches. *\/ member in struct:match
  /external/gflags/src/
gflags_completions.cc 352 bool first_match = true; local
358 if (first_match) {
359 first_match = false;
  /external/libchrome/base/strings/
string_util.cc 785 size_t first_match = offset; local
816 if (current_match == first_match)
    [all...]

Completed in 221 milliseconds