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

12

/freebsd-9.3-release/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-9.3-release/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-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_sign.c172 int RSA_verify(int dtype, const unsigned char *m, unsigned int m_len, argument
185 return rsa->meth->rsa_verify(dtype, m, m_len, sigbuf, siglen, rsa);
193 if (dtype == NID_md5_sha1) {
216 if (dtype == NID_md5_sha1) {
249 OBJ_nid2ln(dtype));
251 if (sigtype != dtype) {
252 if (((dtype == NID_md5) &&
254 ((dtype == NID_md2) &&
H A Drsa_saos.c104 int RSA_verify_ASN1_OCTET_STRING(int dtype, argument
/freebsd-9.3-release/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-9.3-release/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-9.3-release/crypto/openssh/
H A Ddns.c309 u_int8_t dtype; local
314 for (dtype = SSHFP_HASH_SHA1; dtype < SSHFP_HASH_MAX; dtype++) {
315 rdata_digest_type = dtype;
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-dsfromkey.c241 emit(unsigned int dtype, isc_boolean_t showall, char *lookaside, argument
267 result = dns_ds_buildrdata(name, rdata, dtype, buf, &ds);
354 unsigned int dtype = DNS_DSDIGEST_SHA1; local
381 dtype = DNS_DSDIGEST_SHA1;
385 dtype = DNS_DSDIGEST_SHA256;
447 dtype = DNS_DSDIGEST_SHA1;
450 dtype = DNS_DSDIGEST_SHA256;
453 dtype = DNS_DSDIGEST_GOST;
457 dtype = DNS_DSDIGEST_SHA384;
527 emit(dtype, showal
[all...]
/freebsd-9.3-release/lib/libusb/
H A Dlibusb10_desc.c364 uint8_t dtype; local
367 dtype = ((const uint8_t *)buf)[1];
373 dtype == LIBUSB_DT_SS_ENDPOINT_COMPANION) {
381 ptr->bDescriptorType = dtype;
425 uint8_t dtype; local
428 dtype = ((const uint8_t *)buf)[1];
434 dtype == LIBUSB_DT_BOS) {
445 ptr->bDescriptorType = dtype;
457 dtype == LIBUSB_DT_DEVICE_CAPABILITY) {
468 dcap_20->bDescriptorType = dtype;
[all...]
/freebsd-9.3-release/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-9.3-release/crypto/openssl/fips/rsa/
H A Dfips_rsa_sign.c287 static int fips_rsa_verify(int dtype, argument
309 return rsa->meth->rsa_verify(dtype, dig, diglen, sigbuf, siglen, rsa);
352 der = fips_digestinfo_encoding(dtype, &dlen);
366 der = fips_digestinfo_nn_encoding(dtype, &dlen);
/freebsd-9.3-release/sys/netgraph/
H A Dng_message.h78 #define NG_GENERIC_NG_MESG_INFO(dtype) { \
88 { "data", (dtype) }, \
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcvt.c744 tree dtype = TREE_TYPE (e);
747 dtype = TYPE_MAIN_VARIANT (dtype);
762 && ! (IS_AGGR_TYPE (dtype) && DERIVED_FROM_P (type, dtype)))
742 tree dtype = TREE_TYPE (e); local
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c258 const char *fname, *dtype, *bname; local
362 dtype = *argv;
406 getdiskinfo(fd, fname, dtype, oflag, &bpb);
791 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag, argument
801 if (dtype != NULL) {
802 lp = getdiskbyname(dtype);

Completed in 140 milliseconds

12