Home
last modified time | relevance | path

Searched full:25 (Results 1 – 25 of 3132) sorted by relevance

12345678910>>...126

/freebsd/contrib/bc/tests/bc/scripts/
H A Dreferences.txt6 25
59 25
112 25
165 25
183 25
201 25
218 25
271 25
324 25
377 25
[all …]
/freebsd/sys/crypto/openssl/powerpc/
H A Dppc-mont.S28 stw 25,-28(12)
42 mullw 25,10,23
48 mullw 24,25,7
56 addc 27,27,25
67 addc 25,29,26
75 addc 27,27,25
84 addc 25,29,26
89 addc 27,27,25
105 mullw 25,10,23
109 addc 25,25,12
[all …]
H A Dchacha-ppc.S27 stw 25,132(1)
55 lwz 25,132(1)
89 lwz 25,20(6)
116 add 25,25,29
120 xor 21,21,25
140 add 25,25,29
144 xor 21,21,25
166 add 25,25,30
170 xor 20,20,25
190 add 25,25,30
[all …]
H A Dsha512-ppc.S26 stw 25,228(1)
43 lwz 25,36(3)
123 lwz 25,228(1)
149 srwi 0,25,14
151 and 11,11,25
155 srwi 6,25,18
159 insrwi 5,25,14,0
164 insrwi 8,25,18,0
167 srwi 10,25,41-32
170 insrwi 9,25,41-32,0
[all …]
/freebsd/sys/crypto/openssl/powerpc64/
H A Dppc-mont.S29 std 25,-56(12)
43 mulld 25,10,23
49 mulld 24,25,7
57 addc 27,27,25
68 addc 25,29,26
76 addc 27,27,25
85 addc 25,29,26
90 addc 27,27,25
106 mulld 25,10,23
110 addc 25,25,12
[all …]
H A Dx25519-ppc64.S17 std 25,88(1)
36 mulhdu 25,8,6
56 adde 25,25,21
82 adde 25,25,21
108 adde 25,25,21
134 adde 25,25,21
164 addze 25,25
171 insrdi 21,25,51,0
201 ld 25,88(1)
226 std 25,88(1)
[all …]
H A Dchacha-ppc.S30 std 25,200(1)
58 ld 25,200(1)
92 lwz 25,20(6)
119 add 25,25,29
123 xor 21,21,25
143 add 25,25,29
147 xor 21,21,25
169 add 25,25,30
173 xor 20,20,25
193 add 25,25,30
[all …]
/freebsd/sys/crypto/openssl/powerpc64le/
H A Dppc-mont.S29 std 25,-56(12)
43 mulld 25,10,23
49 mulld 24,25,7
57 addc 27,27,25
68 addc 25,29,26
76 addc 27,27,25
85 addc 25,29,26
90 addc 27,27,25
106 mulld 25,10,23
110 addc 25,25,12
[all …]
H A Dx25519-ppc64.S17 std 25,88(1)
36 mulhdu 25,8,6
56 adde 25,25,21
82 adde 25,25,21
108 adde 25,25,21
134 adde 25,25,21
164 addze 25,25
171 insrdi 21,25,51,0
201 ld 25,88(1)
226 std 25,88(1)
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h33 |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.
71 |f| bounded by 1.1*2^25,1.1*2^24,1.1*2^25,1.1*2^24,etc.
72 |g| bounded by 1.1*2^25,1.1*2^24,1.1*2^25,1.1*2^24,etc.
75 |h| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc.
108 |f| bounded by 1.1*2^25,1.1*2^24,1.1*2^25,1.1*2^24,etc.
111 |h| bounded by 1.1*2^25,1.1*2^24,1.1*2^25,1.1*2^24,etc.
304 |f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc.
322 |f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc.
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h30 carry9 = (h9 + (int64_t)(1L << 24)) >> 25; in fe25519_frombytes()
32 h9 -= carry9 * ((uint64_t) 1L << 25); in fe25519_frombytes()
33 carry1 = (h1 + (int64_t)(1L << 24)) >> 25; in fe25519_frombytes()
35 h1 -= carry1 * ((uint64_t) 1L << 25); in fe25519_frombytes()
36 carry3 = (h3 + (int64_t)(1L << 24)) >> 25; in fe25519_frombytes()
38 h3 -= carry3 * ((uint64_t) 1L << 25); in fe25519_frombytes()
39 carry5 = (h5 + (int64_t)(1L << 24)) >> 25; in fe25519_frombytes()
41 h5 -= carry5 * ((uint64_t) 1L << 25); in fe25519_frombytes()
42 carry7 = (h7 + (int64_t)(1L << 24)) >> 25; in fe25519_frombytes()
44 h7 -= carry7 * ((uint64_t) 1L << 25); in fe25519_frombytes()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.sortpos.d.out26 25 25 50 75 25 0 25
51 50 50 75 0 50 25 50
76 75 75 0 25 75 50 75
101 100 100 25 50 100 75 100
104 75 75 0 25 75 50 75
129 100 100 25 50 100 75 100
154 25 25 50 75 25 0 25
179 50 50 75 0 50 25 50
206 50 50 75 0 50 25 50
231 75 75 0 25 75 50 75
[all …]
/freebsd/sys/contrib/zlib/
H A Dtrees.h24 {{ 41},{ 8}}, {{169},{ 8}}, {{105},{ 8}}, {{233},{ 8}}, {{ 25},{ 8}},
68 {{30},{ 5}}, {{ 1},{ 5}}, {{17},{ 5}}, {{ 9},{ 5}}, {{25},{ 5}},
89 24, 24, 24, 24, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25,
111 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25,
112 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 26, 26, 26, 26, 26, 26, 26, 26,
/freebsd/usr.bin/calendar/tests/
H A Dcalendar.calibrate31 01/25 jan 25
62 02/25 feb 25
91 03/25 mar 25
122 04/25 apr 25
152 05/25 may 25
183 06/25 jun 25
214 07/25 jul 25
245 08/25 aug 25
276 09/25 sep 25
306 10/25 oct 25
[all …]
/freebsd/usr.bin/ncal/tests/
H A Dregress.r-y2010-md-nhl.out3 Mo 4 11 18 25 1 8 15 22 1 8 15 22 29 5 12 19 26
6 Th 7 14 21 28 4 11 18 25 4 11 18 25 1 8 15 22 29
9 Su 3 10 17 24 31 7 14 21 28 7 14 21 28 4 11 18 25
13 Tu 4 11 18 25 1 8 15 22 29 6 13 20 27 3 10 17 24 31
14 We 5 12 19 26 2 9 16 23 30 7 14 21 28 4 11 18 25
16 Fr 7 14 21 28 4 11 18 25 2 9 16 23 30 6 13 20 27
18 Su 2 9 16 23 30 6 13 20 27 4 11 18 25 1 8 15 22 29
21 Mo 6 13 20 27 4 11 18 25 1 8 15 22 29 6 13 20 27
24 Th 2 9 16 23 30 7 14 21 28 4 11 18 25 2 9 16 23 30
26 Sa 4 11 18 25 2 9 16 23 30 6 13 20 27 4 11 18 25
H A Dregress.r-y2008-md-nhl.out3 Mo 7 14 21 28 4 11 18 25 3 10 17 24 31 7 14 21 28
4 Tu 1 8 15 22 29 5 12 19 26 4 11 18 25 1 8 15 22 29
7 Fr 4 11 18 25 1 8 15 22 29 7 14 21 28 4 11 18 25
12 Mo 5 12 19 26 2 9 16 23 30 7 14 21 28 4 11 18 25
14 We 7 14 21 28 4 11 18 25 2 9 16 23 30 6 13 20 27
16 Fr 2 9 16 23 30 6 13 20 27 4 11 18 25 1 8 15 22 29
18 Su 4 11 18 25 1 8 15 22 29 6 13 20 27 3 10 17 24 31
22 Tu 2 9 16 23 30 7 14 21 28 4 11 18 25 2 9 16 23 30
24 Th 4 11 18 25 2 9 16 23 30 6 13 20 27 4 11 18 25
26 Sa 6 13 20 27 4 11 18 25 1 8 15 22 29 6 13 20 27
H A Dregress.r-y2009-md-nhl.out5 We 7 14 21 28 4 11 18 25 4 11 18 25 1 8 15 22 29
8 Sa 3 10 17 24 31 7 14 21 28 7 14 21 28 4 11 18 25
9 Su 4 11 18 25 1 8 15 22 1 8 15 22 29 5 12 19 26
12 Mo 4 11 18 25 1 8 15 22 29 6 13 20 27 3 10 17 24 31
13 Tu 5 12 19 26 2 9 16 23 30 7 14 21 28 4 11 18 25
15 Th 7 14 21 28 4 11 18 25 2 9 16 23 30 6 13 20 27
17 Sa 2 9 16 23 30 6 13 20 27 4 11 18 25 1 8 15 22 29
23 We 2 9 16 23 30 7 14 21 28 4 11 18 25 2 9 16 23 30
25 Fr 4 11 18 25 2 9 16 23 30 6 13 20 27 4 11 18 25
27 Su 6 13 20 27 4 11 18 25 1 8 15 22 29 6 13 20 27
H A Dregress.r-y2011-md-nhl.out3 Mo 3 10 17 24 31 7 14 21 28 7 14 21 28 4 11 18 25
4 Tu 4 11 18 25 1 8 15 22 1 8 15 22 29 5 12 19 26
7 Fr 7 14 21 28 4 11 18 25 4 11 18 25 1 8 15 22 29
12 Mo 2 9 16 23 30 6 13 20 27 4 11 18 25 1 8 15 22 29
14 We 4 11 18 25 1 8 15 22 29 6 13 20 27 3 10 17 24 31
15 Th 5 12 19 26 2 9 16 23 30 7 14 21 28 4 11 18 25
17 Sa 7 14 21 28 4 11 18 25 2 9 16 23 30 6 13 20 27
22 Tu 6 13 20 27 4 11 18 25 1 8 15 22 29 6 13 20 27
25 Fr 2 9 16 23 30 7 14 21 28 4 11 18 25 2 9 16 23 30
27 Su 4 11 18 25 2 9 16 23 30 6 13 20 27 4 11 18 25
H A Dregress.b-y2008-md-nhl.out7 20 21 22 23 24 25 26 17 18 19 20 21 22 23 16 17 18 19 20 21 22
8 27 28 29 30 31 24 25 26 27 28 29 23 24 25 26 27 28 29
16 20 21 22 23 24 25 26 18 19 20 21 22 23 24 22 23 24 25 26 27 28
17 27 28 29 30 25 26 27 28 29 30 31 29 30
25 20 21 22 23 24 25 26 17 18 19 20 21 22 23 21 22 23 24 25 26 27
26 27 28 29 30 31 24 25 26 27 28 29 30 28 29 30
34 19 20 21 22 23 24 25 16 17 18 19 20 21 22 21 22 23 24 25 26 27
35 26 27 28 29 30 31 23 24 25 26 27 28 29 28 29 30 31
H A Dregress.b-y2009-md-nhl.out7 18 19 20 21 22 23 24 22 23 24 25 26 27 28 22 23 24 25 26 27 28
8 25 26 27 28 29 30 31 29 30 31
16 19 20 21 22 23 24 25 17 18 19 20 21 22 23 21 22 23 24 25 26 27
17 26 27 28 29 30 24 25 26 27 28 29 30 28 29 30
25 19 20 21 22 23 24 25 16 17 18 19 20 21 22 20 21 22 23 24 25 26
26 26 27 28 29 30 31 23 24 25 26 27 28 29 27 28 29 30
34 18 19 20 21 22 23 24 22 23 24 25 26 27 28 20 21 22 23 24 25 26
35 25 26 27 28 29 30 31 29 30 27 28 29 30 31
H A Dregress.b-y2011-md-nhl.out7 16 17 18 19 20 21 22 20 21 22 23 24 25 26 20 21 22 23 24 25 26
8 23 24 25 26 27 28 29 27 28 27 28 29 30 31
16 17 18 19 20 21 22 23 22 23 24 25 26 27 28 19 20 21 22 23 24 25
17 24 25 26 27 28 29 30 29 30 31 26 27 28 29 30
25 17 18 19 20 21 22 23 21 22 23 24 25 26 27 18 19 20 21 22 23 24
26 24 25 26 27 28 29 30 28 29 30 31 25 26 27 28 29 30
34 16 17 18 19 20 21 22 20 21 22 23 24 25 26 18 19 20 21 22 23 24
35 23 24 25 26 27 28 29 27 28 29 30 25 26 27 28 29 30 31
H A Dregress.b-y2010-md-nhl.out7 17 18 19 20 21 22 23 21 22 23 24 25 26 27 21 22 23 24 25 26 27
8 24 25 26 27 28 29 30 28 28 29 30 31
16 18 19 20 21 22 23 24 16 17 18 19 20 21 22 20 21 22 23 24 25 26
17 25 26 27 28 29 30 23 24 25 26 27 28 29 27 28 29 30
25 18 19 20 21 22 23 24 22 23 24 25 26 27 28 19 20 21 22 23 24 25
26 25 26 27 28 29 30 31 29 30 31 26 27 28 29 30
34 17 18 19 20 21 22 23 21 22 23 24 25 26 27 19 20 21 22 23 24 25
35 24 25 26 27 28 29 30 28 29 30 26 27 28 29 30 31
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrFormats.td35 let Inst{25-23} = major;
48 let Inst{25-23} = major;
61 let Inst{25-23} = major;
74 let Inst{25-23} = major;
86 let Inst{25-18} = major;
97 let Inst{25-18} = major;
108 let Inst{25-18} = major;
119 let Inst{25-17} = major;
131 let Inst{25-23} = major;
144 let Inst{25-22} = major;
[all …]
H A DMicroMips32r6InstrFormats.td75 let Inst{25-21} = rt;
88 let Inst{25-21} = rt;
122 let Inst{25-21} = rt;
136 let Inst{25-21} = hint;
150 let Inst{25-21} = rt;
165 let Inst{25-21} = rt;
179 let Inst{25-21} = rt;
193 let Inst{25-21} = rt;
205 let Inst{25-21} = rt;
217 let Inst{25-21} = rt;
[all …]
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Dl13 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1025 -> 2.2.2.2,25 PR tcp len 20 40 -S IN
4 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1025 -> 2.2.2.2,25 PR tcp len 20 40 -A IN
5 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 2.2.2.2,25 -> 1.1.1.1,1025 PR tcp len 20 40 -AS IN
6 01/01/1970 00:00:00.000000 anon0 @-1:-1 L 1.1.1.1,1025 -> 2.2.2.2,25 PR tcp len 20 40 -AF IN
7 01/01/1970 00:00:00.000000 2x anon0 @-1:-1 L 1.1.1.1,1025 -> 2.2.2.2,25 PR tcp len 20 40 -A IN
21 01/01/1970 00:00:00.000000 anon0 @0:1 p 2.2.2.2,25 -> 1.1.1.1,1025 PR tcp len 20 40 -AS IN
28 01/01/1970 00:00:00.000000 anon0 @0:1 p 1.1.1.1,1025 -> 2.2.2.2,25 PR tcp len 20 40 -S K-S IN
29 01/01/1970 00:00:00.000000 anon0 @0:1 p 1.1.1.1,1025 -> 2.2.2.2,25 PR tcp len 20 40 -A K-S IN
30 01/01/1970 00:00:00.000000 anon0 @0:1 p 2.2.2.2,25 -> 1.1.1.1,1025 PR tcp len 20 40 -AS K-S IN
31 01/01/1970 00:00:00.000000 e1 @0:1 p 2.2.2.2,25 -> 1.1.1.1,1025 PR tcp len 20 40 -A K-S OUT
[all …]

12345678910>>...126