Home
last modified time | relevance | path

Searched refs:oppoff (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__tz.c154 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename) in __secs_to_zone() argument
166 if (oppoff) *oppoff = (int32_t)zi_read32(types+6*alt); in __secs_to_zone()
197 if (oppoff) *oppoff = -dst_off; in __secs_to_zone()
204 if (oppoff) *oppoff = -__timezone; in __secs_to_zone()
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__tz.c160 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename) in __secs_to_zone() argument
172 if (oppoff) *oppoff = (int32_t)zi_read32(types+6*alt); in __secs_to_zone()
203 if (oppoff) *oppoff = -dst_off; in __secs_to_zone()
210 if (oppoff) *oppoff = -__timezone; in __secs_to_zone()
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__tz.c160 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename) in __secs_to_zone() argument
172 if (oppoff) *oppoff = (int32_t)zi_read32(types+6*alt); in __secs_to_zone()
203 if (oppoff) *oppoff = -dst_off; in __secs_to_zone()
210 if (oppoff) *oppoff = -__timezone; in __secs_to_zone()
/third_party/musl/porting/linux/user/src/time/
H A D__tz.c450 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename) in __secs_to_zone() argument
462 if (oppoff) *oppoff = (int32_t)zi_read32(types+6*alt); in __secs_to_zone()
491 if (oppoff) { in __secs_to_zone()
492 *oppoff = -dst_off; in __secs_to_zone()
500 if (oppoff) { in __secs_to_zone()
501 *oppoff = -__timezone; in __secs_to_zone()
/third_party/musl/src/time/
H A D__tz.c524 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename, int use_env) in __secs_to_zone() argument
539 if (oppoff) *oppoff = (int32_t)zi_read32(types+6*alt); in __secs_to_zone()
570 if (oppoff) *oppoff = -dst_off; in __secs_to_zone()
577 if (oppoff) *oppoff = -__timezone; in __secs_to_zone()

Completed in 4 milliseconds