| /netbsd/src/sys/external/bsd/acpica/dist/include/platform/ |
| D | acefi.h | 251 UINT64 efi_call0(void *func); 252 UINT64 efi_call1(void *func, UINT64 arg1); 253 UINT64 efi_call2(void *func, UINT64 arg1, UINT64 arg2); 254 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3); 255 UINT64 efi_call4(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3, 256 UINT64 arg4); 257 UINT64 efi_call5(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3, 258 UINT64 arg4, UINT64 arg5); 259 UINT64 efi_call6(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3, 260 UINT64 arg4, UINT64 arg5, UINT64 arg6); [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| D | bid_functions.h | 44 typedef unsigned long long UINT64; typedef 47 typedef unsigned __int64 UINT64; typedef 65 UINT64 w[2]; 86 UINT64 w[3]; 90 UINT64 w[4]; 312 UINT64 decfp64_value; 348 extern void bid_to_dpd64 (UINT64 * pres, UINT64 * px); 351 extern void dpd_to_bid64 (UINT64 * pres, UINT64 * px); 354 extern void bid128dd_add (UINT128 * pres, UINT64 * px, 355 UINT64 * py [all …]
|
| D | bid64_noncomp.c | 26 static const UINT64 mult_factor[16] = { 58 bid64_isSigned (int *pres, UINT64 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) { 59 UINT64 x = *px; 62 bid64_isSigned (UINT64 x _EXC_MASKS_PARAM _EXC_INFO_PARAM) { 73 bid64_isNormal (int *pres, UINT64 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) { 74 UINT64 x = *px; 77 bid64_isNormal (UINT64 x _EXC_MASKS_PARAM _EXC_INFO_PARAM) { 81 UINT64 sig_x; 125 UINT64 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) { 126 UINT64 x = *px; [all …]
|
| D | bid128.c | 263 UINT64 midpoint64[] = { 508 UINT64 ten2k64[] = { 906 UINT64 maskhigh128[] = { 947 UINT64 onehalf128[] = { 984 UINT64 ten2mk64[] = { 1075 UINT64 maskhigh128M[] = { 1085 UINT64 onehalf128M[] = { 1245 UINT64 maskhigh192M[] = { 1271 UINT64 onehalf192M[] = { 1365 UINT64 maskhigh256M[] = { [all …]
|
| D | bid_dpd.c | 58 UINT64 59 bid_to_bid64 (UINT64 ba) { in bid_to_bid64() 60 UINT64 res; in bid_to_bid64() 61 UINT64 sign, comb, exp; in bid_to_bid64() 62 UINT64 trailing; in bid_to_bid64() 63 UINT64 bcoeff; in bid_to_bid64() 152 bid_to_dpd64 (UINT64 * pres, UINT64 * pba) { 153 UINT64 ba = *pba; 155 UINT64 156 bid_to_dpd64 (UINT64 ba) { [all …]
|
| D | bid64_to_uint64.c | 32 bid64_to_uint64_rnint (UINT64 * pres, UINT64 * px 35 UINT64 x = *px; 37 UINT64 38 bid64_to_uint64_rnint (UINT64 x 42 UINT64 res; 43 UINT64 x_sign; 44 UINT64 x_exp; 50 UINT64 C1; 52 UINT64 Cstar; // C* represents up to 16 decimal digits ~ 54 bits 267 bid64_to_uint64_xrnint (UINT64 * pres, UINT64 * px [all …]
|
| D | bid64_next.c | 32 bid64_nextup (UINT64 * pres, 33 UINT64 * 35 UINT64 x = *px; 37 UINT64 38 bid64_nextup (UINT64 x _EXC_FLAGS_PARAM _EXC_MASKS_PARAM 42 UINT64 res; 43 UINT64 x_sign; 44 UINT64 x_exp; 48 UINT64 C1; // C1 represents x_signif (UINT64) 129 if (x_exp > (UINT64) (P16 - q1)) { [all …]
|
| D | bid64_to_uint32.c | 32 bid64_to_uint32_rnint (unsigned int *pres, UINT64 * px 35 UINT64 x = *px; 38 bid64_to_uint32_rnint (UINT64 x 43 UINT64 x_sign; 44 UINT64 x_exp; 47 UINT64 tmp64; 51 UINT64 C1; 52 UINT64 Cstar; // C* represents up to 16 decimal digits ~ 54 bits 269 bid64_to_uint32_xrnint (unsigned int *pres, UINT64 * px 272 UINT64 x = *px; [all …]
|
| D | bid64_round_integral.c | 32 bid64_round_integral_exact (UINT64 * pres, 33 UINT64 * 36 UINT64 x = *px; 41 UINT64 42 bid64_round_integral_exact (UINT64 x _RND_MODE_PARAM _EXC_FLAGS_PARAM 46 UINT64 res = 0xbaddbaddbaddbaddull; 47 UINT64 x_sign; 53 UINT64 C1; 98 res = x_sign | (((UINT64) exp + 398) << 53); 496 bid64_round_integral_nearest_even (UINT64 * pres, [all …]
|
| D | bid_from_int.c | 32 bid64_from_int32 (UINT64 * pres, 36 UINT64 39 UINT64 res; 56 bid64_from_uint32 (UINT64 * pres, unsigned int *px 60 UINT64 63 UINT64 res; 71 bid64_from_int64 (UINT64 * pres, SINT64 * px 79 UINT64 85 UINT64 res; 86 UINT64 x_sign, C; [all …]
|
| D | bid_b2d.h | 24 const UINT64 d2b[] = 147 const UINT64 d2b2[] = 343 const UINT64 d2b3[] = 602 const UINT64 d2b4[] = 863 const UINT64 d2b5[] = { 0000000000000ull, 1000000000000ull, 2000000000000ull, 1251 const UINT64 d2b6[] = 1638 const UINT64 b2d[] = 1841 const UINT64 b2d2[] = 2145 const UINT64 b2d3[] = 2449 const UINT64 b2d4[] = [all …]
|
| D | bid128_mul.c | 28 bid64dq_mul (UINT64 * pres, UINT64 * px, UINT128 * py 31 UINT64 x = *px; 36 UINT64 37 bid64dq_mul (UINT64 x, UINT128 y 41 UINT64 res = 0xbaddbaddbaddbaddull; 61 bid64qd_mul (UINT64 * pres, UINT128 * px, UINT64 * py 64 UINT64 y = *py; 69 UINT64 70 bid64qd_mul (UINT128 x, UINT64 y 74 UINT64 res = 0xbaddbaddbaddbaddull; [all …]
|
| D | bid64_compare.c | 26 static const UINT64 mult_factor[16] = { 36 bid64_quiet_equal (int *pres, UINT64 * px, 37 UINT64 * 40 UINT64 x = *px; 41 UINT64 y = *py; 44 bid64_quiet_equal (UINT64 x, 45 UINT64 y _EXC_FLAGS_PARAM _EXC_MASKS_PARAM 50 UINT64 sig_x, sig_y, sig_t; 155 bid64_quiet_greater (int *pres, UINT64 * px, 156 UINT64 * [all …]
|
| D | bid64_to_int32.c | 33 UINT64 * 36 UINT64 x = *px; 39 bid64_to_int32_rnint (UINT64 x _EXC_FLAGS_PARAM _EXC_MASKS_PARAM 43 UINT64 x_sign; 44 UINT64 x_exp; 47 UINT64 tmp64; 51 UINT64 C1; 52 UINT64 Cstar; // C* represents up to 16 decimal digits ~ 54 bits 292 UINT64 * 295 UINT64 x = *px; [all …]
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/include/trousers/ |
| D | trousers.h | 27 void Trspi_UnloadBlob(UINT64 *offset, size_t size, BYTE *container, BYTE *object); 28 void Trspi_UnloadBlob_BYTE(UINT64 *offset, BYTE *dataOut, BYTE *blob); 29 void Trspi_UnloadBlob_BOOL(UINT64 *offset, TSS_BOOL *dataOut, BYTE *blob); 30 void Trspi_UnloadBlob_UINT64(UINT64 *offset, UINT64 *out, BYTE *blob); 31 void Trspi_UnloadBlob_UINT32(UINT64 *offset, UINT32 *out, BYTE *blob); 32 void Trspi_UnloadBlob_UINT16(UINT64 *offset, UINT16 *out, BYTE *blob); 33 void Trspi_UnloadBlob_TSS_VERSION(UINT64 *offset, BYTE *blob, TSS_VERSION *out); 34 void Trspi_UnloadBlob_TCPA_VERSION(UINT64 *offset, BYTE *blob, TCPA_VERSION *out); 35 TSS_RESULT Trspi_UnloadBlob_PCR_INFO(UINT64 *offset, BYTE *blob, TCPA_PCR_INFO *pcr); 36 TSS_RESULT Trspi_UnloadBlob_PCR_INFO_LONG(UINT64 *offset, BYTE *blob, TPM_PCR_INFO_LONG *pcr); [all …]
|
| /netbsd/src/sys/external/bsd/acpica/dist/include/ |
| D | actbl2.h | 249 UINT64 TimestampRate; 250 UINT64 Reserved1; 251 UINT64 ErrorInjectionRate; 280 UINT64 ProcessorAffinity; 355 UINT64 AcpiHid; 391 UINT64 NodeAddress; 402 UINT64 Address; 405 UINT64 ErrorRecordImplemented; 406 UINT64 ErrorStatusReporting; 407 UINT64 AddressingMode; [all …]
|
| D | actbl1.h | 257 UINT64 Value; /* Value used with Read/Write register */ 258 UINT64 Mask; /* Bitmask required for this register instruction */ 450 UINT64 FeatureRegAddr; 451 UINT64 IrqEnRegAddr; 452 UINT64 IrqStRegAddr; 464 UINT64 CmdRespRegAddr; 465 UINT64 CmdBufLoRegAddr; 466 UINT64 CmdBufHiRegAddr; 477 UINT64 CmdRespRegAddr; 478 UINT64 Reserved2[2]; [all …]
|
| /netbsd/src/sys/external/bsd/acpica/dist/utilities/ |
| D | utstrsuppt.c | 163 UINT64 *AccumulatedValue, 169 UINT64 Multiplicand, 171 UINT64 *OutProduct); 175 UINT64 Addend1, 177 UINT64 *OutSum); 200 UINT64 *ReturnValuePtr) in AcpiUtConvertOctalString() 202 UINT64 AccumulatedValue = 0; in AcpiUtConvertOctalString() 262 UINT64 *ReturnValuePtr) in AcpiUtConvertDecimalString() 264 UINT64 AccumulatedValue = 0; in AcpiUtConvertDecimalString() 324 UINT64 *ReturnValuePtr) in AcpiUtConvertHexString() [all …]
|
| D | utmath.c | 170 UINT64 Full; 197 UINT64 Multiplicand, in AcpiUtShortMultiply() 199 UINT64 *OutProduct) in AcpiUtShortMultiply() 248 UINT64 Operand, in AcpiUtShortShiftLeft() 250 UINT64 *OutResult) in AcpiUtShortShiftLeft() 293 UINT64 Operand, in AcpiUtShortShiftRight() 295 UINT64 *OutResult) in AcpiUtShortShiftRight() 337 UINT64 Multiplicand, in AcpiUtShortMultiply() 339 UINT64 *OutProduct) in AcpiUtShortMultiply() 367 UINT64 Operand, in AcpiUtShortShiftLeft() [all …]
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | umac.c | 92 typedef u_int64_t UINT64; /* 8 bytes */ typedef 129 #define MUL64(a,b) ((UINT64)((UINT64)(UINT32)(a) * (UINT64)(UINT32)(b))) 346 UINT64 state[STREAMS]; /* on-line state */ 359 UINT64 h; in nh_aux() 366 h = *((UINT64 *)hp); in nh_aux() 382 *((UINT64 *)hp) = h; in nh_aux() 392 UINT64 h1,h2; in nh_aux() 400 h1 = *((UINT64 *)hp); in nh_aux() 401 h2 = *((UINT64 *)hp + 1); in nh_aux() 428 ((UINT64 *)hp)[0] = h1; in nh_aux() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/libdecnumber/bid/ |
| D | bid2dpd_dpd2bid.h | 145 static const UINT64 d2b[] = { 275 static const UINT64 d2b2[] = { 534 static const UINT64 d2b3[] = { 1623 static const UINT64 d2b4[] = { 2713 static const UINT64 d2b5[] = { 3803 static const UINT64 d2b6[] = { 4893 static const UINT64 b2d[] = { 5995 static const UINT64 b2d2[] = { 7097 static const UINT64 b2d3[] = { 8199 static const UINT64 b2d4[] = { [all …]
|
| D | bid2dpd_dpd2bid.c | 30 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2; \ 41 PM = (UINT64)((UINT32)PM)+PM2+(PL>>32); \ 50 UINT64 R64H; \ 132 UINT64 trailing; in _dpd_to_bid32() 172 UINT64 res; in _bid_to_dpd64() 173 UINT64 sign, comb, exp, B34, B01; in _bid_to_dpd64() 174 UINT64 d103, D61; in _bid_to_dpd64() 175 UINT64 b0, b2, b3, b5; in _bid_to_dpd64() 177 UINT64 bcoeff; in _bid_to_dpd64() 178 UINT64 dcoeff; in _bid_to_dpd64() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libdecnumber/bid/ |
| D | bid2dpd_dpd2bid.h | 145 static const UINT64 d2b[] = { 275 static const UINT64 d2b2[] = { 534 static const UINT64 d2b3[] = { 1623 static const UINT64 d2b4[] = { 2713 static const UINT64 d2b5[] = { 3803 static const UINT64 d2b6[] = { 4893 static const UINT64 b2d[] = { 5995 static const UINT64 b2d2[] = { 7097 static const UINT64 b2d3[] = { 8199 static const UINT64 b2d4[] = { [all …]
|
| D | bid2dpd_dpd2bid.c | 30 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2; \ 41 PM = (UINT64)((UINT32)PM)+PM2+(PL>>32); \ 50 UINT64 R64H; \ 132 UINT64 trailing; in _dpd_to_bid32() 172 UINT64 res; in _bid_to_dpd64() 173 UINT64 sign, comb, exp, B34, B01; in _bid_to_dpd64() 174 UINT64 d103, D61; in _bid_to_dpd64() 175 UINT64 b0, b2, b3, b5; in _bid_to_dpd64() 177 UINT64 bcoeff; in _bid_to_dpd64() 178 UINT64 dcoeff; in _bid_to_dpd64() [all …]
|
| /netbsd/src/sys/external/bsd/acpica/dist/executer/ |
| D | exutils.c | 180 UINT64 Value, 304 (ObjDesc->Integer.Value > (UINT64) ACPI_UINT32_MAX)) in AcpiExTruncateFor32bitTable() 310 ObjDesc->Integer.Value &= (UINT64) ACPI_UINT32_MAX; in AcpiExTruncateFor32bitTable() 425 UINT64 Value, in AcpiExDigitsNeeded() 429 UINT64 CurrentValue; in AcpiExDigitsNeeded() 476 UINT64 CompressedId) in AcpiExEisaIdToString() 503 OutString[3] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 12); in AcpiExEisaIdToString() 504 OutString[4] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 8); in AcpiExEisaIdToString() 505 OutString[5] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 4); in AcpiExEisaIdToString() 506 OutString[6] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 0); in AcpiExEisaIdToString() [all …]
|