Searched defs:tm_hour (Results 1 - 9 of 9) sorted by relevance

/external/syslinux/gpxe/src/include/
H A Dtime.h9 int tm_hour; /* hours */ member in struct:tm
/external/zlib/src/contrib/minizip/
H A Dzip.h93 uInt tm_hour; /* hours since midnight - [0,23] */ member in struct:tm_zip_s
H A Dunzip.h88 uInt tm_hour; /* hours since midnight - [0,23] */ member in struct:tm_unz_s
/external/kernel-headers/original/uapi/linux/
H A Drtc.h23 int tm_hour; member in struct:rtc_time
/external/libchrome/base/third_party/nspr/
H A Dprtime.h151 PRInt32 tm_min; /* minutes past tm_hour (0-59) */
152 PRInt32 tm_hour; /* hours past tm_day (0-23) */ member in struct:PRExplodedTime
/external/curl/lib/
H A Dparsedate.c278 int tm_hour; member in struct:my_tm
317 + tm->tm_hour) * 60 + tm->tm_min) * 60 + tm->tm_sec;
511 tm.tm_hour = hournum;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h380 int tm_hour; member in struct:__sanitizer::__sanitizer_tm
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js3186 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};
3211 HEAP32[(((tmPtr)+(offsets.tm_hour))>>2)]=date.getHours()
3239 HEAP32[(((tmPtr)+(offsets.tm_hour))>>2)],
3460 HEAP32[(((tmPtr)+(offsets.tm_hour))>>2)]=date.getUTCHours()
[all...]
/external/valgrind/include/vki/
H A Dvki-linux.h1591 int tm_hour; member in struct:vki_rtc_time

Completed in 311 milliseconds