Searched defs:bt2 (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/src/
H A Dprof.c1664 const prof_bt_t *bt2 = (prof_bt_t *)k2; local
1668 if (bt1->len != bt2->len)
1670 return (memcmp(bt1->vec, bt2->vec, bt1->len * sizeof(void *)) == 0);
/external/valgrind/perf/
H A Dtinycc.c11185 int bt1, bt2;
11193 bt2 = type2->t & VT_BTYPE;
11195 if ((is_integer_btype(bt1) || is_integer_btype(bt2)) && op != '-') {
11206 if (bt2 == VT_PTR) {
11208 } else if (bt2 != VT_FUNC) {
11231 int u, t1, t2, bt1, bt2, t;
11237 bt2 = t2 & VT_BTYPE;
11239 if (bt1 == VT_PTR || bt2 == VT_PTR) {
11249 if (bt1 == VT_PTR && bt2 == VT_PTR) {
11265 if (bt2
11183 int bt1, bt2; local
11229 int u, t1, t2, bt1, bt2, t; local
13334 int tt, u, r1, r2, rc, t1, t2, bt1, bt2; local
[all...]

Completed in 195 milliseconds