| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | fpconv.c | 153 static void set_number_format(char *fmt, int precision) in set_number_format() argument 157 assert(1 <= precision && precision <= 14); in set_number_format() 160 d1 = precision / 10; in set_number_format() 161 d2 = precision % 10; in set_number_format() 174 int fpconv_g_fmt(char *str, double num, int precision) in fpconv_g_fmt() argument 181 set_number_format(fmt, precision); in fpconv_g_fmt()
|
| /f-stack/freebsd/contrib/openzfs/.github/ |
| H A D | codecov.yml | 7 precision: 0 # 0 decimals of precision 8 round: nearest # Round to nearest precision point
|
| /f-stack/freebsd/kern/ |
| H A D | sys_generic.c | 1081 sbintime_t asbt, precision, rsbt; in kern_select() local 1174 precision = 0; in kern_select() 1186 precision = rsbt; in kern_select() 1187 precision >>= tc_precexp; in kern_select() 1427 sbintime_t sbt, precision, tmp; in kern_poll() local 1432 precision = 0; in kern_poll() 1448 precision = tmp; in kern_poll() 1449 precision >>= tc_precexp; in kern_poll() 1687 precision = 0; /* stupid gcc! */ in selsocket() 1697 precision = rsbt; in selsocket() [all …]
|
| H A D | kern_timeout.c | 567 sbintime_t sbt, sbintime_t precision, void (*func)(void *), in callout_cc_add() argument 583 c->c_precision = precision; in callout_cc_add() 835 callout_when(sbintime_t sbt, sbintime_t precision, int flags, in callout_when() argument 842 *prec_res = precision; in callout_when() 874 *prec_res = to_pr > precision ? to_pr : precision; in callout_when() 897 sbintime_t to_sbt, precision; in callout_reset_sbt_on() local 910 callout_when(sbt, prec, flags, &to_sbt, &precision); in callout_reset_sbt_on() 962 cc_migration_prec(cc, direct) = precision; in callout_reset_sbt_on() 1010 cc_migration_prec(cc, direct) = precision; in callout_reset_sbt_on() 1026 callout_cc_add(c, cc, to_sbt, precision, ftn, arg, cpu, flags); in callout_reset_sbt_on()
|
| H A D | kern_ntptime.c | 447 ntv->precision = time_precision; in kern_ntp_adjtime() 449 ntv->precision = time_precision / 1000; in kern_ntp_adjtime()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-usleep_range.m4 | 4 dnl # usleep_range is a finer precision implementation of msleep
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | txtvsbin.txt | 24 is low. Another weakness of this scheme is a reduced precision, due to 29 a much increased precision and a near-100% recall. This scheme is 73 [128..255], the precision rarely has to suffer if this upper range is 90 positives). This, however, incurs a reduced precision overall, since
|
| /f-stack/freebsd/contrib/device-tree/Bindings/regulator/ |
| H A D | mcp16502-regulator.txt | 22 2 - FPWM: higher precision, higher consumption 23 4 - AutoPFM: lower precision, lower consumption
|
| /f-stack/freebsd/sys/ |
| H A D | timex.h | 137 long precision; /* clock precision (ns/us) (ro) */ member
|
| H A D | callout.h | 134 void callout_when(sbintime_t sbt, sbintime_t precision, int flags,
|
| /f-stack/freebsd/contrib/cloudabi/ |
| H A D | cloudabi64_types.h | 125 _Alignas(8) cloudabi_timestamp_t precision; 153 _Static_assert(offsetof(cloudabi64_subscription_t, clock.precision) == 40, "Incorrect layout");
|
| H A D | cloudabi32_types.h | 125 _Alignas(8) cloudabi_timestamp_t precision; 153 _Static_assert(offsetof(cloudabi32_subscription_t, clock.precision) == 40, "Incorrect layout");
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | vatpit.c | 186 sbintime_t precision; in pit_timer_start_cntr0() local 193 precision = bttosbt(delta) >> tc_precexp; in pit_timer_start_cntr0() 207 precision, vatpit_callout_handler, &c->callout_arg, in pit_timer_start_cntr0()
|
| H A D | vhpet.c | 343 sbintime_t delta, precision; in vhpet_start_timer() local 357 precision = delta >> tc_precexp; in vhpet_start_timer() 360 precision, vhpet_handler, &vhpet->timer[n].arg, C_ABSOLUTE); in vhpet_start_timer()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/amlogic/ |
| H A D | clk-measure.txt | 5 The precision is multiple of MHz, useful to debug the clock states.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ptp/ |
| H A D | ptp-qoriq.txt | 55 <0> - external high precision timer reference clock (TSEC_TMR_CLK 62 <0> - external high precision timer reference clock (TMR_1588_CLK)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/frequency/ |
| H A D | adf4350.txt | 24 - adi,lock-detect-precision-6ns-enable: Enables 6ns lock detect precision.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/hwmon/ |
| H A D | adi,ltc2947.yaml | 7 title: Analog Devices LTC2947 high precision power and energy monitor 13 Analog Devices LTC2947 high precision power and energy monitor over SPI or I2C.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-lp8860.txt | 4 driver with boost controller. It has 4 high-precision
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | ti,k3-am654-cpts.yaml | 28 standard for a precision clock synchronization protocol, Ethernet Enhanced
|
| H A D | fsl-fec.txt | 41 per second interrupt associated with 1588 precision time protocol(PTP).
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/dac/ |
| H A D | adi,ad5770r.yaml | 44 The precision resistor is used for reference current generation.
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | octeontx.rst | 31 - HW managed event timers support through TIMVF, with high precision and
|
| H A D | octeontx2.rst | 31 - HW managed event timers support through TIM, with high precision and
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | timer_lib.rst | 16 * Timers provide high precision (depends on the call frequency to rte_timer_manage() that checks …
|