Searched refs:hour (Results 1 – 4 of 4) sorted by relevance
203 #define __hour12(hour) \ argument204 (((hour) % 12 == 0) ? (12) : (hour) % 12)
182 day=int(match.group(3)), hour=int(match.group(4)),
132 returns a modification time 1 hour ahead. This results in GNU make
688 png_byte hour; /* hour of day, 0 - 23 */ member