Searched refs:hrs (Results 1 – 25 of 26) sorted by relevance
12
184 int hrs, min ; in format_duration_str() local189 hrs = (int) (seconds / 3600.0) ; in format_duration_str()190 min = (int) ((seconds - (hrs * 3600.0)) / 60.0) ; in format_duration_str()191 sec = seconds - (hrs * 3600.0) - (min * 60.0) ; in format_duration_str()193 snprintf (str, sizeof (str) - 1, "%02d:%02d:%06.3f", hrs, min, sec) ; in format_duration_str()
218 other{"in {0} hrs"}222 other{"{0} hrs ago"}231 other{"in {0} hrs"}235 other{"{0} hrs ago"}
395 other{"in {0} hrs."}399 other{"{0} hrs. ago"}408 other{"in {0} hrs."}412 other{"{0} hrs. ago"}
466 char c, hrs; in lws_cgi_write_split_stdout_headers() local516 hrs = HR_NAME; in lws_cgi_write_split_stdout_headers()520 switch (hrs) { in lws_cgi_write_split_stdout_headers()539 hrs = HR_WHITESPACE; in lws_cgi_write_split_stdout_headers()547 hrs = HR_ARG; in lws_cgi_write_split_stdout_headers()557 hrs = HR_CRLF; in lws_cgi_write_split_stdout_headers()574 hrs = HR_NAME; in lws_cgi_write_split_stdout_headers()
1660 int hrs = (int) (angle*RAD_HOUR);1661 int min = (int)((angle*RAD_HOUR - hrs) * 60);1662 int sec = (int)((angle*RAD_HOUR - hrs - min/60.0) * 3600);1664 return Integer.toString(hrs) + "h" + min + "m" + sec + "s";
1665 int hrs = (int) (angle*RAD_HOUR);1666 int min = (int)((angle*RAD_HOUR - hrs) * 60);1667 int sec = (int)((angle*RAD_HOUR - hrs - min/60.0) * 3600);1669 return Integer.toString(hrs) + "h" + min + "m" + sec + "s";
627 other{"in {0} hrs"}631 other{"{0} hrs ago"}640 other{"in {0} hrs"}644 other{"{0} hrs ago"}
396 other{"in {0} hrs."}400 other{"{0} hrs. ago"}409 other{"in {0} hrs."}413 other{"{0} hrs. ago"}
242 dnam{"hrs."}244 other{"{0} hrs."}
383 other{"{0} hrs"}
970 other{"{0}hrs"}1713 other{"{0} hrs"}
14 ms('2.5 hrs') // 9000000
298 dnam{"hrs."}300 other{"{0} hrs."}
496 other{"{0} hrs"}
77 # hrs on Sunday 4 October 2020 and will mean Casey and Macquarie Island will
1493 # third Sunday of April at 0200hrs and advance to Summer Time (UTC/GMT -31494 # hours) on the first Sunday of September at 0200hrs.
2425 # of "spring ahead-fall behind" currently we are zulu plus 5 hrs and in2426 # the winter Zulu plus 6 hrs"
3612 # 0030 hrs on April 15, 2006 (midnight of April 14, 2006 +30 minutes)