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

/external/oprofile/libpp/
H A Ddiff_container.cpp85 symbol_entry const & sym2, count_array_t const & total2,
88 diff_symbol symbol(sym2);
90 size_t size = sym2.sample.counts.size();
95 percent2 = op_ratio(sym2.sample.counts[i], total2[i]);
83 symbol_diff(diff_collection & syms, symbol_entry const & sym1, count_array_t const & total1, symbol_entry const & sym2, count_array_t const & total2, profile_container::symbol_choice & choice) argument
/external/mesa3d/src/mesa/program/
H A Dsymbol_table.c146 struct symbol *sym2; local
148 for (sym2 = hdr->symbols
149 ; sym2 != NULL
150 ; sym2 = sym2->next_with_same_name) {
151 assert(sym2->hdr == hdr);
/external/elfutils/src/
H A Dldgeneric.c4572 XElf_Sym *sym2 = sym; local
4575 *sym = *sym2;

Completed in 508 milliseconds