Searched refs:remainder (Results 1 – 4 of 4) sorted by relevance
59 timelib_sll remainder; in timelib_unixtime2gmt() local63 remainder = ts % SECS_PER_DAY; in timelib_unixtime2gmt()64 remainder += (remainder < 0) * SECS_PER_DAY; in timelib_unixtime2gmt()67 hours = remainder / 3600; in timelib_unixtime2gmt()68 minutes = (remainder - hours * 3600) / 60; in timelib_unixtime2gmt()69 seconds = remainder % 60; in timelib_unixtime2gmt()
237 $r = substr($what, $l); // remainder238 $r = str_replace("\n", "\n".$sp, $r); // in remainder replace \n's
20899 # CLUT or data size remainder is 12 (Ch), but 03 for dBase memo test.dbt24332 # JSON text data terminated by the zero character; unused remainder empty and filled with zeroes li…
Completed in 401 milliseconds