Home
last modified time | relevance | path

Searched refs:NANO_IN_SEC (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/standard/
H A Dhrtime.c56 #define NANO_IN_SEC 1000000000 macro
67 _timer_scale = (double)NANO_IN_SEC / (php_hrtime_t)tf.QuadPart; in _timer_init()
124 return ((php_hrtime_t) ts.tv_sec * (php_hrtime_t)NANO_IN_SEC) + ts.tv_nsec; in _timer_current()
133 return (php_hrtime_t) t.tb_high * (php_hrtime_t)NANO_IN_SEC + t.tb_low; in _timer_current()
182 add_next_index_long(return_value, (zend_long)(t / (php_hrtime_t)NANO_IN_SEC)); in PHP_FUNCTION()
183 add_next_index_long(return_value, (zend_long)(t % (php_hrtime_t)NANO_IN_SEC)); in PHP_FUNCTION()

Completed in 4 milliseconds