Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_events.c36 #define fpm_event_set_timeout(ev, now) timeradd(&(now), &(ev)->frequency, &(ev)->timeout);
485 int fpm_event_add(struct fpm_event_s *ev, unsigned long int frequency) /* {{{ */ in fpm_event_add() argument
509 if (frequency >= 1000) { in fpm_event_add()
510 tmp.tv_sec = frequency / 1000; in fpm_event_add()
511 tmp.tv_usec = (frequency % 1000) * 1000; in fpm_event_add()
514 tmp.tv_usec = frequency * 1000; in fpm_event_add()
516 ev->frequency = tmp; in fpm_event_add()
H A Dfpm_events.h18 struct timeval frequency; member
/PHP-5.5/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
H A Darray_count_values_error.phpt6 * Description: Return the value as key and the frequency of that value in input as value
/PHP-5.5/ext/standard/tests/strings/
H A Dcount_chars_variation1.phpt75 // only list characters with a frequency > 0
H A Dcount_chars_variation2.phpt74 // only list characters with a frequency > 0
/PHP-5.5/ext/opcache/
H A DREADME102 The frequency of the check is controlled by the directive
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt206 cost if this attribute is On, depending on the frequency of sequences that require normalization.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1720 # we only test some types on basis of frequency: 0x08 (83%), 0x09 (5%),
5204 >4 byte&0xc0 0xc0 reserved frequency,

Completed in 54 milliseconds