/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 …12 -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 … 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 …12 l 8 10 l 7 8 l 6 7 l 8 8 l 8 8 l 9 8 l 9 7 l 10 7 l 9 7 l 9 6 l 9 5 l 9 6 l 10 6 l 11 6 l 12 7 … 8 …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 2 l 10 3 l … 9 …12 6 l 7 3 l 7 2 l 7 2 l 7 1 l 7 1 l 16 2 l 7 1 l 7 1 l 7 0 l 6 1 l 7 1 l 7 1 l 6 0 l 5 1 l 5 -1 l… 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/sys/contrib/openzfs/module/icp/asm-ppc64/blake3/ |
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 41 .byte 12 69 .byte 12 84 .byte 17 [all …]
|
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 50 .byte 17 66 .byte 17 79 .byte 17 [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 18 and 3,3,12 20 mr 12,1 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) [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) 22 std 17,136(1) 40 lwz 12,4(7) 42 lwz 15,12(7) 50 ld 17,136(1) 69 .byte 0,12,4,1,0x80,18,5,0 71 .size ChaCha20_ctr32_int,.-ChaCha20_ctr32_int 77 lis 17,0x3320 81 ori 17,17,0x646e [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) 16 std 17,136(1) 35 lwz 10,12(3) 67 lbz 17,1(4) 72 stb 17,1(20) 84 addic. 5,5,-1 91 ld 17,136(1) 110 .byte 0,12,4,1,0x80,18,3,0 117 lwz 17,4(4) [all …]
|
H A D | ecp_nistp384-ppc64.S | 1 /* Do not modify. This file is auto-generated from ecp_nistp384-ppc64.pl. */ 14 stdu 1, -176(1) 19 std 17, 80(1) 32 ld 17, 80(1) 40 .size p384_felem_mul,.-p384_felem_mul 50 stdu 1, -176(1) 55 std 17, 80(1) 63 ld 17, 80(1) 66 .size p384_felem_square,.-p384_felem_square 85 ld 17,24(5) [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 18 and 3,3,12 20 mr 12,1 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) [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) 22 std 17,136(1) 40 lwz 12,4(7) 42 lwz 15,12(7) 50 ld 17,136(1) 69 .byte 0,12,4,1,0x80,18,5,0 71 .size ChaCha20_ctr32_int,.-ChaCha20_ctr32_int 77 lis 17,0x3320 81 ori 17,17,0x646e [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) 16 std 17,136(1) 35 lwz 10,12(3) 67 lbz 17,1(4) 72 stb 17,1(20) 84 addic. 5,5,-1 91 ld 17,136(1) 110 .byte 0,12,4,1,0x80,18,3,0 116 lwz 12,0(4) [all …]
|
H A D | ecp_nistp384-ppc64.S | 1 /* Do not modify. This file is auto-generated from ecp_nistp384-ppc64.pl. */ 14 stdu 1, -176(1) 19 std 17, 80(1) 32 ld 17, 80(1) 40 .size p384_felem_mul,.-p384_felem_mul 50 stdu 1, -176(1) 55 std 17, 80(1) 63 ld 17, 80(1) 66 .size p384_felem_square,.-p384_felem_square 85 ld 17,24(5) [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 17 and 3,3,12 19 mr 12,1 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) [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) 19 stw 17,100(1) 37 lwz 12,4(7) 39 lwz 15,12(7) 47 lwz 17,100(1) 66 .byte 0,12,4,1,0x80,18,5,0 68 .size ChaCha20_ctr32_int,.-ChaCha20_ctr32_int 74 lis 17,0x3320 78 ori 17,17,0x646e [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) 18 stw 17,196(1) 35 lwz 17,4(3) 37 lwz 19,12(3) 85 addi 12,1,24 92 stb 8,0(12) 93 stb 9,1(12) 94 stb 10,2(12) 95 stb 11,3(12) [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) 13 stw 17,100(1) 32 lwz 10,12(3) 64 lbz 17,1(4) 69 stb 17,1(20) 81 addic. 5,5,-1 88 lwz 17,100(1) 107 .byte 0,12,4,1,0x80,18,3,0 114 lwz 17,4(4) [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/crypto/openssl/crypto/modes/asm/ |
H A D | aes-gcm-ppc.pl | 2 # Copyright 2014-2022 The OpenSSL Project Authors. All Rights Reserved. 3 # Copyright 2021- IBM Inc. All rights reserved 25 # Hash keys = v3 - v14 32 # v31 - counter 1 35 # vs0 - vs14 for round keys 38 # This implementation uses stitched AES-GCM approach to improve overall performance. 41 # Current large block (16384 bytes) performance per second with 128 bit key -- 72 $FRAME=6*$SIZE_T+13*16; # 13*16 is for v20-v31 offload 75 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 76 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or [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 */ 31 { 21, 16, 17, 1, 5, 0, ZSTD_dfast }, /* level 3 */ 40 { 22, 22, 23, 6, 5, 32, ZSTD_lazy2 }, /* level 12 */ 45 { 23, 23, 22, 5, 4, 64, ZSTD_btopt }, /* level 17 */ 54 { 18, 12, 13, 1, 5, 1, ZSTD_fast }, /* base for negative levels */ 58 { 18, 16, 17, 3, 5, 2, ZSTD_greedy }, /* level 4.*/ [all …]
|
/freebsd/crypto/openssl/crypto/ec/asm/ |
H A D | ecp_nistp384-ppc64.pl | 2 # Copyright 2023-2025 The OpenSSL Project Authors. All Rights Reserved. 12 # Copyright 2025- IBM Corp. 15 # p384 lower-level primitives for PPC64. 24 while (($output=shift) && ($output!~/\w[\w\-]*\.\w+$/)) {} 26 $output = "-"; 31 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 32 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 33 die "can't locate ppc-xlate.pl"; 49 stdu 1, -176(1) 54 std 17, 80(1) [all …]
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | quote_calc3-s.output | 16 12 | expr OP_AND expr 22 17 number : DIGIT 68 expr goto 12 73 number : DIGIT . (17) 75 . reduce 17 120 expr : expr . OP_AND expr (12) 124 OP_SUB shift 17 161 12: shift/reduce conflict (shift 16, reduce 14) on OP_ADD 162 12: shift/reduce conflict (shift 17, reduce 14) on OP_SUB 163 12: shift/reduce conflict (shift 18, reduce 14) on OP_MUL [all …]
|
H A D | quote_calc3.output | 16 12 | expr OP_AND expr 22 17 number : DIGIT 68 expr goto 12 73 number : DIGIT . (17) 75 . reduce 17 120 expr : expr . OP_AND expr (12) 124 OP_SUB shift 17 161 12: shift/reduce conflict (shift 16, reduce 14) on OP_ADD 162 12: shift/reduce conflict (shift 17, reduce 14) on OP_SUB 163 12: shift/reduce conflict (shift 18, reduce 14) on OP_MUL [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 22 17 number : DIGIT 41 "SUB-operator" shift 3 60 expr : "SUB-operator" . expr (14) [all …]
|
H A D | quote_calc4.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 22 17 number : DIGIT 41 "SUB-operator" shift 3 60 expr : "SUB-operator" . expr (14) [all …]
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | d_bitstring_27.out | 17 12 1 16 2 22 17 2 2 3 34 be: 0 -1 000000000000000000000000000 35 is: 0 -1 000000000000000000000000000 59 12 0 64 17 0 76 be: 0 -1 000000000000000000000000000 77 is: 0 -1 000000000000000000000000000 84 be: 0 -1 000000000000000000000000000 85 is: 0 -1 000000000000000000000000000 [all …]
|
H A D | d_bitstring_32.out | 17 12 1 16 2 22 17 2 2 3 39 be: 0 -1 00000000000000000000000000000000 40 is: 0 -1 00000000000000000000000000000000 64 12 0 69 17 0 86 be: 0 -1 00000000000000000000000000000000 87 is: 0 -1 00000000000000000000000000000000 94 be: 0 -1 00000000000000000000000000000000 95 is: 0 -1 00000000000000000000000000000000 [all …]
|