Home
last modified time | relevance | path

Searched refs:accuracy (Results 1 – 25 of 108) sorted by relevance

12345

/freebsd-12-stable/crypto/openssl/crypto/ts/
Dts_rsp_utils.c152 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy) in TS_TST_INFO_set_accuracy() argument
156 if (a->accuracy == accuracy) in TS_TST_INFO_set_accuracy()
158 new_accuracy = TS_ACCURACY_dup(accuracy); in TS_TST_INFO_set_accuracy()
163 TS_ACCURACY_free(a->accuracy); in TS_TST_INFO_set_accuracy()
164 a->accuracy = new_accuracy; in TS_TST_INFO_set_accuracy()
170 return a->accuracy; in TS_TST_INFO_get_accuracy()
Dts_rsp_print.c25 static int ts_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy);
145 if (a->accuracy == NULL) in TS_TST_INFO_print_bio()
148 ts_ACCURACY_print_bio(bio, a->accuracy); in TS_TST_INFO_print_bio()
Dts_rsp_sign.c540 TS_ACCURACY *accuracy = NULL; in ts_RESP_create_tst_info() local
563 && (accuracy = TS_ACCURACY_new()) == NULL) in ts_RESP_create_tst_info()
565 if (ctx->seconds && !TS_ACCURACY_set_seconds(accuracy, ctx->seconds)) in ts_RESP_create_tst_info()
567 if (ctx->millis && !TS_ACCURACY_set_millis(accuracy, ctx->millis)) in ts_RESP_create_tst_info()
569 if (ctx->micros && !TS_ACCURACY_set_micros(accuracy, ctx->micros)) in ts_RESP_create_tst_info()
571 if (accuracy && !TS_TST_INFO_set_accuracy(tst_info, accuracy)) in ts_RESP_create_tst_info()
605 TS_ACCURACY_free(accuracy); in ts_RESP_create_tst_info()
Dts_conf.c381 char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY); in TS_CONF_set_accuracy() local
383 if (accuracy && (list = X509V3_parse_list(accuracy)) == NULL) { in TS_CONF_set_accuracy()
Dts_local.h88 TS_ACCURACY *accuracy; member
Dts_asn1.c92 ASN1_OPT(TS_TST_INFO, accuracy, TS_ACCURACY),
/freebsd-12-stable/lib/msun/tests/
Dtrig_test.c220 ATF_TC(accuracy);
221 ATF_TC_HEAD(accuracy, tc) in ATF_TC_HEAD() argument
227 ATF_TC_BODY(accuracy, tc) in ATF_TC_BODY() argument
275 ATF_TP_ADD_TC(tp, accuracy); in ATF_TP_ADD_TCS()
/freebsd-12-stable/sys/dev/acpica/
Dacpiio.h104 uint32_t accuracy; /* Measurement Accuracy */ member
129 uint32_t accuracy; /* Measurement Accuracy */
Dacpi_cmbat.c462 BIX_GETU32(accuracy); in acpi_cmbat_get_bix()
/freebsd-12-stable/contrib/ntp/html/hints/
Dmpeix16 Unfortunately the implementation of adjtime() has exposed a sub-second accuracy
29 your system time with reasonable accuracy.
/freebsd-12-stable/sys/gnu/dts/arm/
Dalphascale-asm9260.dtsi34 clock-accuracy = <30000>;
Dpxa300-raumfeld-tuneable-clock.dtsi10 clock-accuracy = <100>;
Dpxa300-raumfeld-speaker-one.dts22 clock-accuracy = <100>;
Dsun8i-v3s.dtsi87 clock-accuracy = <50000>;
95 clock-accuracy = <50000>;
/freebsd-12-stable/usr.sbin/timed/timed/
DCHANGES44 vastly improve the accuracy of the clock difference measure by
51 damp oscillations and improve the long term accuracy of the
/freebsd-12-stable/usr.sbin/acpi/acpiconf/
Dacpiconf.c136 battio.bix.accuracy / 1000); in acpi_battinfo()
/freebsd-12-stable/tools/test/testfloat/
Dtestfloat.txt581 Loss of accuracy occurs when the subnormal format is not sufficient
583 loss of accuracy to be detected either as an _inexact_result_ or as a
584 _denormalization_loss_. If loss of accuracy is detected as an inexact
591 loss. By detecting loss of accuracy as a denormalization loss, a system can
600 Most (possibly all) systems detect loss of accuracy as an inexact result.
/freebsd-12-stable/contrib/ntp/libparse/
DREADME14 support. Kernelsupport increases accuracy tremendingly. The current restriction
/freebsd-12-stable/sys/xen/interface/
Dplatform.h178 uint32_t accuracy; member
/freebsd-12-stable/contrib/ntp/ntpd/
Dntpdbase-opts.def127 so the highest time accuracy can be achieved quickly.
433 …This option sets the threshold to 600 s, which is well within the accuracy window to set the clock…
/freebsd-12-stable/sys/contrib/dev/ipw/
DLICENSE87 or assume responsibility for the accuracy or completeness of any information,
172 PURPOSE. Intel does not warrant or assume responsibility for the accuracy or
/freebsd-12-stable/sys/contrib/zstd/doc/
Dzstd_compression_format.md625 … Note that the maximum allowed accuracy log for literals length and match length tables is 9,
626 and the maximum accuracy log for the offsets table is 8.
792 The decoding table uses an accuracy log of 6 bits (64 states).
801 The decoding table uses an accuracy log of 6 bits (64 states).
811 The decoding table uses an accuracy log of 5 bits (32 states),
1111 More bits improve accuracy but cost more header size,
1193 For a list of Huffman weights, the maximum accuracy log is 7 bits.
/freebsd-12-stable/usr.sbin/pc-sysinstall/conf/licenses/
Dintel-en.txt92 or assume responsibility for the accuracy or completeness of any information,
177 PURPOSE. Intel does not warrant or assume responsibility for the accuracy or
/freebsd-12-stable/sys/contrib/dev/iwi/
DLICENSE90 or assume responsibility for the accuracy or completeness of any information,
175 PURPOSE. Intel does not warrant or assume responsibility for the accuracy or
/freebsd-12-stable/share/i18n/csmapper/APPLE/
DUCS%CENTEURO.src54 # included data, its quality, accuracy, or fitness for a particular

12345