Lines Matching refs:tym
196 ULong tym : SCALARTS_N_TYMBITS; member
2121 static void VTS__singleton ( /*OUT*/VTS* out, Thr* thr, ULong tym );
2176 if (st1->tym == 0) in is_sane_VTS()
2186 if (st1->tym == 0 || st2->tym == 0) in is_sane_VTS()
2274 static void VTS__singleton ( /*OUT*/VTS* out, Thr* thr, ULong tym ) in VTS__singleton() argument
2277 tl_assert(tym >= 1); in VTS__singleton()
2283 out->ts[hi].tym = tym; in VTS__singleton()
2332 out->ts[hi].tym = 1; in VTS__tick()
2337 if (UNLIKELY(here->tym >= (1ULL << SCALARTS_N_TYMBITS) - 2ULL)) { in VTS__tick()
2343 out->ts[hi].tym = here->tym + 1; in VTS__tick()
2349 out->ts[hi].tym = 1; in VTS__tick()
2410 tymb = tmpb->tym; in VTS__join()
2417 tyma = tmpa->tym; in VTS__join()
2428 tyma = tmpa->tym; in VTS__join()
2435 tymb = tmpb->tym; in VTS__join()
2441 tyma = tmpa->tym; in VTS__join()
2442 tymb = tmpb->tym; in VTS__join()
2455 out->ts[hi].tym = tymMax; in VTS__join()
2503 tymb = tmpb->tym; in VTS__cmpLEQ()
2510 tyma = tmpa->tym; in VTS__cmpLEQ()
2521 tyma = tmpa->tym; in VTS__cmpLEQ()
2530 tymb = tmpb->tym; in VTS__cmpLEQ()
2536 tyma = tmpa->tym; in VTS__cmpLEQ()
2538 tymb = tmpb->tym; in VTS__cmpLEQ()
2589 if (LIKELY(tmpa->tym == tmpb->tym in VTS__cmp_structural()
2600 if (tmpa->tym < tmpb->tym) return -1; in VTS__cmp_structural()
2601 if (tmpa->tym > tmpb->tym) return 1; in VTS__cmp_structural()
2628 VG_(printf)(i < n-1 ? "%d:%llu " : "%d:%llu", st->thrid, (ULong)st->tym); in VTS__show()
2646 return st->tym; in VTS__indexAt_SLOW()
3491 static VtsID VtsID__mk_Singleton ( Thr* thr, ULong tym ) { in VtsID__mk_Singleton() argument
3493 VTS__singleton(temp_max_sized_VTS, thr,tym); in VtsID__mk_Singleton()