Home
last modified time | relevance | path

Searched refs:dtype (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dtanf.sollya6 dtype = single;
21 if (dtype==double) then { prec = 53!; }
22 else if (dtype==single) then { prec = 23!; };
43 poly = fpminimax(f, deg, [|dtype ...|], [a*a;b*b]);
56 return fpminimax(func - poly / x^-(deg-d), 0, [|dtype|], [a;b], absolute, floating);
59 poly = fpminimax(f, [|0,...,deg|], [|dtype ...|], [a;b], absolute, floating);
67 if (dtype==double) then { prec = 53!; }
68 else if (dtype==single) then { prec = 23!; };
H A Dtanpi.sollya8 dtype = double;
10 if (dtype == single) then {
13 } else if (dtype == double) then {
31 poly = fpminimax(f, deg, [|dtype ...|], [a*a;b*b]);
37 if (dtype==double) then { prec = 53!; }
38 else if (dtype==single) then { prec = 23!; };
H A Dasin.sollya7 dtype = double;
24 poly = fpminimax(forward(f, x), [|0,...,deg|], [|dtype ...|], [a;b], relative, floating);
H A Dasinf.sollya7 dtype = single;
29 p = roundcoefficients(approx(poly,i), [|dtype ...|]);
/freebsd/contrib/bsnmp/lib/
H A Dsnmpcrypto.c66 const EVP_MD **dtype, uint32_t *keylen) in snmp_digest_init() argument
69 *dtype = EVP_md5(); in snmp_digest_init()
72 *dtype = EVP_sha1(); in snmp_digest_init()
82 if (EVP_DigestInit(ctx, *dtype) != 1) in snmp_digest_init()
95 const EVP_MD *dtype; in snmp_pdu_calc_digest() local
101 err = snmp_digest_init(&pdu->user, ctx, &dtype, &keylen); in snmp_pdu_calc_digest()
123 if (EVP_DigestInit(ctx, dtype) != 1 || in snmp_pdu_calc_digest()
250 const EVP_MD *dtype; in snmp_passwd_to_keys() local
261 err = snmp_digest_init(user, ctx, &dtype, &keylen); in snmp_passwd_to_keys()
296 const EVP_MD *dtype; in snmp_get_local_keys() local
[all …]
/freebsd/lib/msun/src/
H A Ds_lrint.c35 #define dtype long macro
46 dtype
50 dtype d; in fn()
53 d = (dtype)roundit(x); in fn()
H A Ds_lround.c36 #define dtype long macro
57 dtype
63 return ((dtype)x); in fn()
H A Ds_llrint.c3 #define dtype long long macro
H A Ds_llrintf.c3 #define dtype long long macro
H A Ds_llrintl.c3 #define dtype long long macro
H A Ds_lrintf.c3 #define dtype long macro
H A Ds_lrintl.c3 #define dtype long macro
H A Ds_lroundl.c3 #define dtype long macro
H A Ds_llround.c3 #define dtype long long macro
H A Ds_llroundf.c3 #define dtype long long macro
H A Ds_llroundl.c3 #define dtype long long macro
/freebsd/contrib/nvi/common/
H A Drecover.c504 char *dtype, *data; in rcv_list() local
546 if ((st = rcv_dlnread(sp, &dtype, &data, fp))) { in rcv_list()
552 if (dtype == NULL) in rcv_list()
554 if (!strcmp(dtype, "file")) in rcv_list()
556 else if (!strcmp(dtype, "path")) in rcv_list()
612 char *dtype, *data; local
663 if ((st = rcv_dlnread(sp, &dtype, &data, fp))) {
669 if (dtype == NULL)
671 if (!strcmp(dtype, "file"))
673 else if (!strcmp(dtype, "path"))
[all …]
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_recompress.c238 enum zio_compress dtype = drrw->drr_compressiontype; in zstream_do_recompress() local
239 if (dtype >= ZIO_COMPRESS_FUNCTIONS) { in zstream_do_recompress()
241 "stream: %d\n", dtype); in zstream_do_recompress()
244 if (zio_compress_table[dtype].ci_decompress == NULL) in zstream_do_recompress()
245 dtype = ZIO_COMPRESS_OFF; in zstream_do_recompress()
254 if (dtype == ZIO_COMPRESS_OFF) in zstream_do_recompress()
261 if (dtype != ZIO_COMPRESS_OFF) { in zstream_do_recompress()
267 if (zio_decompress_data(dtype, &cabd, &dabd, in zstream_do_recompress()
272 dtype, in zstream_do_recompress()
/freebsd/contrib/libder/libder/
H A Dlibder_type.c32 libder_type_dup(struct libder_ctx *ctx, const struct libder_tag *dtype) in libder_type_dup() argument
42 memcpy(type, dtype, sizeof(*dtype)); in libder_type_dup()
62 memcpy(tdata, dtype->tag_long, dtype->tag_size); in libder_type_dup()
/freebsd/crypto/openssh/
H A Ddns.c310 u_int8_t dtype; in export_dns_rr() local
315 for (dtype = SSHFP_HASH_SHA1; dtype < SSHFP_HASH_MAX; dtype++) { in export_dns_rr()
316 if (alg != -1 && dtype != alg) in export_dns_rr()
318 rdata_digest_type = dtype; in export_dns_rr()
/freebsd/sys/dev/sound/pcm/
H A Dvchan.c360 char dtype[16]; in sysctl_dev_pcm_vchanmode() local
400 strlcpy(dtype, "passthrough", sizeof(dtype)); in sysctl_dev_pcm_vchanmode()
402 strlcpy(dtype, "adaptive", sizeof(dtype)); in sysctl_dev_pcm_vchanmode()
404 strlcpy(dtype, "fixed", sizeof(dtype)); in sysctl_dev_pcm_vchanmode()
407 ret = sysctl_handle_string(oidp, dtype, sizeof(dtype), req); in sysctl_dev_pcm_vchanmode()
409 if (strcasecmp(dtype, "passthrough") == 0 || in sysctl_dev_pcm_vchanmode()
410 strcmp(dtype, "1") == 0) in sysctl_dev_pcm_vchanmode()
412 else if (strcasecmp(dtype, "adaptive") == 0 || in sysctl_dev_pcm_vchanmode()
413 strcmp(dtype, "2") == 0) in sysctl_dev_pcm_vchanmode()
415 else if (strcasecmp(dtype, "fixed") == 0 || in sysctl_dev_pcm_vchanmode()
[all …]
/freebsd/lib/libusb/
H A Dlibusb10_desc.c370 uint8_t dtype; in libusb_parse_ss_endpoint_comp() local
373 dtype = ((const uint8_t *)buf)[1]; in libusb_parse_ss_endpoint_comp()
379 dtype == LIBUSB_DT_SS_ENDPOINT_COMPANION) { in libusb_parse_ss_endpoint_comp()
387 ptr->bDescriptorType = dtype; in libusb_parse_ss_endpoint_comp()
449 uint8_t dtype; in libusb_parse_bos_descriptor() local
452 dtype = ((const uint8_t *)buf)[1]; in libusb_parse_bos_descriptor()
458 dtype == LIBUSB_DT_BOS && in libusb_parse_bos_descriptor()
470 ptr->bDescriptorType = dtype; in libusb_parse_bos_descriptor()
487 dtype == LIBUSB_DT_DEVICE_CAPABILITY) { in libusb_parse_bos_descriptor()
507 dcap_20->bDescriptorType = dtype; in libusb_parse_bos_descriptor()
[all …]
/freebsd/sys/kern/
H A Dsubr_stats.c70 enum vsd_dtype dtype : 8; /* Data type of this stat's data. */ member
93 enum vsd_dtype dtype : 8; /* Data type of the VOI itself. */ member
1324 voi->dtype = voi_dtype;
1351 tmpstat->dtype = VSD_DTYPE_VOISTATE;
1364 tmpstat->dtype = vss[i].vs_dtype;
1437 *retdtype = vs->dtype;
2072 vsd_dtype2name[v->dtype], v->voistatmaxid, v->stats_off);
2088 "data_off=%hu", vs->flags, vsd_dtype2name[vs->dtype],
2092 stats_voistatdata_tostr(vsd, v->dtype, vs->dtype, vs->dsz,
2153 vsd_dtype2name[v->dtype], v->voistatmaxid,
[all …]
/freebsd/sbin/newfs_msdos/
H A Dnewfs_msdos.c76 const char *fname, *dtype; in main() local
185 dtype = *argv; in main()
186 exit(!!mkfs_msdos(fname, dtype, &o)); in main()
/freebsd/sys/dev/gve/
H A Dgve_dqo.h82 uint8_t dtype:5; member
122 uint8_t dtype:5; member

123