Searched defs:hour (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Drtc_time.c77 unsigned int hour; local
92 hour = read_component ( RTC_HOUR );
94 is_pm = ( hour >= 80 );
95 hour = ( ( ( ( hour & 0x7f ) % 80 ) % 12 ) +
98 tm.tm_hour = hour;
106 "(%s,%d-hour)\n", ( tm.tm_year + 1900 ), ( tm.tm_mon + 1 ),
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtimetest.c76 /* Print day of the week, month, day, hour, minute, and second */
140 /* Print day of the week, month, day, hour, minute, and second */
517 int day, hour, min; local
546 for (hour = 0; hour < 24; hour++) {
604 int day, hour, min; local
634 for (hour = 0; hour < 24; hour
689 int day, hour, min; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsqltypes.h138 SQLUSMALLINT hour; member in struct:tagTIME_STRUCT
152 SQLUSMALLINT hour; member in struct:tagTIMESTAMP_STRUCT
193 SQLUINTEGER hour; member in struct:tagSQL_DAY_SECOND
H A Dxcmc.h108 CMC_sint8 hour; member in struct:__anon14627
H A Dmmsystem.h95 BYTE hour; member in struct:mmtime_tag::__anon13669::__anon13670
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dasn1.c618 uint8_t hour; member in struct:__anon15081::__anon15082
694 tm.tm_hour = pairs.named.hour;
/vbox/include/iprt/
H A Disofs.h61 uint8_t hour; member in struct:RTISOFSDATESHORT
72 char hour[2]; member in struct:RTISOFSDATELONG
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsqltypes.h142 SQLUSMALLINT hour; member in struct:tagTIME_STRUCT
156 SQLUSMALLINT hour; member in struct:tagTIMESTAMP_STRUCT
197 SQLUINTEGER hour; member in struct:tagSQL_DAY_SECOND
H A Dxcmc.h108 CMC_sint8 hour; member in struct:__anon1932
H A Dmmsystem.h95 BYTE hour; member in struct:mmtime_tag::__anon1046::__anon1047
/vbox/src/libs/libxml2-2.6.31/
H A Dnanoftp.c1599 int hour = 0; local
1674 hour = (hour * 10) + (*cur++ - '0');
1699 year, month, day, hour, minute);
2051 int year, const char *month, int day, int hour, int minute) {
2049 ftpList(void *userData, const char *filename, const char* attrib, const char *owner, const char *group, unsigned long size, int links, int year, const char *month, int day, int hour, int minute) argument
H A Dxmlschemastypes.c68 unsigned int hour :5; /* 0 <= hour <= 23 */ member in struct:_xmlSchemaValDate
82 double sec; /* sec stores min and hour also */
1142 (VALID_HOUR(dt->hour) && VALID_MIN(dt->min) && \
1167 dt->value.date.day,dt->value.date.hour,dt->value.date.min, \
1362 dt->hour = value;
3800 carry += d->hour;
3801 r->hour = (unsigned int) MODULO(carry, 24);
3858 if ((r->hour) || (r->min) || (r->sec))
3955 ((double)((dt->value.date.hour * SECS_PER_HOU
5829 unsigned long mon, day, hour = 0, min = 0; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c117 * We first do the usec, sec, min, hour thing so that we do not
756 * We will just assume DST offset is an hour.
973 int hour = -1; local
1232 if (hour >= 0 && min >= 0) /* already got it */
1287 /* If we made it here, we've parsed hour and min,
1309 hour = tmp_hour;
1529 if (hour != -1)
1530 tm.tm_hour = hour;
1823 /* hour ( 00 - 23 ) */
1829 /* hour ( 0
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmmsystem16.h50 BYTE hour; /* hours */ member in struct:__anon13972::__anon13973::__anon13974
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmmsystem16.h50 BYTE hour; /* hours */ member in struct:__anon1317::__anon1318::__anon1319
/vbox/src/libs/libpng-1.2.8/
H A Dpng.h586 png_byte hour; /* hour of day, 0 - 23 */ member in struct:png_time_struct
587 png_byte minute; /* minute of hour, 0 - 59 */

Completed in 152 milliseconds