Searched refs:compute_trans_from_raw (Results 1 – 2 of 2) sorted by relevance
1342 compute_trans_from_raw(const char *level, domain_t *domain) { in compute_trans_from_raw() function1580 trans = compute_trans_from_raw(range, domain); in trans_context()1592 ltrans = compute_trans_from_raw(lrange, domain); in trans_context()1611 utrans = compute_trans_from_raw(urange, domain); in trans_context()1715 canonical = compute_trans_from_raw(raw, domain); in untrans_context()1743 canonical = compute_trans_from_raw(lraw, domain); in untrans_context()1775 canonical = compute_trans_from_raw(uraw, domain); in untrans_context()
9 compute_trans_from_raw is an expensive operation that needs to be sped up or threaded so that mcstr…