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

  /bionic/libc/include/
time.h 49 int tm_hour; member in struct:tm
  /external/syslinux/gpxe/src/include/
time.h 9 int tm_hour; /* hours */ member in struct:tm
  /external/zlib/src/contrib/minizip/
zip.h 93 uInt tm_hour; /* hours since midnight - [0,23] */ member in struct:tm_zip_s
unzip.h 88 uInt tm_hour; /* hours since midnight - [0,23] */ member in struct:tm_unz_s
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
zip.h 93 uInt tm_hour; /* hours since midnight - [0,23] */ member in struct:tm_zip_s
unzip.h 88 uInt tm_hour; /* hours since midnight - [0,23] */ member in struct:tm_unz_s
  /bionic/libc/kernel/uapi/linux/
rtc.h 24 int tm_hour; member in struct:rtc_time
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
time.h 128 int tm_hour; /* hours since midnight [0-23] */ member in struct:tm
  /device/linaro/bootloader/edk2/StdLib/Include/
time.h 24 - int tm_hour; // hours since midnight - [0, 23]
145 int tm_hour; // hours since midnight [0, 23] member in struct:tm
311 %H is replaced by the hour (24-hour clock) as a decimal number (00-23). [tm_hour]
312 %I is replaced by the hour (12-hour clock) as a decimal number (01-12). [tm_hour]
318 associated with a 12-hour clock. [tm_hour]
319 %r is replaced by the locale's 12-hour clock time. [tm_hour, tm_min, tm_sec]
320 %R is equivalent to "%H:%M". [tm_hour, tm_min]
324 [tm_hour, tm_min, tm_sec]
  /external/curl/lib/
parsedate.c 276 int tm_hour; member in struct:my_tm
315 + tm->tm_hour) * 60 + tm->tm_min) * 60 + tm->tm_sec;
513 tm.tm_hour = hournum;
  /external/kernel-headers/original/uapi/linux/
rtc.h 24 int tm_hour; member in struct:rtc_time
  /external/libchrome/base/third_party/nspr/
prtime.h 151 PRInt32 tm_min; /* minutes past tm_hour (0-59) */
152 PRInt32 tm_hour; /* hours past tm_day (0-23) */ member in struct:PRExplodedTime
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtc.h 23 int tm_hour; member in struct:rtc_time
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
time.h 137 int tm_hour; /* Hours. [0-23] */ member in struct:tm
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 91 int tm_hour; member in struct:tm
wchar.h 902 int tm_hour; member in struct:tm
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 130 int tm_hour; /* hours since midnight [0-23] */ member in struct:tm
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
efi.h 94 uint8_t tm_hour; /* 0 - 23 */ member in struct:efi_tm
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 124 int tm_hour; ///< hours member in struct:__anon46767
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 138 int tm_hour; ///< hours member in struct:__anon46688
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 380 int tm_hour; 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 1604 int tm_hour; member in struct:vki_rtc_time
    [all...]

Completed in 1199 milliseconds