Home
last modified time | relevance | path

Searched +full:36 +full:- +full:41 (Results 1 – 25 of 1074) sorted by relevance

12345678910>>...43

/freebsd/contrib/netbsd-tests/include/
H A Dd_bitstring_49.out41 36 4 16 5
46 41 5 2 6
56 be: 0 -1 0000000000000000000000000000000000000000000000000
57 is: 0 -1 0000000000000000000000000000000000000000000000000
105 36 0
110 41 0
120 be: 0 -1 0000000000000000000000000000000000000000000000000
121 is: 0 -1 0000000000000000000000000000000000000000000000000
128 be: 0 -1 0000000000000000000000000000000000000000000000000
129 is: 0 -1 0000000000000000000000000000000000000000000000000
[all …]
H A Dd_bitstring_67.out41 36 4 16 5
46 41 5 2 6
74 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000
75 is: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000
123 36 0
128 41 0
156 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000
157 is: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000
164 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000
165 is: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000
[all …]
H A Dd_bitstring_64.out41 36 4 16 5
46 41 5 2 6
71 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000
72 is: 0 -1 0000000000000000000000000000000000000000000000000000000000000000
120 36 0
125 41 0
150 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000
151 is: 0 -1 0000000000000000000000000000000000000000000000000000000000000000
158 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000
159 is: 0 -1 0000000000000000000000000000000000000000000000000000000000000000
[all …]
/freebsd/sys/crypto/openssl/powerpc64/
H A Decp_nistp521-ppc64.S1 /* Do not modify. This file is auto-generated from ecp_nistp521-ppc64.pl. */
14 stdu 1,-16*13(1)
16 stxv 52,-16*12(12)
17 stxv 53,-16*11(12)
18 stxv 54,-16*10(12)
19 stxv 55,-16*9(12)
20 stxv 56,-16*8(12)
21 stxv 57,-16*7(12)
22 stxv 58,-16*6(12)
23 stxv 59,-16*5(12)
[all …]
/freebsd/sys/crypto/openssl/powerpc64le/
H A Decp_nistp521-ppc64.S1 /* Do not modify. This file is auto-generated from ecp_nistp521-ppc64.pl. */
14 stdu 1,-16*13(1)
16 stxv 52,-16*12(12)
17 stxv 53,-16*11(12)
18 stxv 54,-16*10(12)
19 stxv 55,-16*9(12)
20 stxv 56,-16*8(12)
21 stxv 57,-16*7(12)
22 stxv 58,-16*6(12)
23 stxv 59,-16*5(12)
[all …]
/freebsd/contrib/bc/tests/bc/scripts/
H A Darray.txt37 36
42 41
143 36
148 41
214 -1
215 -2
216 -3
217 -4
218 -5
219 -6
[all …]
/freebsd/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dfsync_integrity.c28 * Verify the integrity of non-aligned writes to the same blocks within the same
29 * transaction group, where an fsync is issued by a non-final writer.
45 * Create a big zero-filled file.
47 * * A partition of the file range into 64 different non-overlapping chunks.
51 * Create one binary semaphore per chunk, per (n-1) threads
61 * Every even-numbered thread, starting with the first (0th), will fsync()
62 * the file after its write. The final thread, being odd-numbered,
97 //between chunk n and chunk n-1 is (FSIZE * partitions[n-1] / (1<<31) .
98 //partitions[-1] is understood to be 0 and partitions[NUM_CHUNKS] must be 1.0
120 *begin = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk - 1] >> 31); in get_chunk_range()
[all …]
H A Dtxg_integrity.c23 * Copyright 2011-2012 Spectra Logic. All rights reserved.
28 * Verify the integrity of non-aligned writes to the same blocks that cross
31 * This test verifies that non-aligned writes are correctly committed to the
39 * * A partition of the 32MB range into 64 different non-overlapping chunks.
89 //between chunk n and chunk n-1 is (FSIZE * partitions[n-1] / (1<<31) .
90 //partitions[-1] is understood to be 0 and partitions[NUM_CHUNKS] must be 1.0
110 *begin = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk - 1] >> 31); in get_chunk_range()
112 *end = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk] >> 31); in get_chunk_range()
135 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
143 …, 36, 39, 9, 21, 51, 33, 45, 44, 19, 2, 50, 55, 5, 58, 13, 23, 0, 12, 53, 42, …
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-ppc64/blake3/
H A Db3_ppc64le_sse2.S9 * or https://opensource.org/licenses/CDDL-1.0.
23 * Based on BLAKE3 v1.3.1, https://github.com/BLAKE3-team/BLAKE3
24 * Copyright (c) 2019-2022 Samuel Neves and Matthew Krupcale
25 * Copyright (c) 2022 Tino Reichardt <milky-zfs@mcmilk.de>
27 * This is converted assembly: SSE2 -> POWER8 PPC64 Little Endian
28 * Used tools: SIMDe https://github.com/simd-everywhere/simde
263 addis 2, 12, .TOC.-.Lfunc_gep0@ha
264 addi 2, 2, .TOC.-.Lfunc_gep0@l
266 .localentry zfs_blake3_compress_in_place_sse2, .Lfunc_lep0-.Lfunc_gep0
267 li 8, -64
[all …]
/freebsd/secure/caroot/trusted/
H A DTrustwave_Global_Certification_Authority.pem27 Public-Key: (4096 bit)
38 01:ba:8e:97:91:76:6e:bc:fc:d5:6b:36:e6:40:88:
42 7e:98:19:74:d9:9c:73:d9:18:be:41:c7:34:79:d9:
53 14:2e:3d:0f:1c:1e:32:a6:62:36:ee:66:e2:22:b8:
60 48:41:7d:35:4a:a3:89:f2:c9:4b:7b:41:11:6d:67:
63 af:36:fb
81 6d:d2:03:e1:b0:0d:a8:a0:aa:46:27:82:36:a7:15:b6:08:a6:
82 42:54:57:b6:99:5a:e2:0b:79:90:d7:57:12:51:35:19:88:41:
86 41:ad:16:67:7e:db:fd:38:cd:b9:38:4e:b2:c1:60:cb:9d:17:
89 3a:67:c3:d1:f6:99:99:9d:ba:36:b6:80:2f:88:47:4f:86:bf:
[all …]
H A DAffirmTrust_Premium.pem21 Not Before: Jan 29 14:10:36 2010 GMT
22 Not After : Dec 31 14:10:36 2040 GMT
26 Public-Key: (4096 bit)
28 00:c4:12:df:a9:5f:fe:41:dd:dd:f5:9f:8a:e3:f6:
30 20:5b:ae:2d:6f:e7:93:d9:36:70:6a:68:cf:8e:51:
36 85:25:b7:ba:aa:55:41:cc:03:22:4b:2d:91:8d:8b:
48 43:ea:48:7f:f6:d8:be:23:6d:1e:bf:d1:36:6c:58:
58 06:7b:2c:d6:64:36:d9:bd:48:ed:84:1f:7e:a5:22:
75 08:44:bf:18:84:d2:0b:80:cd:c5:12:fd:00:55:05:61:87:41:
76 dc:b5:24:9e:3c:c4:d8:c8:fb:70:9e:2f:78:96:83:20:36:de:
[all …]
H A DAffirmTrust_Networking.pem26 Public-Key: (2048 bit)
31 f2:60:9d:30:4e:cc:84:85:e2:2c:cf:1e:9e:fe:36:
32 ab:33:77:35:44:d8:35:96:1a:3d:36:e8:7a:0e:d8:
41 60:bf:3f:50:d2:dc:26:41:51:9e:14:37:42:04:a3:
43 89:19:cb:41:f9:dd:44:36:61:cf:e2:77:46:c8:7d:
44 f6:f4:92:81:36:fd:db:34:f1:72:7e:f3:0c:16:bd:
60 1b:05:65:5a:62:92:9c:ee:41:8d:31:db:e7:34:ea:59:21:d5:
62 01:80:dc:65:a3:36:ae:65:59:48:4f:82:4b:c8:65:f1:57:1d:
65 37:a4:ba:36:e0:7c:87:85:97:1a:15:a2:de:2e:a2:5b:bd:af:
69 82:60:f2:49:42:34:ed:5a:00:54:85:1c:16:36:92:0c:5c:fa:
[all …]
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/
H A Dgoogle,gs101.h1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
50 #define CLK_MOUT_CMU_G2D_MSCL 36
55 #define CLK_MOUT_CMU_GDC_GDC0 41
279 #define CLK_GOUT_APM_MAILBOX_APM_GSA_PCLK 36
284 #define CLK_GOUT_APM_PMU_INTR_GEN_PCLK 41
352 #define CLK_GOUT_HSI0_SYSREG_HSI0_PCLK 36
357 #define CLK_GOUT_HSI0_USB31DRD_ACLK_PHYCTRL 41
406 #define CLK_GOUT_HSI2_QE_PCIE_GEN4A_HSI2_ACLK 36
411 #define CLK_GOUT_HSI2_QE_UFS_EMBD_HSI2_PCLK 41
468 #define CLK_GOUT_MISC_QE_PDMA_ACLK 36
[all …]
H A Dimx8ulp-clock.h1 /* SPDX-License-Identifier: GPL-2.0+ OR MIT */
43 #define IMX8ULP_CLK_SPLL3_VCODIV 36
48 #define IMX8ULP_CLK_SPLL3_PFD2_DIV1_GATE 41
103 #define IMX8ULP_CLK_CGC2_FROSC_DIV2_GATE 36
108 #define IMX8ULP_CLK_AUD_CLK2 41
156 #define IMX8ULP_CLK_DMA1_CH22 36
161 #define IMX8ULP_CLK_DMA1_CH27 41
235 #define IMX8ULP_CLK_DMA2_CH16 36
240 #define IMX8ULP_CLK_DMA2_CH21 41
/freebsd/lib/libc/tests/stdio/
H A Dprint_positional_test.c11 * - Redistributions of source code must retain the above copyright
13 * - Redistributions in binary form must reproduce the above
38 #include <atf-c.h>
49 "|xx 33 34 35 36\n"
51 "|xx 41 42 43 44\n"
52 "|xx 45 -1 1 -1 1\n";
74 "|xx %33$s %34$s %35$s %36$s\n" in ATF_TC_BODY()
76 "|xx %41$s %42$s %43$s %44$s\n" in ATF_TC_BODY()
83 "31", "32", "33", "34", "35", "36", in ATF_TC_BODY()
84 "37", "38", "39", "40", "41", "42", in ATF_TC_BODY()
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-arm/sha2/
H A Dsha512-armv7.S2 * Copyright 2004-2022 The OpenSSL Project Authors. All Rights Reserved.
8 * https://www.apache.org/licenses/LICENSE-2.0
18 * Portions Copyright (c) 2022 Tino Reichardt <milky-zfs@mcmilk.de>
19 * - modified assembly to fit into OpenZFS
31 # define VFP_ABI_PUSH vstmdb sp!,{d8-d15}
32 # define VFP_ABI_POP vldmia sp!,{d8-d15}
101 .size K512,.-K512
175 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
315 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
492 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
[all …]
/freebsd/secure/caroot/untrusted/
H A DOISTE_WISeKey_Global_Root_GA_CA.pem16 41:3d:72:c7:f4:6b:1f:81:43:7d:f1:d2:28:54:df:9a
25 Public-Key: (2048 bit)
27 00:cb:4f:b3:00:9b:3d:36:dd:f9:d1:49:6a:6b:10:
35 c3:77:9d:24:73:7b:e4:0c:8c:e1:d9:36:e1:99:8b:
41 d8:40:14:49:2e:7a:41:e4:a7:fe:e3:64:cc:c1:59:
52 B3:03:7E:AE:36:BC:B0:79:D1:DC:94:26:B6:11:BE:21:B2:69:86:94
58 09:41:fa:94:00:1c:a4:a4:ab:49:4f:8f:3d:1e:ef:4d:6f:bd:
60 b0:6c:51:f9:36:7e:db:f5:4c:32:3a:41:4f:5b:47:cf:e8:0b:
66 a3:a6:36:aa:11:3a:01:e1:18:4b:d6:44:68:b3:3d:f9:53:74:
68 28:8f:01:96:62:16:3e:00:e3:1c:a5:36:81:18:a2:4c:52:76:
[all …]
/freebsd/sys/crypto/openssl/arm/
H A Dsha512-armv4.S1 /* Do not modify. This file is auto-generated from sha512-armv4.pl. */
2 @ Copyright 2007-2020 The OpenSSL Project Authors. All Rights Reserved.
22 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
27 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on
32 @ Profiler-assisted and platform-specific optimization resulted in 7%
38 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
44 @ Technical writers asserted that 3-way S4 pipeline can sustain
46 @ not be observed, see http://www.openssl.org/~appro/Snapdragon-S4.html
47 @ for further details. On side note Cortex-A15 processes one byte in
53 @ h[0-7], namely with most significant dword at *lower* address, which
[all …]
/freebsd/usr.bin/banner/
H A Dbanner.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
33 * banner - prints large signs
34 * banner [-w#] [-d] [-t] message ...
70 * 128+n -> print current line n times.
71 * 64+n -> this is last byte of char.
89 /* 110 */ 3, 81, 32, 129, 37, 5, 79, 35, 129, 36,
103 /* 250 */ 21, 112, 5, 129, 35, 40, 111, 5, 129, 36,
108 /* 300 */ 112, 6, 129, 36, 10, 96, 5, 114, 5, 129,
116 /* 380 */ 129, 39, 9, 72, 10, 129, 36, 15, 75, 10,
[all …]
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.output59 36 formal_arg_list :
67 41 expr : expr '+' $$6 expr
68 42 | expr '-' $$6 expr
385 $$4 goto 36
439 $$5 goto 41
457 state 36
469 formal_arg_list : . (36)
478 ')' reduce 36
516 41: shift/reduce conflict (shift 18, reduce 28) on '('
517 state 41
[all …]
/freebsd/contrib/byacc/test/yacc/
H A Dquote_calc4-s.tab.c10 #define YYEMPTY (-1)
14 #define YYENOMEM (-2)
110 #line 111 "quote_calc4-s.tab.c"
160 static const YYINT quote_calc4_lhs[] = { -1,
178 -38, 4, -36, 0, -51, -36, 6, -121, -249, 0,
179 0, -243, -36, -23, 0, -36, -36, -36, -36, -36,
180 -36, -36, 0, -121, 0, -121, -121, -121, -121, -121,
181 -121, -243,
184 0, 0, 0, 0, -9, 0, 0, 12, -10, 0,
185 0, -5, 0, 0, 0, 0, 0, 0, 0, 0,
[all …]
H A Dquote_calc3-s.tab.c10 #define YYEMPTY (-1)
14 #define YYENOMEM (-2)
110 #line 111 "quote_calc3-s.tab.c"
160 static const YYINT quote_calc3_lhs[] = { -1,
178 -38, 5, -36, 0, -51, -36, 7, -121, -248, 0,
179 0, -243, -36, -22, 0, -36, -36, -36, -36, -36,
180 -36, -36, 0, -121, 0, -121, -121, -121, -121, -121,
181 -121, -243,
184 0, 0, 0, 0, -9, 0, 0, 13, -10, 0,
185 0, -5, 0, 0, 0, 0, 0, 0, 0, 0,
[all …]
H A Dquote_calc2-s.tab.c10 #define YYEMPTY (-1)
14 #define YYENOMEM (-2)
110 #line 111 "quote_calc2-s.tab.c"
160 static const YYINT quote_calc2_lhs[] = { -1,
178 -38, 4, -36, 0, -51, -36, 6, -121, -249, 0,
179 0, -243, -36, -23, 0, -36, -36, -36, -36, -36,
180 -36, -36, 0, -121, 0, -121, -121, -121, -121, -121,
181 -121, -243,
184 0, 0, 0, 0, -9, 0, 0, 12, -10, 0,
185 0, -5, 0, 0, 0, 0, 0, 0, 0, 0,
[all …]
H A Dquote_calc-s.tab.c10 #define YYEMPTY (-1)
14 #define YYENOMEM (-2)
110 #line 111 "quote_calc-s.tab.c"
160 static const YYINT quote_calc_lhs[] = { -1,
178 -38, 5, -36, 0, -51, -36, 7, -121, -248, 0,
179 0, -243, -36, -22, 0, -36, -36, -36, -36, -36,
180 -36, -36, 0, -121, 0, -121, -121, -121, -121, -121,
181 -121, -243,
184 0, 0, 0, 0, -9, 0, 0, 13, -10, 0,
185 0, -5, 0, 0, 0, 0, 0, 0, 0, 0,
[all …]
H A Dquote_calc4.tab.c10 #define YYEMPTY (-1)
14 #define YYENOMEM (-2)
160 static const YYINT quote_calc4_lhs[] = { -1,
178 -38, 4, -36, 0, -51, -36, 6, -121, -249, 0,
179 0, -243, -36, -23, 0, -36, -36, -36, -36, -36,
180 -36, -36, 0, -121, 0, -121, -121, -121, -121, -121,
181 -121, -243,
184 0, 0, 0, 0, -9, 0, 0, 12, -10, 0,
185 0, -5, 0, 0, 0, 0, 0, 0, 0, 0,
186 0, 0, 0, 14, 0, -3, -2, -1, 1, 2,
[all …]

12345678910>>...43