Searched defs:sym1 (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/libpp/
H A Ddiff_container.cpp84 symbol_entry const & sym1, count_array_t const & total1,
94 percent1 = op_ratio(sym1.sample.counts[i], total1[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/qemu/
H A Delf_ops.h95 struct elf_sym *sym1 = (struct elf_sym *)s1; local
96 return (sym0->st_value < sym1->st_value)
98 : ((sym0->st_value > sym1->st_value) ? 1 : 0);
/external/elfutils/src/
H A Delfcmp.c294 GElf_Sym *sym1 = gelf_getsym (data1, ndx, &sym1_mem); local
295 if (sym1 == NULL)
307 sym1->st_name);
311 || sym1->st_value != sym2->st_value
312 || (sym1->st_size != sym2->st_size
313 && sym1->st_shndx != SHN_UNDEF)
314 || sym1->st_info != sym2->st_info
315 || sym1->st_other != sym2->st_other
316 || sym1->st_shndx != sym1
[all...]
/external/v8/test/cctest/
H A Dtest-api.cc5944 "var sym1 = '\355\240\201\355\260\207';"
5948 "if (sym1.length != 2) throw sym1;"
5949 "if (sym1.charCodeAt(1) != 0xdc07) throw sym1.charCodeAt(1);"
5953 "if (sym3.charCodeAt(2) != 0xdc07) throw sym1.charCodeAt(2);"
5958 Handle<String> sym1 = v8::String::NewSymbol("\355\240\201\355\260\207"); local
5965 Local<Value> s1 = global->Get(v8_str("sym1"));
5971 CHECK(SameSymbol(sym1, Handle<String>(String::Cast(*s1))));

Completed in 343 milliseconds