Home
last modified time | relevance | path

Searched defs:timep (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c1256 localsub(const time_t *const timep, const int_fast32_t offset, in localsub()
1332 localtime(const time_t *const timep) in localtime()
1343 localtime_r(const time_t *const timep, struct tm *tmp) in localtime_r()
1353 gmtsub(const time_t *const timep, const int_fast32_t offset, in gmtsub()
1379 gmtime(const time_t *const timep) in gmtime()
1389 gmtime_r(const time_t *const timep, struct tm *tmp) in gmtime_r()
1397 offtime(const time_t *const timep, const long offset) in offtime()
1417 timesub(const time_t *const timep, const int_fast32_t offset, in timesub()
1545 ctime(const time_t *const timep) in ctime()
1557 ctime_r(const time_t *const timep, char *buf) in ctime_r()
[all …]
Dzic.c1399 const char *const timep) in rulesub()
/third_party/icu/icu4c/source/tools/tzcode/
Dlocaltime.c1256 localsub(const time_t *const timep, const int_fast32_t offset, in localsub()
1332 localtime(const time_t *const timep) in localtime()
1343 localtime_r(const time_t *const timep, struct tm *tmp) in localtime_r()
1353 gmtsub(const time_t *const timep, const int_fast32_t offset, in gmtsub()
1379 gmtime(const time_t *const timep) in gmtime()
1389 gmtime_r(const time_t *const timep, struct tm *tmp) in gmtime_r()
1397 offtime(const time_t *const timep, const long offset) in offtime()
1417 timesub(const time_t *const timep, const int_fast32_t offset, in timesub()
1545 ctime(const time_t *const timep) in ctime()
1557 ctime_r(const time_t *const timep, char *buf) in ctime_r()
[all …]
Dzic.c1399 const char *const timep) in rulesub()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c1256 localsub(const time_t *const timep, const int_fast32_t offset, in localsub()
1332 localtime(const time_t *const timep) in localtime()
1343 localtime_r(const time_t *const timep, struct tm *tmp) in localtime_r()
1353 gmtsub(const time_t *const timep, const int_fast32_t offset, in gmtsub()
1379 gmtime(const time_t *const timep) in gmtime()
1389 gmtime_r(const time_t *const timep, struct tm *tmp) in gmtime_r()
1397 offtime(const time_t *const timep, const long offset) in offtime()
1417 timesub(const time_t *const timep, const int_fast32_t offset, in timesub()
1545 ctime(const time_t *const timep) in ctime()
1557 ctime_r(const time_t *const timep, char *buf) in ctime_r()
[all …]
Dzic.c1399 const char *const timep) in rulesub()
/third_party/tzdata/
Dlocaltime.c1458 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, in localsub()
1539 localtime_rz(struct state *sp, time_t const *timep, struct tm *tmp) in localtime_rz()
1547 localtime_tzset(time_t const *timep, struct tm *tmp, bool setname) in localtime_tzset()
1562 localtime(const time_t *timep) in localtime()
1568 localtime_r(const time_t *timep, struct tm *tmp) in localtime_r()
1578 gmtsub(struct state const *sp, time_t const *timep, int_fast32_t offset, in gmtsub()
1601 gmtime_r(const time_t *timep, struct tm *tmp) in gmtime_r()
1608 gmtime(const time_t *timep) in gmtime()
1616 offtime(const time_t *timep, long offset) in offtime()
1644 timesub(const time_t *timep, int_fast32_t offset, in timesub()
[all …]
Dzic.c1641 const char *timep) in rulesub()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc112 inline std::tm* gm_time(const std::time_t* timep, std::tm* result) { in gm_time()
120 inline std::tm* local_time(const std::time_t* timep, std::tm* result) { in local_time()
/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc106 inline std::tm* gm_time(const std::time_t* timep, std::tm* result) { in gm_time()
114 inline std::tm* local_time(const std::time_t* timep, std::tm* result) { in local_time()
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c361 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r()
371 struct tm *localtime_r(const time_t *timep, struct tm *result) in localtime_r()
/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.c679 struct tm *timep, result; in radv_check_gpu_hangs() local
/third_party/mesa3d/src/amd/common/
Dac_rgp.c144 struct tm *timep, result; in ac_sqtt_fill_header() local