Searched refs:dtype (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-current/lib/msun/src/
H A Ds_lrint.c35 #define dtype long macro
42 * that overflows depends on the rounding mode when 'dtype' has more
46 dtype
50 dtype d;
53 d = (dtype)roundit(x);
H A Ds_lrintl.c3 #define dtype long macro
H A Ds_lrintf.c3 #define dtype long macro
H A Ds_llrintl.c3 #define dtype long long macro
H A Ds_llrintf.c3 #define dtype long long macro
H A Ds_llrint.c3 #define dtype long long macro
H A Ds_llroundl.c3 #define dtype long long macro
H A Ds_lroundf.c3 #define dtype long macro
H A Ds_lroundl.c3 #define dtype long macro
H A Ds_llroundf.c3 #define dtype long long macro
H A Ds_llround.c3 #define dtype long long macro
H A Ds_lround.c36 #define dtype long macro
43 * If type has more precision than dtype, the endpoints dtype_(min|max) are
45 * from 0. On the other hand, if type has less precision than dtype, then
57 dtype
63 return ((dtype)x);
/freebsd-current/contrib/bsnmp/lib/
H A Dsnmpcrypto.c66 const EVP_MD **dtype, uint32_t *keylen)
69 *dtype = EVP_md5();
72 *dtype = EVP_sha1();
82 if (EVP_DigestInit(ctx, *dtype) != 1)
95 const EVP_MD *dtype; local
101 err = snmp_digest_init(&pdu->user, ctx, &dtype, &keylen);
123 if (EVP_DigestInit(ctx, dtype) != 1 ||
250 const EVP_MD *dtype; local
261 err = snmp_digest_init(user, ctx, &dtype, &keylen);
296 const EVP_MD *dtype; local
65 snmp_digest_init(const struct snmp_user *user, EVP_MD_CTX *ctx, const EVP_MD **dtype, uint32_t *keylen) argument
340 const EVP_MD *dtype; local
[all...]
/freebsd-current/contrib/nvi/common/
H A Drecover.c504 char *dtype, *data; local
546 if ((st = rcv_dlnread(sp, &dtype, &data, fp))) {
552 if (dtype == NULL)
554 if (!strcmp(dtype, "file"))
556 else if (!strcmp(dtype, "path"))
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, "pat
842 rcv_dlnwrite(SCR *sp, const char *dtype, const char *src, FILE *fp) argument
894 char *dtype, *data; local
[all...]
/freebsd-current/crypto/openssh/
H A Ddns.c310 u_int8_t dtype; local
315 for (dtype = SSHFP_HASH_SHA1; dtype < SSHFP_HASH_MAX; dtype++) {
316 if (alg != -1 && dtype != alg)
318 rdata_digest_type = dtype;
/freebsd-current/lib/libusb/
H A Dlibusb10_desc.c370 uint8_t dtype; local
373 dtype = ((const uint8_t *)buf)[1];
379 dtype == LIBUSB_DT_SS_ENDPOINT_COMPANION) {
387 ptr->bDescriptorType = dtype;
449 uint8_t dtype; local
452 dtype = ((const uint8_t *)buf)[1];
458 dtype == LIBUSB_DT_BOS &&
470 ptr->bDescriptorType = dtype;
487 dtype == LIBUSB_DT_DEVICE_CAPABILITY) {
507 dcap_20->bDescriptorType = dtype;
[all...]
/freebsd-current/sys/dev/sound/pcm/
H A Dvchan.c361 char dtype[16]; local
401 strlcpy(dtype, "passthrough", sizeof(dtype));
403 strlcpy(dtype, "adaptive", sizeof(dtype));
405 strlcpy(dtype, "fixed", sizeof(dtype));
408 ret = sysctl_handle_string(oidp, dtype, sizeof(dtype), req);
410 if (strcasecmp(dtype, "passthroug
[all...]
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_saos.c59 int RSA_verify_ASN1_OCTET_STRING(int dtype, argument
H A Drsa_meth.c249 (int dtype, const unsigned char *m,
257 int (*verify) (int dtype, const unsigned char *m,
256 RSA_meth_set_verify(RSA_METHOD *meth, int (*verify) (int dtype, const unsigned char *m, unsigned int m_length, const unsigned char *sigbuf, unsigned int siglen, const RSA *rsa)) argument
/freebsd-current/sbin/newfs_msdos/
H A Dnewfs_msdos.c76 const char *fname, *dtype; local
185 dtype = *argv;
186 exit(!!mkfs_msdos(fname, dtype, &o));
/freebsd-current/sys/kern/
H A Dsubr_stats.c70 enum vsd_dtype dtype : 8; /* Data type of this stat's data. */ member in struct:voistat
93 enum vsd_dtype dtype : 8; /* Data type of the VOI itself. */ member in struct:voi
1324 voi->dtype = voi_dtype;
1351 tmpstat->dtype = VSD_DTYPE_VOISTATE;
1364 tmpstat->dtype = vss[i].vs_dtype;
1437 *retdtype = vs->dtype;
2070 sbuf_printf(buf, ", flags=0x%04hx, dtype=%s, "
2072 vsd_dtype2name[v->dtype], v->voistatmaxid, v->stats_off);
2087 sbuf_printf(buf, ", flags=0x%04x, dtype=%s, dsz=%hu, "
2088 "data_off=%hu", vs->flags, vsd_dtype2name[vs->dtype],
[all...]
/freebsd-current/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h95 uint32_t dtype:1; /* Descriptor type */ member in struct:vmxnet3_txdesc
130 uint32_t dtype:1; /* Descriptor type */ member in struct:vmxnet3_rxdesc
/freebsd-current/contrib/unbound/services/
H A Dlocalzone.h260 * @param dtype: type to lookup, if type DS a zone higher is used for zonecuts.
268 uint8_t* name, size_t len, int labs, uint16_t dclass, uint16_t dtype,
279 * @param dtype: type of the record, if type DS then a zone higher up is found
284 uint8_t* name, size_t len, int labs, uint16_t dclass, uint16_t dtype);
/freebsd-current/sys/netgraph/
H A Dng_message.h79 #define NG_GENERIC_NG_MESG_INFO(dtype) { \
89 { "data", (dtype) }, \
/freebsd-current/crypto/openssl/include/crypto/
H A Drsa.h102 int ossl_rsa_verify(int dtype, const unsigned char *m,

Completed in 218 milliseconds

123