Lines Matching refs:tmpb
2407 ScalarTS* tmpb = &b->ts[ib]; in VTS__join() local
2408 thrid = tmpb->thrid; in VTS__join()
2410 tymb = tmpb->tym; in VTS__join()
2424 ScalarTS* tmpb = &b->ts[ib]; in VTS__join() local
2425 if (tmpa->thrid < tmpb->thrid) { in VTS__join()
2431 } else if (tmpa->thrid > tmpb->thrid) { in VTS__join()
2433 thrid = tmpb->thrid; in VTS__join()
2435 tymb = tmpb->tym; in VTS__join()
2439 tl_assert(tmpa->thrid == tmpb->thrid); in VTS__join()
2442 tymb = tmpb->tym; in VTS__join()
2501 ScalarTS* tmpb = &b->ts[ib]; in VTS__cmpLEQ() local
2503 tymb = tmpb->tym; in VTS__cmpLEQ()
2504 thrid = tmpb->thrid; in VTS__cmpLEQ()
2518 ScalarTS* tmpb = &b->ts[ib]; in VTS__cmpLEQ() local
2519 if (tmpa->thrid < tmpb->thrid) { in VTS__cmpLEQ()
2527 if (tmpa->thrid > tmpb->thrid) { in VTS__cmpLEQ()
2530 tymb = tmpb->tym; in VTS__cmpLEQ()
2531 thrid = tmpb->thrid; in VTS__cmpLEQ()
2535 tl_assert(tmpa->thrid == tmpb->thrid); in VTS__cmpLEQ()
2538 tymb = tmpb->tym; in VTS__cmpLEQ()
2582 ScalarTS *tmpa = NULL, *tmpb = NULL; in VTS__cmp_structural() local
2588 tmpb = &ctsb[i]; in VTS__cmp_structural()
2589 if (LIKELY(tmpa->tym == tmpb->tym in VTS__cmp_structural()
2590 && tmpa->thrid == tmpb->thrid)) 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()
2602 if (tmpa->thrid < tmpb->thrid) return -1; in VTS__cmp_structural()
2603 if (tmpa->thrid > tmpb->thrid) return 1; in VTS__cmp_structural()