| /freebsd/sys/contrib/openzfs/module/icp/asm-ppc64/blake3/ |
| H A D | b3_ppc64le_sse2.S | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 24 * Based on BLAKE3 v1.3.1, https://github.com/BLAKE3-team/BLAKE3 25 * Copyright (c) 2019-2022 Samuel Neves and Matthew Krupcale 26 * Copyright (c) 2022 Tino Reichardt <milky-zfs@mcmilk.de> 28 * This is converted assembly: SSE2 -> POWER8 PPC64 Little Endian 29 * Used tools: SIMDe https://github.com/simd-everywhere/simde 74 .byte 1 87 .byte 1 108 .byte 1 [all …]
|
| H A D | b3_ppc64le_sse41.S | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 24 * Based on BLAKE3 v1.3.1, https://github.com/BLAKE3-team/BLAKE3 25 * Copyright (c) 2019-2022 Samuel Neves 26 * Copyright (c) 2022 Tino Reichardt <milky-zfs@mcmilk.de> 28 * This is converted assembly: SSE4.1 -> POWER8 PPC64 Little Endian 29 * Used tools: SIMDe https://github.com/simd-everywhere/simde 52 .byte 1 58 .byte 1 108 .byte 1 [all …]
|
| /freebsd/lib/msun/src/ |
| H A D | s_exp2.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 10 * 1. Redistributions of source code must retain the above copyright 35 #define TBLSIZE (1 << TBLBITS) 39 P1 = 0x1.62e42fefa39efp-1, 40 P2 = 0x1.ebfbdff82c575p- [all...] |
| /freebsd/contrib/netbsd-tests/include/ |
| H A D | d_bitstring_49.out | 5 0 0 1 0 6 1 0 2 1 7 2 0 4 1 8 3 0 8 1 9 4 0 16 1 10 5 0 32 1 11 6 0 64 1 12 7 0 128 1 13 8 1 1 1 14 9 1 2 2 [all …]
|
| H A D | d_bitstring_67.out | 5 0 0 1 0 6 1 0 2 1 7 2 0 4 1 8 3 0 8 1 9 4 0 16 1 10 5 0 32 1 11 6 0 64 1 12 7 0 128 1 13 8 1 1 1 14 9 1 2 2 [all …]
|
| H A D | d_bitstring_64.out | 5 0 0 1 0 6 1 0 2 1 7 2 0 4 1 8 3 0 8 1 9 4 0 16 1 10 5 0 32 1 11 6 0 64 1 12 7 0 128 1 13 8 1 1 1 14 9 1 2 2 [all …]
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/ |
| H A D | v_pow_log_data.c | 4 * Copyright (c) 2018-2024, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 10 #define N (1 << V_POW_LOG_TABLE_BITS) 16 log(z/c) = poly(z/c - 1) 18 where z is in [0x1.69555p-1; 0x1.69555p0] which is split into N subintervals 21 tab[i].invc = 1/c 23 tab[i].logctail = (double)(log(c) - logc) 25 where c is chosen near the center of the subinterval such that 1/c has only 26 a few precision bits so z/c - 1 is exactly representible as double: 28 1/c = center < 1 ? round(N/center)/N : round(2*N/center)/N/2 [all …]
|
| /freebsd/sys/crypto/openssl/powerpc64le/ |
| H A D | aes-gcm-ppc.S | 1 /* Do not modify. This file is auto-generated from aes-gcm-ppc.pl. */ 11 xxlor 19+32, 1, 1 73 xxlor 23+32, 1, 1 382 stdu 1,-512(1) 385 std 14,112(1) 386 std 15,120(1) 387 std 16,128(1) 388 std 17,136(1) 389 std 18,144(1) 390 std 19,152(1) [all …]
|
| /freebsd/sys/crypto/openssl/powerpc/ |
| H A D | aes-gcm-ppc.S | 1 /* Do not modify. This file is auto-generated from aes-gcm-ppc.pl. */ 10 xxlor 19+32, 1, 1 72 xxlor 23+32, 1, 1 381 stdu 1,-512(1) 384 std 14,112(1) 385 std 15,120(1) 386 std 16,128(1) 387 std 17,136(1) 388 std 18,144(1) 389 std 19,152(1) [all …]
|
| /freebsd/sys/crypto/openssl/powerpc64/ |
| H A D | aes-gcm-ppc.S | 1 /* Do not modify. This file is auto-generated from aes-gcm-ppc.pl. */ 11 xxlor 19+32, 1, 1 73 xxlor 23+32, 1, 1 382 stdu 1,-512(1) 385 std 14,112(1) 386 std 15,120(1) 387 std 16,128(1) 388 std 17,136(1) 389 std 18,144(1) 390 std 19,152(1) [all …]
|
| /freebsd/crypto/heimdal/lib/com_err/ |
| H A D | lex.c | 16 /* First, we deal with platform-specific or compiler-specific issues. */ 31 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ 39 #define __STDC_LIMIT_MACROS 1 60 #define INT8_MIN (-128) 63 #define INT16_MIN (-32767-1) 66 #define INT32_MIN (-2147483647-1) 91 /* The "const" storage-class-modifier is valid. */ 96 /* C99 requires __STDC__ to be defined as 1. */ 110 /* Returned upon end-of-file. */ 115 * we want to instead treat it as an 8-bit unsigned char, hence the [all …]
|
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | pow_log_data.c | 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 10 #define N (1 << POW_LOG_TABLE_BITS) 13 .ln2hi = 0x1.62e42fefa3800p-1, 14 .ln2lo = 0x1.ef35793c76730p-45, 17 // relative error: 0x1.11922ap-70 18 // in -0x1.6bp-8 0x1.6bp-8 20 -0x1p-1, 21 0x1.555555555556p-2 * -2, 22 -0x1.0000000000006p-2 * -2, 23 0x1.999999959554ep-3 * 4, [all …]
|
| /freebsd/secure/caroot/trusted/ |
| H A D | D-TRUST_EV_Root_CA_2_2023.pem | 2 ## D-TRUST EV Root CA 2 2023 20 Issuer: C = DE, O = D-Trust GmbH, CN = D-TRUST EV Root CA 2 2023 24 Subject: C = DE, O = D-Trust GmbH, CN = D-TRUST EV Root CA 2 2023 27 Public-Key: (4096 bit) 32 b7:f8:1d:af:6a:c4:95:87:d7:47:c9:95:d8:82:04: 35 b6:73:28:3c:34:f7:99:f7:7f:d3:a6:f8:1c:45:7c: 38 cc:2b:9d:47:73:1f:bd:cd:91:a4:72:6a:9c:a2:1b: 40 13:2b:10:13:1e:8b:9a:a8:3a:94:73:d3:18:69:0a: 43 ee:68:cd:3d:4d:28:42:f9:45:2b:32:1b:46:55:16: 44 6a:a6:4b:29:f9:bb:95:56:bf:46:1d:ec:1d:93:1d: [all …]
|
| /freebsd/crypto/openssl/test/recipes/15-test_ml_dsa_codecs_data/ |
| H A D | prv-65-seed.txt | 1 ML-DSA-65 Private-Key: 4 0f:10:11:12:13:14:15:16:17:18:19:1a:1b:1c:1d: 5 1e:1f 7 48:68:3d:91:97:8e:31:eb:3d:dd:b8:b0:47:34:82: 10 fa:bf:90:47:64:6f:fd:0c:b3:cc:7f:79:58:05:a7: 11 1e:70:d2:37:1b:05:63:e3:cd:33:46:14:9c:8c:9e: 14 01:94:8b:74:84:1e:f5:cc:1c:3f:2b:f3:27:97:2e: 16 21:86:23:81:00:04:24:77:80:61:47:50:07:50:17: 17 17:03:55:04:51:51:25:47:18:38:04:61:75:72:22: 18 44:10:88:68:60:86:46:01:27:47:56:71:80:87:06: [all …]
|
| H A D | prv-65-priv.txt | 1 ML-DSA-65 Private-Key: 3 48:68:3d:91:97:8e:31:eb:3d:dd:b8:b0:47:34:82: 6 fa:bf:90:47:64:6f:fd:0c:b3:cc:7f:79:58:05:a7: 7 1e:70:d2:37:1b:05:63:e3:cd:33:46:14:9c:8c:9e: 10 01:94:8b:74:84:1e:f5:cc:1c:3f:2b:f3:27:97:2e: 12 21:86:23:81:00:04:24:77:80:61:47:50:07:50:17: 13 17:03:55:04:51:51:25:47:18:38:04:61:75:72:22: 14 44:10:88:68:60:86:46:01:27:47:56:71:80:87:06: 23 25:64:66:43:11:35:04:36:47:80:12:66:73:14:30: 24 11:66:06:55:86:47:18:36:88:63:50:38:47:86:11: [all …]
|
| /freebsd/contrib/libxo/tests/core/saved/ |
| H A D | test_11.H.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 11 {{1 owl said "e=m\c[2]"}} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.HIPx.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 11 {{1 owl said "e=m\c[2]"}} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.HP.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 11 {{1 owl said "e=m\c[2]"}} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.J.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 11 {{1 owl said "e=m\c[2]"}} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.JP.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 11 {{1 owl said "e=m\c[2]"}} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.JPu.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 11 {{1 owl said "e=m\c[2]"}} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.T.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 11 {{1 owl said "e=m\c[2]"}} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.X.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 11 {{1 owl said "e=m\c[2]"}} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.XP.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 11 {{1 owl said "e=m\c[2]"}} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| /freebsd/sys/dev/irdma/ |
| H A D | irdma_defs.h | 1 /*- 2 * SPDX-License-Identifier: GPL-2.0 or Linux-OpenIB 4 * Copyright (c) 2015 - 2023 Intel Corporation 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 47 #define IRDMA_PE_DB_SIZE_4M 1 51 #define IRDMA_IRD_HW_SIZE_16 1 57 #define IRDMA_QP_STATE_IDLE 1 82 #define RDMA_READ_REQ_OPCODE 1 86 #define IRDMA_TERM_SENT 1 [all …]
|