Searched refs:tr (Results 1 – 2 of 2) sorted by relevance
524 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody() local527 if (tr <= time_t_max) { in tzloadbody()529 = ((TYPE_SIGNED(time_t) ? tr < time_t_min : tr < 0) in tzloadbody()530 ? time_t_min : tr); in tzloadbody()
140 struct kvm_segment tr, ldt; member