/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_pwr8_cbcdec.c | 35 ctx->vtable = &br_aes_pwr8_cbcdec_vtable; in br_aes_pwr8_cbcdec_init() 36 ctx->num_rounds = br_aes_pwr8_keysched(ctx->skey.skni, key, len); in br_aes_pwr8_cbcdec_init() 111 vperm(19, 19, 19, 15) in cbcdec_128() 116 vand(23, 19, 19) in cbcdec_128() 124 vxor(19, 19, 10) in cbcdec_128() 128 vncipher(19, 19, 9) in cbcdec_128() 132 vncipher(19, 19, 8) in cbcdec_128() 136 vncipher(19, 19, 7) in cbcdec_128() 140 vncipher(19, 19, 6) in cbcdec_128() 144 vncipher(19, 19, 5) in cbcdec_128() [all …]
|
H A D | aes_pwr8_ctr.c | 35 ctx->vtable = &br_aes_pwr8_ctr_vtable; in br_aes_pwr8_ctr_init() 36 ctx->num_rounds = br_aes_pwr8_keysched(ctx->skey.skni, key, len); in br_aes_pwr8_ctr_init() 108 vperm(19, 19, 19, 15) in ctr_128() 119 vadduwm(27, 19, 28) in ctr_128() 136 vxor(19, 19, 0) in ctr_128() 140 vcipher(19, 19, 1) in ctr_128() 144 vcipher(19, 19, 2) in ctr_128() 148 vcipher(19, 19, 3) in ctr_128() 152 vcipher(19, 19, 4) in ctr_128() 156 vcipher(19, 19, 5) in ctr_128() [all …]
|
/freebsd/sys/crypto/openssl/powerpc/ |
H A D | ppc-mont.S | 1 /* Do not modify. This file is auto-generated from ppc-mont.pl. */ 14 li 12,-4096 23 stw 20,-48(12) 24 stw 21,-44(12) 25 stw 22,-40(12) 26 stw 23,-36(12) 27 stw 24,-32(12) 28 stw 25,-28(12) 29 stw 26,-24(12) 30 stw 27,-20(12) [all …]
|
H A D | sha512-ppc.S | 1 /* Do not modify. This file is auto-generated from sha512-ppc.pl. */ 9 stwu 1,-256(1) 20 stw 19,204(1) 37 lwz 19,12(3) 107 addic. 5,5,-128 117 lwz 19,204(1) 139 xor 14,19,21 166 srwi 9,24,41-32 167 srwi 10,25,41-32 170 insrwi 9,25,41-32,0 [all …]
|
H A D | chacha-ppc.S | 1 /* Do not modify. This file is auto-generated from chacha-ppc.pl. */ 13 stwu 1,-160(1) 21 stw 19,108(1) 49 lwz 19,108(1) 68 .size ChaCha20_ctr32_int,.-ChaCha20_ctr32_int 76 lis 19,0x6b20 80 ori 19,19,0x6574 106 add 19,19,23 110 xor 31,31,19 130 add 19,19,23 [all …]
|
H A D | sha1-ppc.S | 1 /* Do not modify. This file is auto-generated from sha1-ppc.pl. */ 9 stwu 1,-160(1) 15 stw 19,108(1) 66 lbz 19,3(4) 71 stb 19,3(20) 81 addic. 5,5,-1 90 lwz 19,108(1) 134 lwz 19,12(4) 147 add 9,9,19 279 xor 17,17,19 [all …]
|
/freebsd/sys/crypto/openssl/powerpc64/ |
H A D | ppc-mont.S | 1 /* Do not modify. This file is auto-generated from ppc-mont.pl. */ 15 li 12,-4096 24 std 20,-96(12) 25 std 21,-88(12) 26 std 22,-80(12) 27 std 23,-72(12) 28 std 24,-64(12) 29 std 25,-56(12) 30 std 26,-48(12) 31 std 27,-40(12) [all …]
|
H A D | chacha-ppc.S | 1 /* Do not modify. This file is auto-generated from chacha-ppc.pl. */ 16 stdu 1,-256(1) 24 std 19,152(1) 52 ld 19,152(1) 71 .size ChaCha20_ctr32_int,.-ChaCha20_ctr32_int 79 lis 19,0x6b20 83 ori 19,19,0x6574 109 add 19,19,23 113 xor 31,31,19 133 add 19,19,23 [all …]
|
H A D | sha1-ppc.S | 1 /* Do not modify. This file is auto-generated from sha1-ppc.pl. */ 12 stdu 1,-256(1) 18 std 19,152(1) 69 lbz 19,3(4) 74 stb 19,3(20) 84 addic. 5,5,-1 93 ld 19,152(1) 137 lwz 19,12(4) 150 add 9,9,19 282 xor 17,17,19 [all …]
|
/freebsd/sys/crypto/openssl/powerpc64le/ |
H A D | ppc-mont.S | 1 /* Do not modify. This file is auto-generated from ppc-mont.pl. */ 15 li 12,-4096 24 std 20,-96(12) 25 std 21,-88(12) 26 std 22,-80(12) 27 std 23,-72(12) 28 std 24,-64(12) 29 std 25,-56(12) 30 std 26,-48(12) 31 std 27,-40(12) [all …]
|
H A D | chacha-ppc.S | 1 /* Do not modify. This file is auto-generated from chacha-ppc.pl. */ 16 stdu 1,-256(1) 24 std 19,152(1) 52 ld 19,152(1) 71 .size ChaCha20_ctr32_int,.-ChaCha20_ctr32_int 79 lis 19,0x6b20 83 ori 19,19,0x6574 109 add 19,19,23 113 xor 31,31,19 133 add 19,19,23 [all …]
|
H A D | sha1-ppc.S | 1 /* Do not modify. This file is auto-generated from sha1-ppc.pl. */ 12 stdu 1,-256(1) 18 std 19,152(1) 69 lbz 19,3(4) 74 stb 19,3(20) 84 addic. 5,5,-1 93 ld 19,152(1) 147 rotlwi 19,10,8 148 rlwimi 19,10,24,0,7 149 rlwimi 19,10,24,16,23 [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/asm-ppc64/blake3/ |
H A D | b3_ppc64le_sse41.S | 9 * or https://opensource.org/licenses/CDDL-1.0. 23 * Based on BLAKE3 v1.3.1, https://github.com/BLAKE3-team/BLAKE3 24 * Copyright (c) 2019-2022 Samuel Neves 25 * Copyright (c) 2022 Tino Reichardt <milky-zfs@mcmilk.de> 27 * This is converted assembly: SSE4.1 -> POWER8 PPC64 Little Endian 28 * Used tools: SIMDe https://github.com/simd-everywhere/simde 85 .byte 19 97 .byte 19 142 .byte 19 144 .byte 19 [all …]
|
H A D | b3_ppc64le_sse2.S | 9 * or https://opensource.org/licenses/CDDL-1.0. 23 * Based on BLAKE3 v1.3.1, https://github.com/BLAKE3-team/BLAKE3 24 * Copyright (c) 2019-2022 Samuel Neves and Matthew Krupcale 25 * Copyright (c) 2022 Tino Reichardt <milky-zfs@mcmilk.de> 27 * This is converted assembly: SSE2 -> POWER8 PPC64 Little Endian 28 * Used tools: SIMDe https://github.com/simd-everywhere/simde 51 .byte 19 63 .byte 19 76 .byte 19 145 .byte 19 [all …]
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | clevels.h | 5 * This source code is licensed under both the BSD-style license (found in the 8 * You may select, at your option, one of the above-listed licenses. 17 /*-===== Pre-defined compression levels =====-*/ 26 { /* "default" - for any srcSize > 256 KB */ 28 { 19, 12, 13, 1, 6, 1, ZSTD_fast }, /* base for negative levels */ 29 { 19, 13, 14, 1, 7, 0, ZSTD_fast }, /* level 1 */ 33 { 21, 18, 19, 3, 5, 2, ZSTD_greedy }, /* level 5 */ 34 { 21, 18, 19, 3, 5, 4, ZSTD_lazy }, /* level 6 */ 35 { 21, 19, 20, 4, 5, 8, ZSTD_lazy }, /* level 7 */ 36 { 21, 19, 20, 4, 5, 16, ZSTD_lazy2 }, /* level 8 */ [all …]
|
/freebsd/contrib/bc/tests/bc/ |
H A D | shift.txt | 31 -1 << 0 32 -2 << 0 33 -0.0023896 << 0 34 -1.298346 << 0 35 -2.00000000 << 0 36 -0.0023896 << 3 37 -1.298346 << 4 38 -2.00000000 << 5 39 x = -89136.892348976 42 x = -1892634051829351283289298 [all …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/memory/ |
H A D | mt8195-memory-port.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 9 #include <dt-bindings/memory/mtk-memory-port.h> 20 * modules dma-address-region larbs-ports 29 * iommu-vdo: larb0/2/5/7/9/10/11/13/17/19/21/24/25/28 30 * iommu-vpp: larb1/3/4/6/8/12/14/16/18/20/22/23/26/27 119 #define M4U_PORT_L9_IMG_SMTO_T1_B MTK_M4U_ID(9, 19) 141 #define M4U_PORT_L10_IMG_IMG2O_D1_A MTK_M4U_ID(10, 19) 236 #define M4U_PORT_L19_VENC_RCPU MTK_M4U_ID(19, 0) 237 #define M4U_PORT_L19_VENC_REC MTK_M4U_ID(19, 1) 238 #define M4U_PORT_L19_VENC_BSDMA MTK_M4U_ID(19, 2) [all …]
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | d_bitstring_27.out | 24 19 2 8 3 34 be: 0 -1 000000000000000000000000000 35 is: 0 -1 000000000000000000000000000 66 19 0 76 be: 0 -1 000000000000000000000000000 77 is: 0 -1 000000000000000000000000000 84 be: 0 -1 000000000000000000000000000 85 is: 0 -1 000000000000000000000000000 88 be: 0 -1 000000000000000000000000000 89 is: 0 -1 000000000000000000000000000 [all …]
|
H A D | d_bitstring_32.out | 24 19 2 8 3 39 be: 0 -1 00000000000000000000000000000000 40 is: 0 -1 00000000000000000000000000000000 71 19 0 86 be: 0 -1 00000000000000000000000000000000 87 is: 0 -1 00000000000000000000000000000000 94 be: 0 -1 00000000000000000000000000000000 95 is: 0 -1 00000000000000000000000000000000 98 be: 0 -1 00000000000000000000000000000000 99 is: 0 -1 00000000000000000000000000000000 [all …]
|
/freebsd/share/examples/BSD_daemon/ |
H A D | beastie.svg | 1 <?xml version="1.0" encoding="UTF-8"?> 3 …,0%,0%);stroke-opacity:1;stroke-miterlimit:10;stroke-linecap:butt;stroke-linejoin:miter;fill:none;… 4 …-11 l 4 -10 l 6 -11 l 6 -12 l 7 -12 l 8 -13 l 9 -12 l 8 -13 l 9 -12 l 10 -13 l 8 -9 l 8 -10 l 8 -1… 5 …-1 l 12 0 l 13 -1 l 14 -1 l 13 0 l 14 -1 l 50 0 l 12 -1 l 109 0 l 10 -1 l 21 0 l 11 -1 l 11 -1 l 1… 6 …-1 0 l -3 -3 l -9 -7 l -15 -11 l -19 -14 l -21 -17 l -22 -16 l -21 -16 l -19 -15 l -17 -12 l -15 -… 7 … 9 2 l 8 1 l 8 1 l 8 1 l 9 1 l 9 1 l 9 1 l 17 0 l 8 1 l 15 0 l 8 -1 l 10 0 l 10 -1 l 6 -1 l 1 0" /> 8 …19 11 l 20 12 l 18 11 l 17 9 l 14 8 l 13 7 l 10 5 l 11 5 l 22 10 l 11 4 l 12 4 l 11 3 l 11 3 l 11 … 9 …-1 l 6 0 l 6 -1 l 7 -1 l 8 -2 l 8 -1 l 7 -2 l 8 -1 l 8 -2 l 10 -2 l 10 -2 l 9 -3 l 8 -2 l 8 -3 l 1… 10 … 1 l 8 0 l 8 1 l 8 1 l 8 0 l 8 1 l 7 0 l 7 1 l 68 0 l 4 -1 l 4 0 l 1 -1 l 1 0 l 0 -1 l 1 0 l 0 -1"… 11 …-6 -7 l -6 -7 l -8 -7 l -8 -7 l -8 -8 l -9 -7 l -8 -7 l -7 -6 l -8 -6 l -9 -7 l -9 -6 l -9 -7 l -1… [all …]
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | calc1.output | 15 11 | dexp '-' dexp 18 14 | '-' dexp 24 19 | vexp '+' vexp 26 21 | vexp '-' vexp 27 22 | dexp '-' vexp 32 27 | '-' vexp 42 '-' shift 5 64 '-' reduce 9 76 '-' reduce 18 89 dexp : '-' . dexp (14) [all …]
|
H A D | varsyntax_calc1.output | 15 11 | dexp '-' dexp 18 14 | '-' dexp 24 19 | vexp '+' vexp 26 21 | vexp '-' vexp 27 22 | dexp '-' vexp 32 27 | '-' vexp 42 '-' shift 5 64 '-' reduce 9 76 '-' reduce 18 89 dexp : '-' . dexp (14) [all …]
|
H A D | quote_calc3-s.output | 126 OP_DIV shift 19 164 12: shift/reduce conflict (shift 19, reduce 14) on OP_DIV 180 OP_DIV shift 19 214 OP_DIV shift 19 267 state 19 338 OP_DIV shift 19 354 26: shift/reduce conflict (shift 19, reduce 7) on OP_DIV 371 OP_DIV shift 19 382 27: shift/reduce conflict (shift 19, reduce 8) on OP_DIV 399 OP_DIV shift 19 [all …]
|
H A D | quote_calc3.output | 126 OP_DIV shift 19 164 12: shift/reduce conflict (shift 19, reduce 14) on OP_DIV 180 OP_DIV shift 19 214 OP_DIV shift 19 267 state 19 338 OP_DIV shift 19 354 26: shift/reduce conflict (shift 19, reduce 7) on OP_DIV 371 OP_DIV shift 19 382 27: shift/reduce conflict (shift 19, reduce 8) on OP_DIV 399 OP_DIV shift 19 [all …]
|
H A D | quote_calc4-s.output | 11 7 | expr "ADD-operator" expr 12 8 | expr "SUB-operator" expr 13 9 | expr "MUL-operator" expr 14 10 | expr "DIV-operator" expr 15 11 | expr "MOD-operator" expr 16 12 | expr "AND-operator" expr 18 14 | "SUB-operator" expr 41 "SUB-operator" shift 3 60 expr : "SUB-operator" . expr (14) 62 "SUB-operator" shift 3 [all …]
|