HomeSort by relevance Sort by last modified time
    Searched defs:tm_sec (Results 1 - 15 of 15) sorted by null

  /bionic/libc/include/
time.h 47 int tm_sec; member in struct:tm
  /external/u-boot/include/
rtc_def.h 24 int tm_sec; member in struct:rtc_time
  /external/u-boot/include/linux/
time.h 29 int tm_sec; /* Seconds. [0-60] (1 leap second) */ member in struct:tm
65 tim_p->tm_sec, 1900 + tim_p->tm_year);
101 res->tm_sec = (int) (rem % SECSPERMIN);
  /external/zlib/src/contrib/minizip/
zip.h 91 uInt tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm_zip_s
unzip.h 86 uInt tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm_unz_s
  /bionic/libc/kernel/uapi/linux/
rtc.h 22 int tm_sec; member in struct:rtc_time
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
time.h 126 int tm_sec; /* seconds after the minute [0-60] */ member in struct:tm
  /device/linaro/bootloader/edk2/StdLib/Include/
time.h 22 - int tm_sec; // seconds after the minute - [0, 60]
147 int tm_sec; // seconds after the minute [0, 60] member in struct:tm
319 %r is replaced by the locale's 12-hour clock time. [tm_hour, tm_min, tm_sec]
321 %S is replaced by the second as a decimal number (00-60). [tm_sec]
324 [tm_hour, tm_min, tm_sec]
  /external/curl/lib/
parsedate.c 275 int tm_sec; member in struct:my_tm
313 + tm->tm_hour) * 60 + tm->tm_min) * 60 + tm->tm_sec;
530 tm.tm_sec = secnum;
  /external/kernel-headers/original/uapi/linux/
rtc.h 22 int tm_sec; member in struct:rtc_time
  /external/libchrome/base/third_party/nspr/
prtime.h 148 PRInt32 tm_usec; /* microseconds past tm_sec (0-99999) */
149 PRInt32 tm_sec; /* seconds past tm_min (0-61, accomodating member in struct:PRExplodedTime
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 128 int tm_sec; /* seconds after the minute [0-60] */ member in struct:tm
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
efi.h 96 uint8_t tm_sec; /* 0 - 59 */ member in struct:efi_tm
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 378 int tm_sec; member in struct:__sanitizer::__sanitizer_tm
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 3186 var ___tm_struct_layout={__size__:44,tm_sec:0,tm_min:4,tm_hour:8,tm_mday:12,tm_mon:16,tm_year:20,tm_wday:24,tm_yday:28,tm_isdst:32,tm_gmtoff:36,tm_zone:40}; property in class:_time.___tm_struct_layout
    [all...]

Completed in 389 milliseconds