Home
last modified time | relevance | path

Searched refs:tr (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/tzcode/
Dlocaltime.c524 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody() local
527 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()
/bionic/libc/kernel/uapi/asm-x86/asm/
Dkvm.h140 struct kvm_segment tr, ldt; member