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