Home
last modified time | relevance | path

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

12345678910>>...107

/freebsd-src/usr.bin/lastcomm/tests/
H A Dv1-amd64.out1 core -FDX root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
2 core -DX root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
3 cc - root 0.000 secs 0.000 us 0.000 sy 0.016 es Wed May 16 11:44:38
4 ld - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
5 as - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
6 cc1 - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
7 time - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
8 time -F root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
9 ln - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
10 time - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
[all …]
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.sortpos.d.out20 19 19 44 69 19 94 19
45 44 44 69 94 44 19 44
70 69 69 94 19 69 44 69
95 94 94 19 44 94 69 94
123 94 94 19 44 94 69 94
148 19 19 44 69 19 94 19
173 44 44 69 94 44 19 44
198 69 69 94 19 69 44 69
225 69 69 94 19 69 44 69
250 94 94 19 44 94 69 94
[all …]
/freebsd-src/tools/test/sort/bigtest/siks/
H A Dsik21 44 33 22 11M 00.17
2 44 33 22 11K 00.17
3 66 55 44 33 22
4 66 55 44 33 22
5 44 33 22 11 00.17
9 88 77a 66.11 55B 44
11 44 33. 22 11 00.17
13 44 3.3 22 11 00.17
34 55 |44| 33 |22| 11
35 44 .33 22 11 00.17
[all …]
H A Dsik11 44 33 22 11M 00.17
2 44 33 22 11K 00.17
3 66 55 44 33 22
4 66 55 44 33 22
5 44 33 22 11 00.17
9 88 77a 66.11 55B 44
11 44 33. 22 11 00.17
13 44 3.3 22 11 00.17
34 55 |44| 33 |22| 11
35 44 .33 22 11 00.17
[all …]
/freebsd-src/tools/test/sort/bigtest/
H A Dsi9 88 77a 66.11 55B 44
11 66 55 44 33 22
25 55 |44| 33 |22| 11
27 44 33 22 11 00.17
28 44 33 22 11M 00.17
29 44 33 22 11K 00.17
30 44 .33 22 11 00.17
31 44 3.3 22 11 00.17
32 44 33. 22 11 00.17
34 44 0/0 33 22 11 00.17
[all …]
/freebsd-src/lib/libc/tests/net/
H A Dtest-eui64.h35 #define test_eui64_id_ascii "00-11-22-33-44-55-66-77"
36 #define test_eui64_id_colon_ascii "00:11:22:33:44:55:66:77"
38 #define test_eui64_eui48_ascii "00-11-22-ff-fe-33-44-55"
39 #define test_eui64_mac48_ascii "00-11-22-ff-fe-33-44-55"
40 #define test_eui64_mac_ascii "00-11-22-33-44-55"
41 #define test_eui64_mac_colon_ascii "00:11:22:33:44:55"
46 #define test_eui64_line_id "00-11-22-33-44-55-66-77 id"
47 #define test_eui64_line_id_colon "00:11:22:33:44:55:66:77 id"
48 #define test_eui64_line_eui48 "00-11-22-FF-fe-33-44-55 eui-48"
49 #define test_eui64_line_mac48 "00-11-22-FF-ff-33-44-55 mac-48"
[all …]
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna64.h45 st->r[1] = ((t0 >> 44) | (t1 << 20)) & 0xfffffc0ffff; in poly1305_init()
92 h1 += (((t0 >> 44) | (t1 << 20)) & 0xfffffffffff); in poly1305_blocks()
113 c = SHR(d0, 44); in poly1305_blocks()
116 c = SHR(d1, 44); in poly1305_blocks()
122 c = (h0 >> 44); in poly1305_blocks()
160 c = (h1 >> 44); in poly1305_finish()
166 c = (h0 >> 44); in poly1305_finish()
169 c = (h1 >> 44); in poly1305_finish()
175 c = (h0 >> 44); in poly1305_finish()
181 c = (g0 >> 44); in poly1305_finish()
[all …]
/freebsd-src/contrib/bearssl/src/symcipher/
H A Dpoly1305_ctmulq.c53 * words of 44 bits, each held in a 64-bit variable.
55 * If the current accumulator is a = a0 + a1*W + a2*W^2 (where W = 2^44)
72 * In order to make u1 fit in 44 bits, we can change these equations
79 * Where t1 is u1 truncated to 44 bits, and t2 is u2 added to the extra
81 * values u2 and t2 fit on 44 bits too.
83 * The bx values are larger than 44 bits, so we may split them into a
84 * lower half (cx, 44 bits) and an upper half (dx). The new values for
92 * than 44 bits. Similarly, the ex values will usually be larger than
103 * by 20 bits (since they all fit on 44 bits each, this shift is
146 v1 = ((v0 >> 44) | (v1 << 20)) & MASK44; in poly1305_inner_big()
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/renesas/
H A Drzg2lc-smarc-pinfunction.dtsi27 gpios = <RZG2L_GPIO(44, 3) GPIO_ACTIVE_HIGH>;
33 pinmux = <RZG2L_PORT_PINMUX(44, 0, 3)>, /* TxD */
34 <RZG2L_PORT_PINMUX(44, 1, 3)>; /* RxD */
55 pinmux = <RZG2L_PORT_PINMUX(44, 0, 4)>, /* MTIOC3A */
56 <RZG2L_PORT_PINMUX(44, 1, 4)>, /* MTIOC3B */
57 <RZG2L_PORT_PINMUX(44, 2, 4)>, /* MTIOC3C */
58 <RZG2L_PORT_PINMUX(44, 3, 4)>; /* MTIOC3D */
119 pinmux = <RZG2L_PORT_PINMUX(44, 0, 1)>, /* CK */
120 <RZG2L_PORT_PINMUX(44, 1, 1)>, /* MOSI */
121 <RZG2L_PORT_PINMUX(44, 2, 1)>, /* MISO */
[all …]
H A Drzg2l-smarc-pinfunction.dtsi63 pinmux = <RZG2L_PORT_PINMUX(44, 0, 4)>, /* MTIOC3A */
64 <RZG2L_PORT_PINMUX(44, 1, 4)>, /* MTIOC3B */
65 <RZG2L_PORT_PINMUX(44, 2, 4)>, /* MTIOC3C */
66 <RZG2L_PORT_PINMUX(44, 3, 4)>; /* MTIOC3D */
133 pinmux = <RZG2L_PORT_PINMUX(44, 0, 1)>, /* CK */
134 <RZG2L_PORT_PINMUX(44, 1, 1)>, /* MOSI */
135 <RZG2L_PORT_PINMUX(44, 2, 1)>, /* MISO */
136 <RZG2L_PORT_PINMUX(44, 3, 1)>; /* SSL */
/freebsd-src/contrib/netbsd-tests/include/
H A Dd_bitstring_49.out49 44 5 16 6
113 44 0
180 44 0 44 0000000000000000000000000000000000000000000011111
231 44 44 0 1111111111111111111111111111111111111111111100000
243 5 44 0 1111111111111111111111111111111111111111111100000
282 44 5 0 1111100000000000000000000000000000000000000000000
294 5 0 44 0000000000000000000000000000000000000000000011111
333 44 0 5 0000011111111111111111111111111111111111111111111
384 44 44 0 1111111111111111111111111111111111111111111101111
435 44 0 44 0000000000000000000000000000000000000000000010000
H A Dd_bitstring_64.out49 44 5 16 6
128 44 0
210 44 0 44 0000000000000000000000000000000000000000000011111111111111111111
276 44 44 0 1111111111111111111111111111111111111111111100000000000000000000
318 20 44 0 1111111111111111111111111111111111111111111100000000000000000000
342 44 20 0 1111111111111111111100000000000000000000000000000000000000000000
384 20 0 44 0000000000000000000000000000000000000000000011111111111111111111
408 44 0 20 0000000000000000000011111111111111111111111111111111111111111111
474 44 44 0 1111111111111111111111111111111111111111111101111111111111111111
540 44 0 44 0000000000000000000000000000000000000000000010000000000000000000
H A Dd_bitstring_67.out49 44 5 16 6
131 44 0
216 44 0 44 0000000000000000000000000000000000000000000011111111111111111111111
285 44 44 0 1111111111111111111111111111111111111111111100000000000000000000000
333 23 44 0 1111111111111111111111111111111111111111111100000000000000000000000
354 44 23 0 1111111111111111111111100000000000000000000000000000000000000000000
402 23 0 44 0000000000000000000000000000000000000000000011111111111111111111111
423 44 0 23 0000000000000000000000011111111111111111111111111111111111111111111
492 44 44 0 1111111111111111111111111111111111111111111101111111111111111111111
561 44 0 44 0000000000000000000000000000000000000000000010000000000000000000000
/freebsd-src/sbin/pfctl/
H A Dpf.os200 45046:64:0:44:M*: AIX:4.3::AIX 4.3
201 16384:64:0:44:M512: AIX:4.3:2-3:AIX 4.3.2 and earlier
213 # S1:64:0:44:M*:A: Linux:1.2::Linux 1.2.x (XXX quirks support)
214 512:64:0:44:M*: Linux:2.0:3x:Linux 2.0.3x
215 16384:64:0:44:M*: Linux:2.0:3x:Linux 2.0.3x
218 2:64:0:44:M*: Linux:2.0:3x:Linux 2.0.3x (MkLinux) on Mac
219 64:64:0:44:M*: Linux:2.0:3x:Linux 2.0.3x (MkLinux) on Mac
269 16384:64:1:44:M*: FreeBSD:2.0-2.2::FreeBSD 2.0-4.2
270 16384:64:1:44:M*: FreeBSD:3.0-3.5::FreeBSD 2.0-4.2
271 16384:64:1:44:M*: FreeBSD:4.0-4.2::FreeBSD 2.0-4.2
[all …]
/freebsd-src/contrib/processor-trace/libipt/test/src/
H A Dptunit-cpu.c55 error = pt_cpu_parse(&cpu, "6/44/2"); in cpu_valid()
59 ptu_uint_eq(cpu.model, 44); in cpu_valid()
76 error = pt_cpu_parse(&cpu, "6/44"); in cpu_valid()
80 ptu_uint_eq(cpu.model, 44); in cpu_valid()
131 error = pt_cpu_parse(&cpu, "e/44/2"); in cpu_invalid()
137 error = pt_cpu_parse(&cpu, "6/44/e"); in cpu_invalid()
140 error = pt_cpu_parse(&cpu, "65536/44/2"); in cpu_invalid()
146 error = pt_cpu_parse(&cpu, "6/44/256"); in cpu_invalid()
149 error = pt_cpu_parse(&cpu, "-1/44/2"); in cpu_invalid()
155 error = pt_cpu_parse(&cpu, "6/44/-1"); in cpu_invalid()
/freebsd-src/contrib/sendmail/libsmutil/
H A Dsafefile.c62 if (tTd(44, 4))
68 if (tTd(44, 4))
150 if (tTd(44, 4))
189 if (tTd(44, 4))
244 if (tTd(44, 4))
258 if (tTd(44, 4))
266 if (tTd(44, 4))
274 if (tTd(44, 4))
282 if (tTd(44, 4))
289 if (tTd(44, 4))
[all …]
/freebsd-src/crypto/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c11 * This module is meant to be used as template for base 2^44 assembly
70 /* break r1:r0 to three 44-bit digits, masks are 1<<44-1 */ in poly1305_init()
72 st->r[1] = ((r0 >> 44) | (r1 << 20)) & 0x0fffffffffff; in poly1305_init()
108 /* h += m[i], m[i] is broken to 44-bit digits */ in poly1305_blocks()
110 h1 += ((m0 >> 44) | (m1 << 20)) & 0x0fffffffffff; in poly1305_blocks()
120 h1 = (u64)(d1 += (u64)(d0 >> 44)) & 0x0fffffffffff; in poly1305_blocks()
121 h2 = (u64)(d2 += (u64)(d1 >> 44)) & 0x03ffffffffff; /* last 42 bits */ in poly1305_blocks()
147 /* after "lazy" reduction, convert 44+bit digits to 64-bit ones */ in poly1305_emit()
148 h0 = (u64)(t = (u128)h0 + (h1 << 44)); h1 >>= 20; in poly1305_emit()
/freebsd-src/lib/msun/src/
H A Ds_exp2.c51 0x1.6a09e667f3d5dp-1, 0x1.9880p-44,
60 0x1.72f8286eacf05p-1, -0x1.8300p-44,
73 0x1.80427543e1b4ep-1, 0x1.3000p-44,
79 0x1.868d99b4491afp-1, -0x1.2c40p-44,
83 0x1.8ace5422aa223p-1, 0x1.3280p-44,
94 0x1.96bdd9a766f21p-1, -0x1.6d00p-44,
97 0x1.9a0f170ca0604p-1, -0x1.8a40p-44,
98 0x1.9b2bb4d53ff89p-1, 0x1.55c0p-44,
108 0x1.a674a8af46213p-1, 0x1.8880p-44,
120 0x1.b468415b747e7p-1, -0x1.8380p-44,
[all …]
/freebsd-src/sys/crypto/openssl/powerpc64/
H A Decp_nistp521-ppc64.S63 xxpermdi 44,47,48,0b00
103 xxpermdi 44,51,52,0b00
139 xxpermdi 44,52,53,0b00
144 xxpermdi 44,51,52,0b00
150 xxpermdi 44,50,51,0b00
155 xxpermdi 44,49,50,0b00
160 xxpermdi 44,48,49,0b00
174 xxpermdi 44,52,53,0b00
273 xxpermdi 44,47,48,0b00
/freebsd-src/sys/crypto/openssl/powerpc64le/
H A Decp_nistp521-ppc64.S63 xxpermdi 44,47,48,0b00
103 xxpermdi 44,51,52,0b00
139 xxpermdi 44,52,53,0b00
144 xxpermdi 44,51,52,0b00
150 xxpermdi 44,50,51,0b00
155 xxpermdi 44,49,50,0b00
160 xxpermdi 44,48,49,0b00
174 xxpermdi 44,52,53,0b00
273 xxpermdi 44,47,48,0b00
/freebsd-src/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.output70 44 | expr '%' $$6 expr
480 formal_arg goto 44
561 state 44
635 expr : expr . '%' $$6 expr (44)
763 expr : expr '%' . $$6 expr (44)
838 expr : expr . '%' $$6 expr (44)
890 expr : expr '%' $$6 . expr (44)
947 expr : expr . '%' $$6 expr (44)
965 expr : expr . '%' $$6 expr (44)
983 expr : expr . '%' $$6 expr (44)
[all …]
/freebsd-src/contrib/wpa/hostapd/
H A Dhostapd.wpa_psk15 00:11:22:33:44:55 another passphrase
16 00:22:33:44:55:66 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
17 keyid=example_id 00:11:22:33:44:77 passphrase with keyid
20 wps=1 11:22:33:44:55:00 dev-specific passphrase for WPS
/freebsd-src/tools/regression/ccd/layout/
H A Dref.256k_128k_128k_128k_4_017 44 24 4
34 112 44 4
35 116 44 4
36 120 44 4
37 124 44 4
H A Dref.128k_128k_128k_128k_4_217 44 24 4
34 112 44 4
35 116 44 4
36 120 44 4
37 124 44 4
H A Dref.256k_128k_128k_128k_4_217 44 24 4
34 112 44 4
35 116 44 4
36 120 44 4
37 124 44 4

12345678910>>...107