Searched refs:frequency (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_events.c | 34 #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 D | fpm_events.h | 16 struct timeval frequency; member
|
/PHP-8.1/ext/opcache/tests/ |
H A D | phi_remove_001.phpt | 13 $Distribution['frequency'] = array(); 46 … getid3_lib::safe_inc($Distribution['frequency'][$LongMPEGfrequencyLookup[$head4]]);
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | magic | 2915 # we only test some types on basis of frequency: 0x08 (83%), 0x09 (5%), 10295 >4 byte&0xc0 = 0xc0 reserved frequency,
|
H A D | magic私はガラスを食べられます | 2915 # we only test some types on basis of frequency: 0x08 (83%), 0x09 (5%), 10295 >4 byte&0xc0 = 0xc0 reserved frequency,
|
Completed in 145 milliseconds