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/
D__tz.c154 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zo… 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/liteos_m/kernel/src/time/
D__tz.c160 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zo… 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/uniproton/kernel/src/time/
D__tz.c160 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zo… 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/
D__tz.c450 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zo… 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/
D__tz.c365 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zo… in __secs_to_zone() argument
377 if (oppoff) *oppoff = (int32_t)zi_read32(types+6*alt); in __secs_to_zone()
408 if (oppoff) *oppoff = -dst_off; in __secs_to_zone()
415 if (oppoff) *oppoff = -__timezone; in __secs_to_zone()