Home
last modified time | relevance | path

Searched refs:bt1 (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler_stack_frame_deduplicator_unittest.cc84 StackFrame bt1[] = {kRendererMain, kCreateWidget}; in TEST() local
98 ASSERT_EQ(3, dedup->Insert(std::begin(bt1), std::end(bt1))); in TEST()
118 StackFrame bt1[] = {kBrowserMain, kInitialize}; in TEST() local
130 ASSERT_EQ(2, dedup->Insert(std::begin(bt1), std::end(bt1))); in TEST()
147 ASSERT_EQ(2, dedup->Insert(std::begin(bt1), std::end(bt1))); in TEST()
/external/testng/src/test/java/test/configuration/
DBeforeTestOrdering1Test.java10 public void bt1() { in bt1() method in BeforeTestOrdering1Test
/external/jemalloc/src/
Dprof.c1769 const prof_bt_t *bt1 = (prof_bt_t *)k1; in prof_bt_keycomp() local
1774 if (bt1->len != bt2->len) in prof_bt_keycomp()
1776 return (memcmp(bt1->vec, bt2->vec, bt1->len * sizeof(void *)) == 0); in prof_bt_keycomp()
/external/valgrind/perf/
Dtinycc.c11183 int bt1, bt2; in check_comparison_pointer_types() local
11190 bt1 = type1->t & VT_BTYPE; in check_comparison_pointer_types()
11193 if ((is_integer_btype(bt1) || is_integer_btype(bt2)) && op != '-') { in check_comparison_pointer_types()
11199 if (bt1 == VT_PTR) { in check_comparison_pointer_types()
11201 } else if (bt1 != VT_FUNC) in check_comparison_pointer_types()
11229 int u, t1, t2, bt1, bt2, t; in gen_op() local
11234 bt1 = t1 & VT_BTYPE; in gen_op()
11237 if (bt1 == VT_PTR || bt2 == VT_PTR) { in gen_op()
11247 if (bt1 == VT_PTR && bt2 == VT_PTR) { in gen_op()
11291 } else if (is_float(bt1) || is_float(bt2)) { in gen_op()
[all …]