Searched refs:remainder (Results 1 – 2 of 2) sorted by relevance
35 timelib_sll days, remainder, tmp_days; in timelib_unixtime2gmt() local42 remainder = ts - (days * SECS_PER_DAY); in timelib_unixtime2gmt()43 if (ts < 0 && remainder == 0) { in timelib_unixtime2gmt()45 remainder -= SECS_PER_DAY; in timelib_unixtime2gmt()47 TIMELIB_DEBUG(printf("days=%lld, rem=%lld\n", days, remainder);); in timelib_unixtime2gmt()81 remainder += SECS_PER_DAY; in timelib_unixtime2gmt()100 hours = remainder / 3600; in timelib_unixtime2gmt()101 minutes = (remainder - hours * 3600) / 60; in timelib_unixtime2gmt()102 seconds = remainder % 60; in timelib_unixtime2gmt()
237 $r = substr($what, $l); // remainder238 $r = str_replace("\n", "\n".$sp, $r); // in remainder replace \n's
Completed in 6 milliseconds