Home
last modified time | relevance | path

Searched +full:a +full:- +full:8 (Results 1 – 25 of 1271) sorted by relevance

12345678910>>...51

/freebsd/crypto/openssl/test/recipes/10-test_bn_data/
H A Dbnmod.txt1 # Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved.
4 # this file except in compliance with the License. You can obtain a copy
8 # These test vectors satisfy A * B = ModMul (mod M) and 0 <= ModMul < M.
14 A = 6b18497fed9befdf22a01d988d34213f6687d8a96e86c188dea4172e7c6095a0d18d3c86c0f5a1af9c6e3aaeb6baac2…
19 A = 16c92f77c139706430f396f72ec7adb045745cd9f5899b0074d9955bd32de66f57c05c7929b575312a7f1c04f19e724…
20 B = -8734c4a2361fc530f60b28a5f1c7e93136c5ff6bfc7553965eaca54c61e6befb3c0f8cef4280e780cc5940d21a740d…
24 A = -6715098ab2ba3ea1e6341e89936e3ae913cdd450dc831c8534071f3c362841e47d88f2cd29c0d1239aa0949f3685f1…
29 A = -11fec955948e007b59fc50e729941ee9d43d552b9411510b73f6b4faafc0465f261f8381d96f647267f72175883172…
30 B = -2b3792f39499767e0a8b7a6a406e470a78f97ebb36765beab5fe52e95abf7582736db72a2ebfdb2405e3954c968b35…
34 A = 7713413d87f1e50840255927ff27bad79e5de5898725a876e4647913158cda9f5fa031dd7fc11d2e8130a0ba99e8706…
[all …]
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs.81 .\" SPDX-License-Identifier: CDDL-1.0
9 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 .\" or https://opensource.org/licenses/CDDL-1.0.
34 .\" Copyright (c) 2014-2015, The FreeBSD Foundation, All Rights Reserved.
60 command configures ZFS datasets within a ZFS storage pool, as described in
61 .Xr zpool 8 .
62 A dataset is identified by a unique path within the ZFS namespace:
70 The maximum length of a dataset name is
71 .Sy ZFS_MAX_DATASET_NAME_LEN No - 1
73 .Sy [A-Za-z_.:/ -] .
[all …]
H A Dzpool.81 .\" SPDX-License-Identifier: CDDL-1.0
9 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 .\" or https://opensource.org/licenses/CDDL-1.0.
28 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
51 A storage pool is a collection of devices that provides physical storage and
53 All datasets within a storage pool share the same space.
55 .Xr zfs 8
71 .Bl -tag -width Ds
76 Displays a help message.
79 .Fl V , -version
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont5.pl2 # Copyright 2011-2024 The OpenSSL Project Authors. All Rights Reserved.
5 # this file except in compliance with the License. You can obtain a copy
19 # Companion to x86_64-mont.pl that optimizes cache-timing attack
21 # references in their x86_64-mont.pl counterparts with cache-neutral
24 # is implemented, so that scatter-/gathering can be tuned without
30 # branch prediction unit. For input lengths that are multiples of 8
32 # with 0. This is to optimize post-condition...
34 # $output is the last argument if it looks like a file (it has an extension)
35 # $flavour is the first argument if it doesn't look like a file
42 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
[all …]
H A Dsparcv8plus.S6 * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
9 * this file except in compliance with the License. You can obtain a copy
18 * a drop-in UltraSPARC ISA replacement for crypto/bn/bn_asm.c
21 * Questions-n-answers.
24 * A. With SC4.x/SC5.x:
26 * cc -xarch=v8plus -c bn_asm.sparc.v8plus.S -o bn_asm.o
30 * gcc -mcpu=ultrasparc -c bn_asm.sparc.v8plus.S -o bn_asm.o
34 * gcc -E bn_asm.sparc.v8plus.S | as -xarch=v8plus /dev/fd/0 -o bn_asm.o
36 * Quick-n-dirty way to fuse the module into the library.
38 * (in 0.9.2 case with no-asm option):
[all …]
H A Darmv8-mont.pl2 # Copyright 2015-2025 The OpenSSL Project Authors. All Rights Reserved.
5 # this file except in compliance with the License. You can obtain a copy
20 # work. While it does improve RSA sign performance by 20-30% (less for
22 # faster and RSA4096 goes 15-20% slower on Cortex-A57. Multiplication
24 # that dedicated squaring procedure is a must. Well, actually all
28 # compiler-generated code. Recall that compiler is instructed to use
35 # Squaring procedure that handles lengths divisible by 8 improves
36 # RSA/DSA performance by 25-40-60% depending on processor and key
38 # comparison to compiler-generated code. On Cortex-A57 improvement
40 # 50-70% improvement for RSA4096 sign. RSA2048 sign is ~25% faster
[all …]
H A Dx86_64-mont.pl2 # Copyright 2005-2020 The OpenSSL Project Authors. All Rights Reserved.
5 # this file except in compliance with the License. You can obtain a copy
29 # for 512-/1024-/2048-/4096-bit RSA *sign* benchmarks respectively.
33 # Unroll and modulo-schedule inner loops in such manner that they
34 # are "fallen through" for input lengths of 8, which is critical for
35 # 1024-bit RSA *sign*. Average performance improvement in comparison
37 # for 512-/1024-/2048-/4096-bit RSA *sign* benchmarks respectively.
41 # Optimize reduction in squaring procedure and improve 1024+-bit RSA
42 # sign performance by 10-16% on Intel Sandy Bridge and later
43 # (virtually same on non-Intel processors).
[all …]
/freebsd/share/man/man5/
H A Drc.conf.515 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
70 The sysrc(8) command provides a scripting interface to modify system
76 .Xr rc 8
93 to store jail-specific configuration options.
106 is a directory then all of the files in the directory will be loaded.
116 The following list provides a name and short description for each
120 .Bl -tag -width indent-two
136 a condition that is not serious enough to warrant a warning or
171 within a
172 .Xr jail 8
[all …]
H A Dfreebsd-update.conf.51 .\"-
16 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30 .Nm freebsd-update.conf
32 .Xr freebsd-update 8
37 .Xr freebsd-update 8
39 The file contains lines consisting of a case-sensitive option name and
41 Empty lines and any part of a line following a
48 .Bl -tag -width "BackupKernelSymbolFiles"
55 .Xr freebsd-update 8
59 .Xr freebsd-update 8
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-ppc64.pl2 # Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved.
5 # this file except in compliance with the License. You can obtain a copy
16 # Keccak-1600 for PPC64.
21 # *any* PPC64. Then PowerISA 2.07 adds 2x64-bit vector rotate, and
35 # (*) Corresponds to SHA3-256. Percentage after slash is improvement
36 # over gcc-4.x-generated KECCAK_1X_ALT code. Newer compilers do
40 # $output is the last argument if it looks like a file (it has an extension)
41 # $flavour is the first argument if it doesn't look like a file
46 $SIZE_T =8;
57 $DWORD_LE_LOAD = "ldu r0,8(r3)";
[all …]
/freebsd/contrib/tcsh/
H A Dtcsh.man19 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31 .\" - Tags in lists are bold, except in the FILES section where they are
34 .\" - References are bold for section headings and environment and shell
38 .\" - Be careful with the .B and .I macros: they handle only a limited number
42 .\" - Indent in multiples of 4, usually 8.
44 .\" - Use `', not '' or "", except of course in shell syntax examples.
45 .\" '' at the beginning of a line will vanish!
47 .\" - Use \` for literal back-quote (`).
49 .\" - Use \e for literal backslash (\).
51 .\" - Use \-, not -.
[all …]
/freebsd/contrib/lua/src/
H A Dlobject.c36 static const lu_byte log_2[256] = { /* log_2[i] = ceil(log2(i - 1)) */ in luaO_ceillog2()
41 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8, in luaO_ceillog2()
42 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8, in luaO_ceillog2()
43 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8, in luaO_ceillog2()
44 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8 in luaO_ceillog2()
47 x--; in luaO_ceillog2()
48 while (x >= 256) { l += 8; x >>= 8; } in luaO_ceillog2()
57 case LUA_OPSUB:return intop(-, v1, v2); in intarith()
66 case LUA_OPUNM: return intop(-, 0, v1); in intarith()
130 luaT_trybinTM(L, p1, p2, res, cast(TMS, (op - LUA_OPADD) + TM_ADD)); in luaO_arith()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dtables.h1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
40 …'1', '0', '2', '0', '3', '0', '4', '0', '5', '0', '6', '0', '7', '0', '8', '0', '9', '0', 'a', '0',
42 …'1', '7', '1', '8', '1', '9', '1', 'a', '1', 'b', '1', 'c', '1', 'd', '1', 'e', '1', 'f', '2', '0'…
43 …'2', '2', '3', '2', '4', '2', '5', '2', '6', '2', '7', '2', '8', '2', '9', '2', 'a', '2', 'b', '2'…
44 …'f', '3', '0', '3', '1', '3', '2', '3', '3', '3', '4', '3', '5', '3', '6', '3', '7', '3', '8', '3',
45 …'9', '3', 'a', '3', 'b', '3', 'c', '3', 'd', '3', 'e', '3', 'f', '4', '0', '4', '1', '4', '2', '4'…
46 …'4', '5', '4', '6', '4', '7', '4', '8', '4', '9', '4', 'a', '4', 'b', '4', 'c', '4', 'd', '4', 'e'…
[all …]
/freebsd/crypto/openssl/crypto/ec/asm/
H A Dx25519-ppc64.pl2 # Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved.
5 # this file except in compliance with the License. You can obtain a copy
16 # X25519 lower-level primitives for PPC64.
20 # Base 2^64 is faster than base 2^51 on pre-POWER8, most notably ~15%
23 # single-carry pairs, it's 25% faster than base 2^64. Since PPC970 is
25 # compiler-generated code is complicated by the fact that not all
26 # compilers support 128-bit integers. When compiler doesn't, like xlc,
30 # $output is the last argument if it looks like a file (it has an extension)
31 # $flavour is the first argument if it doesn't look like a file
36 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
[all …]
H A Dx25519-x86_64.pl2 # Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved.
5 # this file except in compliance with the License. You can obtain a copy
16 # X25519 lower-level primitives for x86_64.
22 # reduction. Latter radix is used on ADCX/ADOX-capable processors such
26 # in combination with them being effectively processor-specific makes
38 # amd64-51(*) gcc-5.x(**)
41 # Sandy Bridge -3% +11%
42 # Haswell -1% +13%
51 # (*) amd64-51 is popular assembly implementation with 2^51 radix,
64 # $output is the last argument if it looks like a file (it has an extension)
[all …]
/freebsd/sys/crypto/openssl/aarch64/
H A Darmv8-mont.S1 /* Do not modify. This file is auto-generated from armv8-mont.pl. */
34 stp x29,x30,[sp,#-64]!
40 ldr x9,[x2],#8 // bp[0]
45 and x22,x22,#-16 // ABI says so
49 sub x21,x5,#16 // j=num-2
68 // x6 being non-zero. So that carry can be calculated
69 // by adding -1 to x6. That's what next instruction does.
76 ldr x8,[x1],#8
78 sub x21,x21,#8 // j--
81 ldr x14,[x3],#8
[all …]
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Dkresults.expected3 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
7 69 C4 E0 D8 6A 7B 04 30 D8 CD B7 80 70 B4 C5 5A
13 test 0 - 32 bytes
15 C4 A8 5A EB 0B 20 41 49 4F 8B F1 F8 CD 30 F1 13
18 1B 39 DA 37 40 D3 DF FE AC 89 D6 BB 4C 29 F1 0A
19 E1 43 64 CB 16 D3 FF CF E8 FA 6A 2C EC A2 69 34
21 test 1 - 32 bytes
24 6B 4E 5B 8C 8F A4 DB 1B 95 D3 E8 C5 C5 FB 5A 00
27 83 FE B6 7B 73 4F CE DB 8E 97 D4 06 96 11 B7 23
29 test 2 - 32 bytes
[all …]
/freebsd/sbin/newfs/
H A Dnewfs.818 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
33 .Nd construct a new UFS1/UFS2 file system
38 .Op Fl O Ar filesystem-type
39 .Op Fl S Ar sector-size
41 .Op Fl a Ar maxcontig
42 .Op Fl b Ar block-size
43 .Op Fl c Ar blocks-per-cylinder-group
44 .Op Fl d Ar max-extent-size
46 .Op Fl f Ar frag-size
50 .Op Fl k Ar held-for-metadata-blocks
[all …]
/freebsd/share/man/man8/
H A Dyp.818 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
51 .Xr bootparamd 8
79 .Tn RPC Ns -based
80 client/server system that allows a group of
83 domain to share a common set of configuration files.
84 This permits a system
88 data and add, remove or modify configuration data from a single location.
92 information are stored on a single machine
108 A single
126 use old-style
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c1 /*-
2 * Copyright (c) 2008-2014 Michihiro NAKAJIMA
16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
55 * +---------------+-------------------------+
58 * +---------------+-------------------------+
59 * <--- LT_BITLEN_SIZE --->
62 #define LT_BITLEN_SIZE (UCHAR_MAX + 1 + MAXMATCH - MINMATCH + 1)
72 * Window to see last 8Ki(lh5),32Ki(lh6),64Ki(lh7) bytes of decoded
77 /* Window buffer, which is a loop buffer. */
92 #define CACHE_BITS (8 * sizeof(CACHE_TYPE))
[all …]
/freebsd/crypto/openssl/crypto/modes/
H A Dwrap128.c2 * Copyright 2013-2018 The OpenSSL Project Authors. All Rights Reserved.
5 * this file except in compliance with the License. You can obtain a copy
24 /** RFC 5649 section 3 Alternative Initial Value 32-bit constant */
37 * @param[in] iv IV value. Length = 8 bytes. NULL = use default_iv.
38 * @param[in] in Plaintext as n 64-bit blocks, n >= 2.
40 * @param[out] out Ciphertext. Minimal buffer length = (inlen + 8) bytes.
44 * @return 0 if inlen does not consist of n 64-bit blocks, n >= 2.
53 unsigned char *A, B[16], *R; in CRYPTO_128_wrap() local
57 A = B; in CRYPTO_128_wrap()
59 memmove(out + 8, in, inlen); in CRYPTO_128_wrap()
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_zip_filename_encoding.c1 /*-
16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
31 struct archive *a; in DEFINE_TEST() local
36 if (NULL == setlocale(LC_ALL, "en_US.UTF-8")) { in DEFINE_TEST()
37 skipping("en_US.UTF-8 locale not available on this system."); in DEFINE_TEST()
42 * Verify that UTF-8 filenames are correctly stored with in DEFINE_TEST()
43 * hdrcharset=UTF-8 option. in DEFINE_TEST()
45 a = archive_write_new(); in DEFINE_TEST()
46 assertEqualInt(ARCHIVE_OK, archive_write_set_format_zip(a)); in DEFINE_TEST()
47 if (archive_write_set_options(a, "hdrcharset=UTF-8") != ARCHIVE_OK) { in DEFINE_TEST()
[all …]
H A Dtest_write_format_cpio_newc.c1 /*-
2 * Copyright (c) 2003-2007 Tim Kientzle
16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
33 } else if (*p >= 'a' && *p <= 'f') { in is_hex()
34 /* lowercase letter a-f */ in is_hex()
39 --l; in is_hex()
51 struct archive *a; in DEFINE_TEST()
59 /* Create a ne in DEFINE_TEST()
53 struct archive *a; DEFINE_TEST() local
[all...]
/freebsd/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
10 //===----------------------------------------------------------------------===//
19 #include <mach-o/compact_unwind_encoding.h>
25 ((value >> __builtin_ctz(mask)) & (((1 << __builtin_popcount(mask))) - 1))
30 /// CompactUnwinder_x86 uses a compact unwind info to virtually "step" (aka
31 /// unwind) by modifying a Registers_x86 register set
32 template <typename A>
37 uint32_t functionStart, A &addressSpace,
41 typename A::pint_t pint_t;
[all …]
/freebsd/contrib/unbound/util/storage/
H A Dlookup3.c10 removed include of stdint - config.h takes care of platform independence.
15 -------------------------------------------------------------------------------
18 These are functions for producing 32-bit hashes for hash table lookup.
26 little-endian machines. Intel and AMD are little-endian machines.
28 hashlittle() except it returns two 32-bit hashes for the price of one.
31 If you want to find a hash of, say, exactly 7 integers, do
32 a = i1; b = i2; c = i3;
33 mix(a,b,c);
34 a += i4; b += i5; c += i6;
35 mix(a,b,c);
[all …]

12345678910>>...51