Home
last modified time | relevance | path

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

/php-src/sapi/fpm/fpm/
H A Dfpm_events.c34 #define fpm_event_set_timeout(ev, now) timeradd(&(now), &(ev)->frequency, &(ev)->timeout);
505 int fpm_event_add(struct fpm_event_s *ev, unsigned long int frequency) /* {{{ */ in fpm_event_add() argument
529 if (frequency >= 1000) { in fpm_event_add()
530 tmp.tv_sec = frequency / 1000; in fpm_event_add()
531 tmp.tv_usec = (frequency % 1000) * 1000; in fpm_event_add()
534 tmp.tv_usec = frequency * 1000; in fpm_event_add()
536 ev->frequency = tmp; in fpm_event_add()
H A Dfpm_events.h16 struct timeval frequency; member
/php-src/ext/opcache/tests/
H A Dphi_remove_001.phpt13 $Distribution['frequency'] = array();
46 … getid3_lib::safe_inc($Distribution['frequency'][$LongMPEGfrequencyLookup[$head4]]);
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3028 # we only test some types on basis of frequency: 0x08 (83%), 0x09 (5%),
11485 >4 byte&0xc0 = 0xc0 reserved frequency,
H A Dmagic3028 # we only test some types on basis of frequency: 0x08 (83%), 0x09 (5%),
11485 >4 byte&0xc0 = 0xc0 reserved frequency,

Completed in 172 milliseconds