Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-x86/asm/
Dkvm.h167 struct kvm_segment tr, ldt; member
/bionic/libc/tzcode/
Dlocaltime.c519 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody() local
522 if (tr <= time_t_max) { in tzloadbody()
524 = ((TYPE_SIGNED(time_t) ? tr < time_t_min : tr < 0) in tzloadbody()
525 ? time_t_min : tr); in tzloadbody()