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

123

/freebsd-11-stable/lib/msun/src/
H A Ds_llrint.c6 #define dtype long long macro
H A Ds_llrintf.c6 #define dtype long long macro
H A Ds_llrintl.c6 #define dtype long long macro
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_lrintf.c6 #define dtype long macro
H A Ds_lrintl.c6 #define dtype long macro
H A Ds_llround.c6 #define dtype long long macro
H A Ds_llroundf.c6 #define dtype long long macro
H A Ds_llroundl.c6 #define dtype long long macro
H A Ds_lroundf.c6 #define dtype long macro
H A Ds_lroundl.c6 #define dtype 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
55 dtype
61 return ((dtype)x);
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_locl.h1 extern int int_rsa_verify(int dtype, const unsigned char *m,
H A Drsa_sign.c168 int int_rsa_verify(int dtype, const unsigned char *m, argument
190 if ((dtype == NID_md5_sha1) && rm) {
204 if ((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH)) {
216 if (dtype == NID_mdc2 && i == 18 && s[0] == 0x04 && s[1] == 0x10) {
226 } else if (dtype == NID_md5_sha1) {
260 OBJ_nid2ln(dtype));
262 if (sigtype != dtype) {
268 md = EVP_get_digestbynid(dtype);
292 int RSA_verify(int dtype, const unsigned char *m, unsigned int m_len, argument
297 return rsa->meth->rsa_verify(dtype,
[all...]
H A Drsa_saos.c104 int RSA_verify_ASN1_OCTET_STRING(int dtype, argument
/freebsd-11-stable/sys/sparc64/pci/
H A Dofw_pcib.c95 const char *dtype, *pbdtype; local
97 #define ISDTYPE(dtype, type) \
98 (((dtype) != NULL) && strcmp((dtype), (type)) == 0)
103 dtype = ofw_bus_get_type(dev);
108 ISDTYPE(dtype, OFW_TYPE_PCIE) ? "e" : "");
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpcrypto.c67 const EVP_MD **dtype, uint32_t *keylen)
70 *dtype = EVP_md5();
73 *dtype = EVP_sha1();
83 if (EVP_DigestInit(ctx, *dtype) != 1)
96 const EVP_MD *dtype; local
99 err = snmp_digest_init(&pdu->user, &ctx, &dtype, &keylen);
119 if (EVP_DigestInit(&ctx, dtype) != 1 ||
236 const EVP_MD *dtype; local
243 err = snmp_digest_init(user, &ctx, &dtype, &keylen);
276 const EVP_MD *dtype; local
66 snmp_digest_init(const struct snmp_user *user, EVP_MD_CTX *ctx, const EVP_MD **dtype, uint32_t *keylen) argument
314 const EVP_MD *dtype; local
[all...]
/freebsd-11-stable/contrib/nvi/common/
H A Drecover.c516 char *dtype, *data; local
558 if ((st = rcv_dlnread(sp, &dtype, &data, fp))) {
564 if (dtype == NULL)
566 if (!strcmp(dtype, "file"))
568 else if (!strcmp(dtype, "path"))
628 char *dtype, *data; local
679 if ((st = rcv_dlnread(sp, &dtype, &data, fp))) {
685 if (dtype == NULL)
687 if (!strcmp(dtype, "file"))
689 else if (!strcmp(dtype, "pat
857 rcv_dlnwrite( SCR *sp, const char *dtype, const char *src, FILE *fp) argument
915 char *dtype, *data; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstabs.c685 debug_type dtype; local
793 dtype = parse_stab_type (dhandle, info, (const char *) NULL,
795 if (dtype == DEBUG_TYPE_NULL)
802 if (! debug_record_typed_const (dhandle, name, dtype, atoi (p)))
814 dtype = parse_stab_type (dhandle, info, (const char *) NULL,
816 if (dtype == DEBUG_TYPE_NULL)
818 if (! debug_record_label (dhandle, name, dtype, value))
825 dtype = parse_stab_type (dhandle, info, (const char *) NULL, &p,
827 if (dtype == DEBUG_TYPE_NULL)
829 if (! debug_record_function (dhandle, name, dtype, typ
1132 debug_type dtype; local
3523 debug_type dtype; local
[all...]
/freebsd-11-stable/crypto/openssh/
H A Ddns.c319 u_int8_t dtype; local
324 for (dtype = SSHFP_HASH_SHA1; dtype < SSHFP_HASH_MAX; dtype++) {
325 rdata_digest_type = dtype;
/freebsd-11-stable/lib/libusb/
H A Dlibusb10_desc.c369 uint8_t dtype; local
372 dtype = ((const uint8_t *)buf)[1];
378 dtype == LIBUSB_DT_SS_ENDPOINT_COMPANION) {
386 ptr->bDescriptorType = dtype;
448 uint8_t dtype; local
451 dtype = ((const uint8_t *)buf)[1];
457 dtype == LIBUSB_DT_BOS &&
469 ptr->bDescriptorType = dtype;
486 dtype == LIBUSB_DT_DEVICE_CAPABILITY) {
506 dcap_20->bDescriptorType = dtype;
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dvchan.c355 char dtype[16]; local
395 strlcpy(dtype, "passthrough", sizeof(dtype));
397 strlcpy(dtype, "adaptive", sizeof(dtype));
399 strlcpy(dtype, "fixed", sizeof(dtype));
402 ret = sysctl_handle_string(oidp, dtype, sizeof(dtype), req);
404 if (strcasecmp(dtype, "passthroug
[all...]
/freebsd-11-stable/sbin/newfs_msdos/
H A Dnewfs_msdos.c81 const char *fname, *dtype; local
190 dtype = *argv;
191 exit(!!mkfs_msdos(fname, dtype, &o));
/freebsd-11-stable/sys/netgraph/
H A Dng_message.h78 #define NG_GENERIC_NG_MESG_INFO(dtype) { \
88 { "data", (dtype) }, \
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h97 uint32_t dtype:1; /* Descriptor type */ member in struct:vmxnet3_txdesc
132 uint32_t dtype:1; /* Descriptor type */ member in struct:vmxnet3_rxdesc

Completed in 159 milliseconds

123