HomeSort by relevance Sort by last modified time
    Searched refs:timep (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
timegm.c 90 const time_t * const timep,
Time.c 82 localsub(const time_t * const timep, const long offset, struct tm * const tmp);
92 const time_t * const timep,
118 if (*timep >= lp->ls_trans) {
119 if (*timep == lp->ls_trans) {
135 days = *timep / SECSPERDAY;
136 rem = *timep % SECSPERDAY;
664 const time_t * const timep,
683 timesub(timep, offset, gmtptr, tmp);
715 localsub(const time_t * const timep, const long offset, struct tm * const tmp)
720 const time_t t = *timep;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 145 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset,
147 static struct tm * localsub(const time_t * timep, int_fast32_t offset,
170 static struct tm * timesub(const time_t * timep, int_fast32_t offset,
1256 localsub(const time_t *const timep, const int_fast32_t offset,
    [all...]
zic.c 174 const char * dayp, const char * timep);
    [all...]
  /bionic/libc/tzcode/
localtime.c     [all...]
  /external/webrtc/webrtc/base/
timeutils.cc 116 static struct tm *gmtime_r(const time_t *timep, struct tm *result) {
118 struct tm *tm = gmtime(timep); // NOLINT
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 422 char *__dfsw_ctime_r(const time_t *timep, char *buf, dfsan_label timep_label,
424 char *ret = ctime_r(timep, buf);
426 dfsan_set_label(dfsan_read_label(timep, sizeof(time_t)), buf,
644 struct tm *__dfsw_localtime_r(const time_t *timep, struct tm *result,
647 struct tm *ret = localtime_r(timep, result);
649 dfsan_set_label(dfsan_read_label(timep, sizeof(time_t)), result,
    [all...]
  /external/iputils/
clockdiff.c 427 __u32 *timep = (__u32*)(opt+4+i*8+4); local
428 __u32 t = ntohl(*timep);
  /external/curl/lib/
curl_setup.h 470 extern struct tm *gmtime_r(const time_t * const timep, struct tm *tmp);
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 426 def GET_TIME(timep): return \

Completed in 316 milliseconds