Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_events.c34 #define fpm_event_set_timeout(ev, now) timeradd(&(now), &(ev)->frequency, &(ev)->timeout);
500 int fpm_event_add(struct fpm_event_s *ev, unsigned long int frequency) /* {{{ */ in fpm_event_add() argument
524 if (frequency >= 1000) { in fpm_event_add()
525 tmp.tv_sec = frequency / 1000; in fpm_event_add()
526 tmp.tv_usec = (frequency % 1000) * 1000; in fpm_event_add()
529 tmp.tv_usec = frequency * 1000; in fpm_event_add()
531 ev->frequency = tmp; in fpm_event_add()
H A Dfpm_events.h16 struct timeval frequency; member
/PHP-7.4/ext/opcache/tests/
H A Dphi_remove_001.phpt13 $Distribution['frequency'] = array();
46 getid3_lib::safe_inc($Distribution['frequency'][$LongMPEGfrequencyLookup[$head4]]);
/PHP-7.4/ext/standard/tests/array/
H A Darray_count_values_variation.phpt6 * Description: Return the value as key and the frequency of that value in input as value
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2657 # we only test some types on basis of frequency: 0x08 (83%), 0x09 (5%),
9170 >4 byte&0xc0 = 0xc0 reserved frequency,
H A Dmagic2657 # we only test some types on basis of frequency: 0x08 (83%), 0x09 (5%),
9170 >4 byte&0xc0 = 0xc0 reserved frequency,

Completed in 123 milliseconds