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

  /bionic/libc/include/
time.h 47 int tm_sec; member in struct:tm
  /external/syslinux/gpxe/src/include/
time.h 7 int tm_sec; /* seconds */ member in struct:tm
  /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
  /toolchain/binutils/binutils-2.27/zlib/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 274 int tm_sec; member in struct:my_tm
315 + tm->tm_hour) * 60 + tm->tm_min) * 60 + tm->tm_sec;
511 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtc.h 21 int tm_sec; member in struct:rtc_time
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
time.h 135 int tm_sec; /* Seconds. [0-60] (1 leap second) */ member in struct:tm
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 89 int tm_sec; member in struct:tm
wchar.h 900 int tm_sec; member in struct:tm
    [all...]
  /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
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 122 int tm_sec; ///< seconds member in struct:__anon46767
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 136 int tm_sec; ///< seconds member in struct:__anon46688
    [all...]
  /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...]
  /external/valgrind/include/vki/
vki-linux.h 1602 int tm_sec; member in struct:vki_rtc_time
    [all...]

Completed in 237 milliseconds