Searched refs:accuracy (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_rsp_utils.c152 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy) argument
156 if (a->accuracy == accuracy)
158 new_accuracy = TS_ACCURACY_dup(accuracy);
163 TS_ACCURACY_free(a->accuracy);
164 a->accuracy = new_accuracy;
170 return a->accuracy;
H A Dts_rsp_print.c25 static int ts_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy);
145 if (a->accuracy == NULL)
148 ts_ACCURACY_print_bio(bio, a->accuracy);
H A Dts_local.h74 * accuracy Accuracy OPTIONAL,
88 TS_ACCURACY *accuracy; member in struct:TS_tst_info_st
171 ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */
172 ASN1_INTEGER *millis; /* accuracy, 0 means not specified. */
173 ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */
H A Dts_rsp_sign.c540 TS_ACCURACY *accuracy = NULL; local
563 && (accuracy = TS_ACCURACY_new()) == NULL)
565 if (ctx->seconds && !TS_ACCURACY_set_seconds(accuracy, ctx->seconds))
567 if (ctx->millis && !TS_ACCURACY_set_millis(accuracy, ctx->millis))
569 if (ctx->micros && !TS_ACCURACY_set_micros(accuracy, ctx->micros))
571 if (accuracy && !TS_TST_INFO_set_accuracy(tst_info, accuracy))
605 TS_ACCURACY_free(accuracy);
H A Dts_conf.c30 #define ENV_ACCURACY "accuracy"
381 char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY); local
383 if (accuracy && (list = X509V3_parse_list(accuracy)) == NULL) {
H A Dts_asn1.c92 ASN1_OPT(TS_TST_INFO, accuracy, TS_ACCURACY),
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_rsp_utils.c152 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy) argument
156 if (a->accuracy == accuracy)
158 new_accuracy = TS_ACCURACY_dup(accuracy);
163 TS_ACCURACY_free(a->accuracy);
164 a->accuracy = new_accuracy;
170 return a->accuracy;
H A Dts_rsp_print.c25 static int ts_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy);
145 if (a->accuracy == NULL)
148 ts_ACCURACY_print_bio(bio, a->accuracy);
H A Dts_local.h74 * accuracy Accuracy OPTIONAL,
88 TS_ACCURACY *accuracy; member in struct:TS_tst_info_st
110 ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */
111 ASN1_INTEGER *millis; /* accuracy, 0 means not specified. */
112 ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */
H A Dts_rsp_sign.c535 TS_ACCURACY *accuracy = NULL; local
558 && (accuracy = TS_ACCURACY_new()) == NULL)
560 if (ctx->seconds && !TS_ACCURACY_set_seconds(accuracy, ctx->seconds))
562 if (ctx->millis && !TS_ACCURACY_set_millis(accuracy, ctx->millis))
564 if (ctx->micros && !TS_ACCURACY_set_micros(accuracy, ctx->micros))
566 if (accuracy && !TS_TST_INFO_set_accuracy(tst_info, accuracy))
600 TS_ACCURACY_free(accuracy);
H A Dts_conf.c34 #define ENV_ACCURACY "accuracy"
388 char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY); local
390 if (accuracy && (list = X509V3_parse_list(accuracy)) == NULL) {
H A Dts_asn1.c92 ASN1_OPT(TS_TST_INFO, accuracy, TS_ACCURACY),
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dplatform.h178 uint32_t accuracy; member in struct:xenpf_efi_runtime_call::__anon3::__anon4
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dts.h249 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dts.h191 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dstopwatch.d51 to system and can affect StopWatch's accuracy.
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dstopwatch.d80 system to system and can affect StopWatch's accuracy.
/netbsd-current/sys/netbt/
H A Dhci.h1812 uint16_t accuracy; /* clock accuracy */ member in struct:__anon179
/netbsd-current/external/mit/isl/dist/doc/
H A Dimplementation.tex1292 to a loss of accuracy. In some cases, some of this loss can be recovered
1426 then the accuracy of the approximation may be improved by computing
2018 However, the accuracy can be improved by also trying to
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dfplsp.s6772 # approximate the value -log2/64 to 88 bits of accuracy. #
6989 # c) To fully preserve accuracy, the polynomial is #
8023 # Note 2. In Step 2 of lognp1, in order to preserved accuracy, #
H A Dfpsp.s6878 # approximate the value -log2/64 to 88 bits of accuracy. #
7095 # c) To fully preserve accuracy, the polynomial is #
8129 # Note 2. In Step 2 of lognp1, in order to preserved accuracy, #

Completed in 257 milliseconds