Home
last modified time | relevance | path

Searched +full:- +full:2 +full:g (Results 1 – 25 of 1119) sorted by relevance

12345678910>>...45

/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-onecolumn.pem1 -----BEGIN CERTIFICATE-----
17 g
31 g
37 G
59 g
64 g
83 G
95 2
119 2
125 G
[all …]
H A Ddsa-onecolumn.pem1 -----BEGIN DSA PRIVATE KEY-----
2 Proc-Type: 4,ENCRYPTED
3 DEK-Info: AES-256-CBC,A2A7FA3E5E454B59C8777564E7AF3CD6
21 g
52 2
69 g
74 G
95 g
105 g
110 g
[all …]
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dtx_schedules.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
17 * 3. Neither the names of the above-listed copyright holders nor the names
22 * GNU General Public License ("GPL") version 2 as published by the Free
44 (((_r) == 6) ? 0 : (((_r) == 9) ? 1 : (((_r) == 12) ? 2 : \
51 { 4,A(18), 3,A( 12), 4,A( 6), 2,A( 6) }, /* 18Mb/s */
52 { 4,A(24), 3,A( 18), 4,A( 12), 2,A( 6) }, /* 24Mb/s */
53 { 4,A(36), 3,A( 24), 4,A( 18), 2,A( 6) }, /* 36Mb/s */
54 { 4,A(48), 3,A( 36), 4,A( 24), 2,A(12) }, /* 48Mb/s */
[all …]
/freebsd/contrib/file/tests/
H A DHWP97.hwp.testfile1G�)�bbbb������H�e�l�l�o� �W�o�r�l�d� �H�W�P�2�0�1�6�����������������������������������������…
3 …�n�%��� l�#N�\���T.�X��}�)u�n�k롞%]��qۃ�"��,�jv �װ�a�/���^�����u�亮h��t{��n�g�z�F�'5���Dei�/�
4 d\އ�&R/[�7�-��ہ�}��A��%�䔓���_XZ�5-r]^��
5 …Y��ǿ�F���5��)_�/d��l�#�bv�׃C-�νuY­wu-E�#rY���a"�"��; >A�������7����{���$��܅y҅���\t�8���#S&O�…
6-%R!6O�B��^묘j���-x��������6��J�}��F ��NK�Y�Q�u�9��F�Ŋ��0��+&�Iw4�I��{�fߍǮ����9E�Xh{�S���…
7 >��ĕ�y~/Yۿ��5����W����)�Wȴ�8tǮI��G�MW�޸�ֺD��y�.;O�&�^�0��/�z�!����
8 �7�s����-đ��0��uC�D:�:�Yޣ��I�D��~��:��~V��mqL�rQ9L�#������ 9�}\��q]ɰ^6�G�����] ��Փ3Q׻�…
H A Dmatilde.arm.testfile3-*�Bm� h2U�v��ښ�m�< pq��r�y�+��i1{���/Y?SP�E�����<@�l5v����S�b�mS# ����I�=���<6\��r$���…
4 R��0-as�Aꏾ�<�H���Ҵ�_d)Q����A����Kp���@< <J?�9a�V�9u8�9��Fp�ך�"��P<
6g���Y*˴fRMg�J5o��;�κ�h�<< Pg����*�0�*=�K|�K~��%PS�k`<� mJ���,��=�Fxh �� S �<Cg��!…
7 (Q�)�y�E4�@<<�f�a��7_�����xR���?hl <{�Hf��+G!�x̳X���Am���<x �fT�ۃ��VtBU9������c�en…
9 !�:���=K����[��<Ɖ�lH��!L��-��I��w�9:y��<�U'�ԫ�Lc�\vyY>�Ԫ�ϧ�4p<&@i�~#�������)J$��
10 …(�\�W�!"-@��C]�4�<&F����*�2;[��v�w�>�=�����<!x @;����e�R!���F�iW�M���0<{��~a�A�ʞ�L…
11G�uz@�ZT��c�u�@.p<�y{�����{���d֛*a$��|$o��H �<,��~kT��ܩZ ݍ�\�cBP�B:�<6BmЩ���2Z��8Ђ…
13 ]��o�<xm�a'H��K�_��1_���A��G�M�@<��o�a��5�6!l4�
14 ,�3۳ޢl�<`e�/ wb��0���n�(R�! p&�K�0<& qX�?��kƳ��y���fD�.+2D��`<L{��K��E2�)5Em@Z�.�fN@…
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h25 memset(&h[2], 0, 8 * sizeof h[0]); in fe25519_1()
29 h = f + g
30 Can overlap h with f or g.
33 |f| bounded by 1.1*2^25,1.1*2^24,1.1*2^25,1.1*2^24,etc.
34 |g| bounded by 1.1*2^25,1.1*2^24,1.1*2^25,1.1*2^24,etc.
37 |h| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc.
41 fe25519_add(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_add() argument
43 int32_t h0 = f[0] + g[0]; in fe25519_add()
44 int32_t h1 = f[1] + g[1]; in fe25519_add()
45 int32_t h2 = f[2] + g[2]; in fe25519_add()
[all …]
H A Ded25519_ref10_fe_51.h28 h = f + g
29 Can overlap h with f or g.
33 fe25519_add(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_add() argument
35 uint64_t h0 = f[0] + g[0]; in fe25519_add()
36 uint64_t h1 = f[1] + g[1]; in fe25519_add()
37 uint64_t h2 = f[2] + g[2]; in fe25519_add()
38 uint64_t h3 = f[3] + g[3]; in fe25519_add()
39 uint64_t h4 = f[4] + g[4]; in fe25519_add()
43 h[2] = h2; in fe25519_add()
49 h = f - g
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_fourcc.h36 #define DRM_FORMAT_RGB332 fourcc_code('R', 'G', 'B', '8') /* [7:0] R:G:B 3:3:2 */
37 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */
40 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian…
41 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian…
42 #define DRM_FORMAT_RGBX4444 fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little endian…
43 #define DRM_FORMAT_BGRX4444 fourcc_code('B', 'X', '1', '2') /* [15:0] B:G:R:x 4:4:4:4 little endian…
45 #define DRM_FORMAT_ARGB4444 fourcc_code('A', 'R', '1', '2') /* [15:0] A:R:G:B 4:4:4:4 little endian…
46 #define DRM_FORMAT_ABGR4444 fourcc_code('A', 'B', '1', '2') /* [15:0] A:B:G:R 4:4:4:4 little endian…
47 #define DRM_FORMAT_RGBA4444 fourcc_code('R', 'A', '1', '2') /* [15:0] R:G:B:A 4:4:4:4 little endian…
48 #define DRM_FORMAT_BGRA4444 fourcc_code('B', 'A', '1', '2') /* [15:0] B:G:R:A 4:4:4:4 little endian…
[all …]
/freebsd/crypto/openssh/regress/
H A Dsftp-glob.sh1 # $OpenBSD: sftp-glob.sh,v 1.4 2009/08/13 01:11:55 djm Exp $
10 errtag=$2
19 printf "ls -l %s" "${target}" | \
20 ${SFTP} -b - -D ${SFTPSERVER} 2>/dev/null | \
21 grep -v "^sftp>" > ${RESULTS}
22 if [ $? -ne 0 ]; then
26 if fgrep "$expected" ${RESULTS} >/dev/null 2>&1 ; then
33 fgrep "$unexpected" ${RESULTS} >/dev/null 2>&1 ; then
36 rm -f ${RESULTS}
44 GLOB1="${DIR}/g-wild*"
[all …]
/freebsd/usr.bin/bc/
H A Dbc.library4 * Copyright (C) Caldera International Inc. 2001-2002.
12 * 2. Redistributions in binary form must reproduce the above copyright
42 auto a, b, c, d, e, g, t, w, y, r
53 x = -x
57 while (x > 2) {
58 x = x/2
71 g = c/d
72 if (g == e) {
73 g = g/1
74 while (y--) {
[all …]
/freebsd/crypto/openssl/crypto/ec/asm/
H A Dx25519-x86_64.pl2 # Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved.
16 # X25519 lower-level primitives for x86_64.
20 # This module implements radix 2^51 multiplication and squaring, and
21 # radix 2^64 multiplication, squaring, addition, subtraction and final
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,
[all …]
/freebsd/sys/dev/hpt27xx/
HDi386-elf.hpt27xx_lib.o ... .zf Ja h] +o*7 Z - 3 w ]) g) g) g) ...
/freebsd/contrib/bearssl/src/hash/
H A Dsha2small.c30 #define ROTR(x, n) (((uint32_t)(x) << (32 - (n))) | ((uint32_t)(x) >> (n)))
32 #define BSG2_0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22))
73 #define SHA2_STEP(A, B, C, D, E, F, G, H, j) do { \ in br_sha2small_round() argument
75 T1 = H + BSG2_1(E) + CH(E, F, G) + K[j] + w[j]; \ in br_sha2small_round()
82 uint32_t a, b, c, d, e, f, g, h; in br_sha2small_round() local
87 w[i] = SSG2_1(w[i - 2]) + w[i - 7] in br_sha2small_round()
88 + SSG2_0(w[i - 15]) + w[i - 16]; in br_sha2small_round()
92 c = val[2]; in br_sha2small_round()
96 g = val[6]; in br_sha2small_round()
99 SHA2_STEP(a, b, c, d, e, f, g, h, i + 0); in br_sha2small_round()
[all …]
/freebsd/sys/i386/i386/
H A Din_cksum_machdep.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
12 * 2. Redistributions in binary form must reproduce the above copyright
54 #define ADDCARRY(x) if ((x) > 0xffff) (x) -= 0xffff
74 union { char c[2]; u_short s; } su; in in_cksum_skip()
76 len -= skip; in in_cksum_skip()
77 for (; skip && m; m = m->m_next) { in in_cksum_skip()
78 if (m->m_len > skip) { in in_cksum_skip()
79 mlen = m->m_len - skip; in in_cksum_skip()
83 skip -= m->m_len; in in_cksum_skip()
[all …]
/freebsd/crypto/openssl/crypto/sha/
H A Dsha256.c2 * Copyright 2004-2021 The OpenSSL Project Authors. All Rights Reserved.
29 c->h[0] = 0xc1059ed8UL; in SHA224_Init()
30 c->h[1] = 0x367cd507UL; in SHA224_Init()
31 c->h[2] = 0x3070dd17UL; in SHA224_Init()
32 c->h[3] = 0xf70e5939UL; in SHA224_Init()
33 c->h[4] = 0xffc00b31UL; in SHA224_Init()
34 c->h[5] = 0x68581511UL; in SHA224_Init()
35 c->h[6] = 0x64f98fa7UL; in SHA224_Init()
36 c->h[7] = 0xbefa4fa4UL; in SHA224_Init()
37 c->md_len = SHA224_DIGEST_LENGTH; in SHA224_Init()
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dchem.awk16 printf "\ttextht = %g; textwid = .1; cwid = %g\n", textht, cwid
17 printf "\tlineht = %g; linewid = %g\n", lineht, linewid
34 dew = scale * 0.02 # east-west shift for left of/right of
48 $1 == "pic" { shiftfields(1); print; next } # pic pass-thru
60 $1 ~ /^[A-Z].*:$/ { # label; falls thru after shifting left
61 lastname = substr($1, 1, length($1)-1)
69 $1 ~ /^(double|triple|front|back)$/ && $2 == "bond" {
70 $1 = $1 $2; shiftfields(2); bond($1); next }
72 $1 == "aromatic" { temp = $1; $1 = $2; $2 = temp }
77 $1 ~ /^[A-Z]/ { molecule(); next }
[all …]
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_params_generate.c2 * Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
12 * FIPS 186-4 Section C.3 Table C.1
45 /* Valid DH L,N parameters from SP800-56Ar3 5.5.1 Table 1 */ in ffc_validate_LN()
52 /* Valid DSA L,N parameters from FIPS 186-4 Section 4.2 */ in ffc_validate_LN()
73 /* Valid DH L,N parameters from SP800-56Ar3 5.5.1 Table 1 */ in ffc_validate_LN()
94 /* FIPS186-4 A.2.1 Unverifiable Generation of Generator g */
95 static int generate_unverifiable_g(BN_CTX *ctx, BN_MONT_CTX *mont, BIGNUM *g, in generate_unverifiable_g() argument
100 int h = 2; in generate_unverifiable_g()
102 /* Step (2): choose h (where 1 < h)*/ in generate_unverifiable_g()
107 /* Step (3): g = h^e % p */ in generate_unverifiable_g()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp1 //===-- asan_globals.cpp --------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
34 const Global *g; member
43 Global g; member
47 // Lazy-initialized and never deleted.
58 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal() argument
59 FastPoisonShadow(g->beg, g->size_with_redzone, value); in PoisonShadowForGlobal()
62 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones() argument
[all …]
/freebsd/sys/contrib/openzfs/config/
H A DSubstfiles.am2 -e 's|@abs_top_srcdir[@]|$(abs_top_srcdir)|g' \
3 -e 's|@bindir[@]|$(bindir)|g' \
4 -e 's|@datadir[@]|$(datadir)|g' \
5 -e 's|@initconfdir[@]|$(initconfdir)|g' \
6 -e 's|@initdir[@]|$(initdir)|g' \
[all...]
/freebsd/sys/dev/hptnr/
HDi386-elf.hptnr_lib.o ... Controller 0 w,a Q m jp5 c d 2 y +L | ~ - d jHq A } ...
/freebsd/tools/regression/environ/
H A Denvtest.t3 # Copyright (c) 2007-2008 Sean C. Farley <scf@FreeBSD.org>
12 # 2. Redistributions in binary form must reproduce the above copyright
37 result=`./envctl -t "${@}"`
39 if [ ${?} -ne 0 ]
41 echo "Test program failed" >&2
54 echo "${result}" | sed 's/[ \t]*$//' | grep -q "^${@}$"
55 if [ ${?} -eq 0 ]
59 echo "not ok ${testndx} - '${lasttest}'"
80 run_test -g FOO
83 run_test -c 3 -g FOO
[all …]
/freebsd/sys/dev/cxgbe/
H A Dt4_iov.c1 /*-
2 * Copyright (c) 2015-2016 Chelsio Communications, Inc.
11 * 2. Redistributions in binary form must reproduce the above copyright
65 {0x4000, "Chelsio T440-dbg"},
66 {0x4001, "Chelsio T420-CR"},
67 {0x4002, "Chelsio T422-CR"},
68 {0x4003, "Chelsio T440-CR"},
69 {0x4004, "Chelsio T420-BCH"},
70 {0x4005, "Chelsio T440-BCH"},
71 {0x4006, "Chelsio T440-CH"},
[all …]
/freebsd/share/man/man4/
H A Dbwi.49 .\" 2. Redistributions in binary form must reproduce the above copyright
30 .Nd Broadcom BCM43xx IEEE 802.11b/g wireless network driver
35 .Bd -ragged -offset indent
45 .Bd -literal -offset indent
65 .Pa ports/net/bwi-firmware-kmod
73 .Bl -column "Apple Airport Extreme" "BCM4306" "Mini PCI" "a/b/g" -offset 6n
75 .It "Apple Airport Extreme BCM4306 PCI b/g"
76 .It "Apple Airport Extreme BCM4318 PCI b/g"
77 .It "ASUS WL-100g BCM4306 CardBus b/g"
78 .It "ASUS WL-138g BCM4318 PCI b/g"
[all …]
/freebsd/tools/tools/iwi/
H A Diwistats.c2 /*-
12 * 2. Redistributions in binary form must reproduce the above copyright
51 { 2, "Fragmentation threshold" },
57 { 8, "Number of unicast 802.11b frames transmitted at 2Mb/s" },
61 { 19, "Number of unicast 802.11g frames transmitted at 1Mb/s" },
62 { 20, "Number of unicast 802.11g frames transmitted at 2Mb/s" },
63 { 21, "Number of unicast 802.11g frames transmitted at 5.5Mb/s" },
64 { 22, "Number of unicast 802.11g frames transmitted at 6Mb/s" },
65 { 23, "Number of unicast 802.11g frames transmitted at 9Mb/s" },
66 { 24, "Number of unicast 802.11g frames transmitted at 11Mb/s" },
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSHA256.cpp1 //====- SHA256.cpp - SHA256 implementation ---*- C++ -* ======//
5 // SPDX-License-Identifier: Apache-2.
43 F_EXPAND(A,B,C,D,E,F,G,H,M1,M2,M3,M4,k) global() argument
71 uint32_t G = InternalState.State[6]; hashBlock() local
[all...]

12345678910>>...45