| /freebsd-14.2/lib/msun/tests/ |
| H A D | next_test.c | 70 static double idd(double); 225 test(idd(nextafter(DBL_MAX, INFINITY)), INFINITY, ex_over); in ATF_TC_BODY() 226 test(idd(nextafter(INFINITY, 0.0)), DBL_MAX, 0); in ATF_TC_BODY() 227 test(idd(nexttoward(DBL_MAX, DBL_MAX * 2.0L)), INFINITY, ex_over); in ATF_TC_BODY() 229 test(idd(nexttoward(INFINITY, DBL_MAX * 2.0L)), DBL_MAX, 0); in ATF_TC_BODY() 265 idd(double x) in idd() function
|
| /freebsd-14.2/sys/cam/nvme/ |
| H A D | nvme_xpt.c | 313 struct scsi_vpd_id_descriptor *idd; in nvme_probe_done() local 443 idd = (struct scsi_vpd_id_descriptor *)(did + 1); in nvme_probe_done() 445 idd->proto_codeset = SVPD_ID_CODESET_BINARY; in nvme_probe_done() 446 idd->id_type = SVPD_ID_ASSOC_LUN | SVPD_ID_TYPE_EUI64; in nvme_probe_done() 447 idd->length = 16; in nvme_probe_done() 448 bcopy(nvme_data->nguid, idd->identifier, 16); in nvme_probe_done() 449 idd = (struct scsi_vpd_id_descriptor *) in nvme_probe_done() 450 &idd->identifier[16]; in nvme_probe_done() 453 idd->proto_codeset = SVPD_ID_CODESET_BINARY; in nvme_probe_done() 455 idd->length = 8; in nvme_probe_done() [all …]
|
| /freebsd-14.2/sys/cam/ |
| H A D | cam_xpt.c | 1203 if (idd == NULL) in xpt_getattr() 1206 if (idd == NULL) in xpt_getattr() 1209 if (idd == NULL) in xpt_getattr() 1213 idd = NULL; in xpt_getattr() 1215 if (idd == NULL) in xpt_getattr() 1218 if (idd == NULL) in xpt_getattr() 1221 if (idd == NULL) in xpt_getattr() 1227 if (idd->length < len) { in xpt_getattr() 1238 l = strnlen(idd->identifier, idd->length); in xpt_getattr() 1256 idd->identifier[l]); in xpt_getattr() [all …]
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl_tpc.c | 1975 struct scsi_vpd_id_descriptor *idd = NULL; in tpc_create_token() local 1984 idd = scsi_get_devid_desc((struct scsi_vpd_id_descriptor *) in tpc_create_token() 1987 if (idd == NULL && lun->lun_devid) in tpc_create_token() 1988 idd = scsi_get_devid_desc((struct scsi_vpd_id_descriptor *) in tpc_create_token() 1991 if (idd != NULL) { in tpc_create_token() 1995 memcpy(&cscd->codeset, idd, 4 + idd->length); in tpc_create_token()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsPPC.def | 121 TARGET_BUILTIN(__builtin_ppc_compare_exp_uo, "idd", "", "isa-v30-instructions,vsx") 122 TARGET_BUILTIN(__builtin_ppc_compare_exp_lt, "idd", "", "isa-v30-instructions,vsx") 123 TARGET_BUILTIN(__builtin_ppc_compare_exp_gt, "idd", "", "isa-v30-instructions,vsx") 124 TARGET_BUILTIN(__builtin_ppc_compare_exp_eq, "idd", "", "isa-v30-instructions,vsx")
|
| H A D | BuiltinsHexagonDep.def | 303 TARGET_BUILTIN(__builtin_HEXAGON_F2_dfcmpeq, "idd", "", V5) 304 TARGET_BUILTIN(__builtin_HEXAGON_F2_dfcmpge, "idd", "", V5) 305 TARGET_BUILTIN(__builtin_HEXAGON_F2_dfcmpgt, "idd", "", V5) 306 TARGET_BUILTIN(__builtin_HEXAGON_F2_dfcmpuo, "idd", "", V5)
|
| /freebsd-14.2/sys/cam/scsi/ |
| H A D | scsi_enc_ses.c | 1090 struct scsi_vpd_id_descriptor *idd; in ses_set_physpath() local 1121 idd = scsi_get_devid((struct scsi_vpd_device_id *)cdai.buf, in ses_set_physpath() 1123 if (idd == NULL) in ses_set_physpath() 1132 scsi_8btou64(idd->identifier), iter->type_index, in ses_set_physpath()
|
| /freebsd-14.2/contrib/ldns/ |
| H A D | str2host.c | 768 uint8_t idd[2]; in ldns_str2rdf_cert_alg() local 773 ldns_write_uint16(idd, (uint16_t) lt->id); in ldns_str2rdf_cert_alg() 775 LDNS_RDF_TYPE_INT16, sizeof(uint16_t), idd); in ldns_str2rdf_cert_alg()
|
| /freebsd-14.2/sbin/camcontrol/ |
| H A D | camcontrol.c | 8998 struct scsi_vpd_id_descriptor *idd; in findsasdevice() local 9003 idd = scsi_get_devid(item->device_id, in findsasdevice() 9006 if (idd == NULL) in findsasdevice() 9009 if (scsi_8btou64(idd->identifier) == sasaddr) in findsasdevice()
|