/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
H A D | zpool_import.cfg | 41 # MYTESTFILE can be any file that exists and we have r access to 62 export ZPOOL_VERSION_1_FILES="zfs-pool-v1.dat" 63 export ZPOOL_VERSION_1_NAME="v1-pool" 66 export ZPOOL_VERSION_2_FILES="zfs-pool-v2.dat" 67 export ZPOOL_VERSION_2_NAME="v2-pool" 70 export ZPOOL_VERSION_3_FILES="zfs-pool-v3.dat" 71 export ZPOOL_VERSION_3_NAME="v3-pool" 74 export ZPOOL_VERSION_6_FILES="zfs-pool-v6.dat" 75 export ZPOOL_VERSION_6_NAME="v6-pool" 77 # This is a v7 pool [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | ARMTargetParserCommon.cpp | 1 //===---------------- ARMTargetParserCommon ---------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 25 .Cases("v6m", "v6sm", "v6s-m", "v6-m") in getArchSynonym() 27 .Cases("v7", "v7a", "v7hl", "v7l", "v7-a") in getArchSynonym() 28 .Case("v7r", "v7-r") in getArchSynonym() 29 .Case("v7m", "v7-m") in getArchSynonym() 30 .Case("v7em", "v7e-m") in getArchSynonym() 31 .Cases("v8", "v8a", "v8l", "aarch64", "arm64", "v8-a") in getArchSynonym() [all …]
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | keccak1600p8-ppc.pl | 2 # Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved. 16 # Keccak-1600 for PowerISA 2.07. 21 # disjoint Rho and Pi. The module is ABI-bitness- and endian-neutral. 23 # buffer for r=1088, which matches SHA3-256. This is 17% better than 50 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 51 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 52 die "can't locate ppc-xlate.pl"; 57 $FRAME=6*$SIZE_T+13*16; # 13*16 is for v20-v31 offload 74 # v7 A[2][2] A[3][2] 102 vxor v28,v2, v7 ; A[0..1][2]^A[2..3][2] [all …]
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | vpaes-ppc.pl | 2 # Copyright 2013-2020 The OpenSSL Project Authors. All Rights Reserved. 11 ## Constant-time SSSE3 AES core implementation. 21 # 128-bit key. 23 # aes-ppc.pl this 32 # it in-line. Secondly it, being transliterated from 33 # vpaes-x86_64.pl, relies on "nested inversion" better suited 60 $FRAME=6*$SIZE_T+13*16; # 13*16 is for v20-v31 offload 63 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 64 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 65 die "can't locate ppc-xlate.pl"; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCCallingConv.td | 1 //===- PPCCallingConv.td - Calling Conventions for PowerPC -*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This describes the calling conventions for the PowerPC 32- and 64-bit 12 //===----------------------------------------------------------------------===// 14 /// CCIfSubtarget - Match if the current subtarget has a feature F. 26 : CCIf<"!static_cast<PPCCCState *>(&State)->WasOriginalArgPPCF128(ValNo)", 29 : CCIf<"static_cast<PPCCCState *>(&State)->WasOriginalArgPPCF128(ValNo)", 32 //===----------------------------------------------------------------------===// 34 //===----------------------------------------------------------------------===// [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | ARMTargetParser.def | 1 //===- ARMTargetParser.def - ARM target parsing defines ---------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 28 ARM_FPU("vfpv3-fp16", FK_VFPV3_FP16, FPUVersion::VFPV3_FP16, 30 ARM_FPU("vfpv3-d16", FK_VFPV3_D16, FPUVersion::VFPV3, NeonSupportLevel::None, 32 ARM_FPU("vfpv3-d16-fp16", FK_VFPV3_D16_FP16, FPUVersion::VFPV3_FP16, 36 ARM_FPU("vfpv3xd-fp16", FK_VFPV3XD_FP16, FPUVersion::VFPV3_FP16, 40 ARM_FPU("vfpv4-d16", FK_VFPV4_D16, FPUVersion::VFPV4, NeonSupportLevel::None, 42 ARM_FPU("fpv4-sp-d16", FK_FPV4_SP_D16, FPUVersion::VFPV4, [all …]
|
/freebsd/sys/arm/include/ |
H A D | armreg.h | 3 /*- 4 * SPDX-License-Identifier: BSD-4-Clause 7 * Copyright (c) 1994-1996 Mark Brinicombe. 69 /* The high-order byte is always the implementor */ 88 /* On recent ARMs this byte holds the architecture and variant (sub-model) */ 145 /* XXX: Cortex-A12 is the old name for this part, it has been renamed the A17 */ 165 #define CPU_ID_MV88FR571_VD 0x56155710 /* Marvell Feroceon 88FR571-V 372 CPUV7_L2CTLR_NPROC(r) global() argument [all...] |
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | poly1305-armv8.S | 1 /* Do not modify. This file is auto-generated from poly1305-armv8.pl. */ 38 and x9,x9,#-4 61 .size poly1305_init,.-poly1305_init 70 ands x2,x2,#-16 115 and x10,x14,#-4 // final reduction 129 .size poly1305_blocks,.-poly1305_blocks 146 tst x14,#-4 // see if it's carried/borrowed 164 .size poly1305_emit,.-poly1305_emit 192 and x10,x14,#-4 // final reduction 200 .size poly1305_mult,.-poly1305_mult [all …]
|
/freebsd/sys/arm/arm/ |
H A D | debug_monitor.c | 82 /* ID_DFR0 - Debug Feature Register 0 */ 88 #define ID_DFR0_CP_DEBUG_M_V7 (0x4) /* v7 Debug arch. CP14 access */ 89 #define ID_DFR0_CP_DEBUG_M_V7_1 (0x5) /* v7.1 Debug arch. CP14 access */ 91 /* DBGDIDR - Debug ID Register */ 102 /* DBGPRSR - Device Powerdown and Reset Status Register */ 105 /* DBGOSLSR - OS Lock Status Register */ 108 /* DBGOSDLR - OS Double Lock Register */ 111 /* DBGDSCR - Debug Status and Control Register */ 112 #define DBGSCR_MDBG_EN (1 << 15) /* Monitor debug-mode enable */ 114 /* DBGWVR - Watchpoint Value Register */ [all …]
|
/freebsd/lib/libc/locale/ |
H A D | isalnum.3 | 66 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ 72 .It "\&120\ ``P''" Ta "121\ ``Q''" Ta "122\ ``R''" Ta "123\ ``S''" Ta "124\ ``T''" 77 .It "\&157\ ``o''" Ta "160\ ``p''" Ta "161\ ``q''" Ta "162\ ``r''" Ta "163\ ``s''" 86 function uses the current global or per-thread locale. 93 return non-zero if the character tests true. 121 .St -isoC . 125 .St -p1003.1-2008 . 130 .At v7 .
|
H A D | isprint.3 | 61 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ 64 .It "\&052\ ``*''" Ta "053\ ``+''" Ta "054\ ``,''" Ta "055\ ``-''" Ta "056\ ``.''" 72 .It "\&122\ ``R''" Ta "123\ ``S''" Ta "124\ ``T''" Ta "125\ ``U''" Ta "126\ ``V''" 78 .It "\&160\ ``p''" Ta "161\ ``q''" Ta "162\ ``r''" Ta "163\ ``s''" Ta "164\ ``t''" 87 function uses the current global or per-thread locale. 94 return non-zero if the character tests true. 118 .St -isoC . 123 .At v7 .
|
H A D | isupper.3 | 38 .Nd upper-case character test 52 functions test for any upper-case letter. 60 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ 64 .It "\&120\ ``P''" Ta "121\ ``Q''" Ta "122\ ``R''" Ta "123\ ``S''" Ta "124\ ``T''" 73 function uses the current global or per-thread locale. 80 return non-zero if the character tests true. 106 .St -isoC . 111 .At v7 .
|
H A D | islower.3 | 38 .Nd lower-case character test 52 functions test for any lower-case letters. 60 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ 64 .It "\&160\ ``p''" Ta "161\ ``q''" Ta "162\ ``r''" Ta "163\ ``s''" Ta "164\ ``t''" 72 function uses the current global or per-thread locale. 79 return non-zero if the character tests true. 105 .St -isoC . 109 .St -p1003.1-2008 . 114 .At v7 .
|
/freebsd/lib/msun/ld128/ |
H A D | e_lgammal_r.c | 32 * Domain y in [0x1p-119, 0.28], range ~[-1.4065e-36, 1.4065e-36]: 33 * |(lgamma(2 - y) + y / 2) / y - a(y)| < 2**-119.1 36 a0 = 7.72156649015328606065120900824024296e-02L, 37 a1 = 3.22467033424113218236207583323018498e-01L, 38 a2 = 6.73523010531980951332460538330282217e-02L, 39 a3 = 2.05808084277845478790009252803463129e-02L, 40 a4 = 7.38555102867398526627292839296001626e-03L, 41 a5 = 2.89051033074152328576829509522483468e-03L, 42 a6 = 1.19275391170326097618357349881842913e-03L, 43 a7 = 5.09669524743042462515256340206203019e-04L, [all …]
|
/freebsd/lib/libc/gen/ |
H A D | popen.3 | 70 argument is a pointer to a null-terminated string 72 .Ql r 76 .Ql r+ 82 be set close-on-exec. 86 argument is a pointer to a null-terminated string 139 returns \-1 if 171 .At v7 .
|
/freebsd/usr.bin/col/ |
H A D | README | 2 col - filter out reverse line feeds. 5 -b do not print any backspaces (last character written is printed) 6 -f allow half line feeds in output, by default characters between 8 -p force unknown control sequences to be passed through unchanged 9 -x do not compress spaces into tabs. 10 -l num keep (at least) num lines in memory, 128 are kept by default 13 spaces into tabs. There was a -h option which caused it to compress spaces 14 into tabs. There was no -x flag. 16 The 32V documentation, however, was consistent with the SVID (actually, V7 17 at the time) and documented a -x flag (as defined above) while making no [all …]
|
/freebsd/.github/workflows/ |
H A D | checklist.yml | 11 pull-requests: write 16 runs-on: ubuntu-latest 18 - uses: actions/github-script@v7 41 let comment_id = -1; 53 const sob_lines = commit.commit.message.match(/^[^\S\r\n]*signed-off-by:.*/gim); 56 addToChecklist("Missing Signed-off-by lines", commit.sha); 60 if (!line.includes("Signed-off-by: ")) 62 …addToChecklist("Expected `Signed-off-by: `, got `" + line.match(/^[^\S\r\n]*signed-off-by:./i) + "… 68 … console.log("::warning title=Missing-Author-Signature::Missing Signed-off-by from author"); 77 if (comment.user.login == "github-actions[bot]") { [all …]
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | isa_defs.h | 9 * or https://opensource.org/licenses/CDDL-1.0. 60 * implementation for 64-bit ABIs such as SPARC V9. 99 * 64-bit systems. 203 * architectures. This includes SPARC V7, SPARC V8 and SPARC V9. 205 * The symbol __sparcv8 indicates the 32-bit SPARC V8 architecture as defined 206 * by Version 8 of the SPARC Architecture Manual. (SPARC V7 is close enough 209 * The symbol __sparcv9 indicates the 64-bit SPARC V9 architecture as defined 225 * You can be 32-bit or 64-bit, but not both at the same time. 248 * 32-bit Solaris on SPARC V8 systems. 259 * 64-bit Solaris on SPARC V9 systems. [all …]
|
/freebsd/usr.bin/touch/ |
H A D | touch.1 | 39 .Op Fl A Ar [-][[hh]mm]SS 41 .Op Fl r Ar file 43 .Op Fl d Ar YYYY-MM-DDThh:mm:SS[.frac][tz] 67 .Fl r 74 .Bl -tag -width Ds 82 .Dq [-][[hh]mm]SS 85 .Bl -tag -width Ds -compact -offset indent 86 .It Ar - 117 .Dq YYYY-MM-DDThh:mm:SS[.frac][tz] 119 .Bl -tag -width Ds -compact -offset indent [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | appveyor.yml | 4 - 8 - release 9 - master 10 - /appveyor*/ 11 - /visual*/ 14 - COMPILER: "gcc" 17 SCRIPT: "make allzstd MOREFLAGS=-static" 20 - COMPILER: "gcc" 23 SCRIPT: "make allzstd MOREFLAGS=-static" 27 - COMPILER: "clang-cl" [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
HD | test_read_format_7zip_deflate_arm64.7z.uu | 2 M-WJ\KR<<``2V^52G)0H```````!:`````````.HY+B_LU5^(3%$<P/%SYPY+ 4 M>2.2T-J0XF&*!R-C_.Z=<^_<NSLKWK^?]MS?GM\]OW//W'ONS*&5:U<%#$,Y 6 MV1\-3^RE>M;>QXU.A7.TUWJB)`<[&KZ8T]<]&O#7!73=1:O.CH8O%NQ0C<YE 7 M@[HUVO-UCRN4/P9UW/`QVVS]?[E.#C7B8J5CE[J-4M=;_;M!.FZRKO>7^[)' 8 MUEN-U><P/95LFIYJGII*MNQMFQJ/9[;OFCMG6FMZVLS*FH;I9QQ=OUE]G#AY 9 MPO$S5]KO[MVZ^,;!A0-:?S;L">HU&)4Q[IZH<^Z^V_Z?J?JI.[UJY8?;3]2E 10 MG^V0&G.LDQ:JD1\IK:%&/MG#^(D]S&_TD&_K/H]^`'NSK2H6D]N^/=::C6>R [all...] |
H A D | test_archive_write_set_format_by_name.c | 1 /*- 37 int r; in test_format_by_name() 45 r = archive_write_set_format_by_name(a, format_name); in test_format_by_name() 46 if (r == ARCHIVE_WARN) { in test_format_by_name() 53 assertEqualIntA(a, ARCHIVE_OK, r); in test_format_by_name() 97 /* With the test memory reader -- seeking mode. */ in test_format_by_name() 206 test_format_by_name("mtree-classic", NULL, ARCHIVE_FORMAT_MTREE, 1, in DEFINE_TEST() 250 test_format_by_name("shar", NULL, -1, 0, in DEFINE_TEST() 256 test_format_by_name("shardump", NULL, - 39 int r; test_format_by_name() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ARMBuildAttributes.h | 1 //===-- ARMBuildAttributes.h - ARM Build Attributes -------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 // ELF for the ARM Architecture r2.09 - November 30, 2012 16 //===----------------------------------------------------------------------===// 103 v7 = 10, // e.g. Cortex A8, Cortex M3 enumerator 116 Not_Applicable = 0, // pre v7, or cross-profile code 118 RealTimeProfile = (0x52), // 'R' (e.g. for Cortex R4) 120 SystemProfile = (0x53) // 'S' Application or real-time profile 131 AllowThumb32 = 2, // 32-bit Thumb (implies 16-bit instructions) [all …]
|
/freebsd/usr.sbin/pw/ |
H A D | pw_user.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 54 #define LOGNAMESIZE (MAXLOGNAME-1) 62 -1, 63 -1, 73 static int print_user(struct passwd *pwd, bool pretty, bool v7); 95 if (fstatat(dfd, dir, &st, 0) != -1) { in mkdir_home_parents() 113 if (fstatat(dfd, dirs, &st, 0) == -1) { in mkdir_home_parents() 116 if (fstatat(dfd, dirs, &st, 0) == -1) { in mkdir_home_parents() 117 if (mkdirat(dfd, dirs, _DEF_DIRMODE) == -1) in mkdir_home_parents() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | SystemZ.cpp | 1 //===--- SystemZ.cpp - Implement SystemZ target feature support -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 43 {{"v1"}, 20}, {{"v3"}, 21}, {{"v5"}, 22}, {{"v7"}, 23}, 66 case 'Q': // Address with base and unsigned 12-bit displacement in validateAsmConstraint() 67 case 'R': // Likewise, plus an index in validateAsmConstraint() 68 case 'S': // Address with base and signed 20-bit displacement in validateAsmConstraint() 74 case 'd': // Data register (equivalent to 'r') in validateAsmConstraint() 75 case 'f': // Floating-point register in validateAsmConstraint() [all …]
|