Home
last modified time | relevance | path

Searched +full:- +full:31 (Results 1 – 25 of 1182) sorted by relevance

12345678910>>...48

/freebsd/stand/efi/libefi/
H A Dtime.c1 /*-
61 * month number used as the index (1 -> 12) for regular and leap years.
67 31,
68 31 + 28,
69 31 + 28 + 31,
70 31 + 28 + 31 + 30,
71 31 + 28 + 31 + 30 + 31,
72 31 + 28 + 31 + 30 + 31 + 30,
73 31 + 28 + 31 + 30 + 31 + 30 + 31,
74 31 + 28 + 31 + 30 + 31 + 30 + 31 + 31,
[all …]
/freebsd/stand/lua/
H A Dgfx-orb.lua1 --
2 -- SPDX-License-Identifier: BSD-2-Clause
3 --
4 -- Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org>
5 --
6 -- Redistribution and use in source and binary forms, with or without
7 -- modification, are permitted provided that the following conditions
8 -- are met:
9 -- 1. Redistributions of source code must retain the above copyright
10 -- notice, this list of conditions and the following disclaimer.
[all …]
/freebsd/stand/forth/
H A Dlogo-orb.4th1 \ Copyright (c) 2006-2015 Devin Teske <dteske@FreeBSD.org>
28 : logo+ ( x y c-addr/u -- x y' )
29 2swap 2dup at-xy 2swap \ position the cursor
35 : logo ( x y -- ) \ color Orb mascot (15 rows x 30 columns)
38 s" term-putimage" sfind if
42 s" /boot/images/freebsd-logo-rev.png"
49 s" @[31m``` @[31;1m`@[31m" logo+
50 s" s` `.....---...@[31;1m....--.``` -/@[31m" logo+
51 s" +o .--` @[31;1m/y:` +.@[31m" logo+
52 s" yo`:. @[31;1m:o `+-@[31m" logo+
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test-golden-lin.txt1 The non-test part of the code is expected to have 2 failures.
3 googletest-output-test_.cc:#: Failure
9 googletest-output-test_.cc:#: Failure
16 [----------] Global test environment set-up.
19 [----------] 1 test from ADeathTest
22 [----------] 1 test from ATypedDeathTest/0, where TypeParam = int
25 [----------] 1 test from ATypedDeathTest/1, where TypeParam = double
28 [----------] 1 test from My/ATypeParamDeathTest/0, where TypeParam = int
31 [----------] 1 test from My/ATypeParamDeathTest/1, where TypeParam = double
34 [----------] 2 tests from PassingTest
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-ppc64/blake3/
H A Db3_ppc64le_sse41.S1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
24 * Based on BLAKE3 v1.3.1, https://github.com/BLAKE3-team/BLAKE3
25 * Copyright (c) 2019-2022 Samuel Neves
26 * Copyright (c) 2022 Tino Reichardt <milky-zfs@mcmilk.de>
28 * This is converted assembly: SSE4.1 -> POWER8 PPC64 Little Endian
29 * Used tools: SIMDe https://github.com/simd-everywhere/simde
38 .byte 31
74 .byte 31
131 .byte 31
[all …]
H A Db3_ppc64le_sse2.S1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
24 * Based on BLAKE3 v1.3.1, https://github.com/BLAKE3-team/BLAKE3
25 * Copyright (c) 2019-2022 Samuel Neves and Matthew Krupcale
26 * Copyright (c) 2022 Tino Reichardt <milky-zfs@mcmilk.de>
28 * This is converted assembly: SSE2 -> POWER8 PPC64 Little Endian
29 * Used tools: SIMDe https://github.com/simd-everywhere/simde
40 .byte 31
154 .byte 31
158 .byte 31
[all …]
/freebsd/sys/crypto/openssl/powerpc/
H A Dpoly1305-ppcfp.S1 /* Do not modify. This file is auto-generated from poly1305-ppcfp.pl. */
9 stwu 1,-24(1)
31 beq- .Lno_key
153 .size poly1305_init_fpu,.-poly1305_init_fpu
160 beq- .Labort
162 stwu 1,-216(1)
181 stfd 31,208(1)
251 lfd 31,48(1)
266 fsub 31,31,11
274 fadd 31,31,6
[all …]
H A Dchacha-ppc.S1 /* Do not modify. This file is auto-generated from chacha-ppc.pl. */
13 stwu 1,-160(1)
33 stw 31,156(1)
61 lwz 31,156(1)
68 .size ChaCha20_ctr32_int,.-ChaCha20_ctr32_int
94 mr 31,15
110 xor 31,31,19
114 rotlwi 31,31,16
118 add 27,27,31
134 xor 31,31,19
[all …]
H A Dchachap10-ppc.S1 /* Do not modify. This file is auto-generated from chachap10-ppc.pl. */
11 stwu 1,-200(1)
25 stvx 31,11,1
27 li 12,-4096+63
50 lvsl 31,0,8
52 vxor 31,31,27
80 vspltisw 27,-16
230 vperm 0,0,0,31
231 vperm 4,4,4,31
232 vperm 8,8,8,31
[all …]
H A Dppc-mont.S1 /* Do not modify. This file is auto-generated from ppc-mont.pl. */
14 li 12,-4096
23 stw 20,-48(12)
24 stw 21,-44(12)
25 stw 22,-40(12)
26 stw 23,-36(12)
27 stw 24,-32(12)
28 stw 25,-28(12)
29 stw 26,-24(12)
30 stw 27,-20(12)
[all …]
H A Daesp8-ppc.S1 /* Do not modify. This file is auto-generated from aesp8-ppc.pl. */
15 bcl 20,31,$+4
17 addi 6,6,-0x58
33 li 6,-1
35 beq- .Lenc_key_abort
37 beq- .Lenc_key_abort
38 li 6,-2
40 blt- .Lenc_key_abort
42 bgt- .Lenc_key_abort
44 bne- .Lenc_key_abort
[all …]
/freebsd/sys/crypto/openssl/powerpc64/
H A Dpoly1305-ppcfp.S1 /* Do not modify. This file is auto-generated from poly1305-ppcfp.pl. */
12 stdu 1,-48(1)
34 beq- .Lno_key
156 .size poly1305_init_fpu,.-poly1305_init_fpu
165 beq- .Labort
167 stdu 1,-240(1)
186 stfd 31,232(1)
256 lfd 31,72(1)
271 fsub 31,31,11
279 fadd 31,31,6
[all …]
H A Dchachap10-ppc.S1 /* Do not modify. This file is auto-generated from chachap10-ppc.pl. */
13 stdu 1,-224(1)
17 li 12,-1
27 stvx 31,11,1
29 li 12,-4096+63
52 lvsl 31,0,8
54 vxor 31,31,27
82 vspltisw 27,-16
232 vperm 0,0,0,31
233 vperm 4,4,4,31
[all …]
H A Dchacha-ppc.S1 /* Do not modify. This file is auto-generated from chacha-ppc.pl. */
16 stdu 1,-256(1)
36 std 31,248(1)
64 ld 31,248(1)
71 .size ChaCha20_ctr32_int,.-ChaCha20_ctr32_int
97 mr 31,15
113 xor 31,31,19
117 rotlwi 31,31,16
121 add 27,27,31
137 xor 31,31,19
[all …]
H A Dppc-mont.S1 /* Do not modify. This file is auto-generated from ppc-mont.pl. */
15 li 12,-4096
24 std 20,-96(12)
25 std 21,-88(12)
26 std 22,-80(12)
27 std 23,-72(12)
28 std 24,-64(12)
29 std 25,-56(12)
30 std 26,-48(12)
31 std 27,-40(12)
[all …]
H A Daesp8-ppc.S1 /* Do not modify. This file is auto-generated from aesp8-ppc.pl. */
16 bcl 20,31,$+4
18 addi 6,6,-0x58
36 li 6,-1
38 beq- .Lenc_key_abort
40 beq- .Lenc_key_abort
41 li 6,-2
43 blt- .Lenc_key_abort
45 bgt- .Lenc_key_abort
47 bne- .Lenc_key_abort
[all …]
H A Dpoly1305-ppc.S1 /* Do not modify. This file is auto-generated from poly1305-ppc.pl. */
18 beq- .Lno_key
44 .size poly1305_init_int,.-poly1305_init_int
54 beq- .Labort
56 stdu 1,-192(1)
62 std 31,184(1)
82 li 31,8
85 lwbrx 31,31,4
88 insrdi 31,11,32,0
92 adde 8,8,31
[all …]
/freebsd/sys/crypto/openssl/powerpc64le/
H A Dpoly1305-ppcfp.S1 /* Do not modify. This file is auto-generated from poly1305-ppcfp.pl. */
12 stdu 1,-48(1)
34 beq- .Lno_key
156 .size poly1305_init_fpu,.-poly1305_init_fpu
165 beq- .Labort
167 stdu 1,-240(1)
186 stfd 31,232(1)
256 lfd 31,72(1)
271 fsub 31,31,11
279 fadd 31,31,6
[all …]
H A Dppc-mont.S1 /* Do not modify. This file is auto-generated from ppc-mont.pl. */
15 li 12,-4096
24 std 20,-96(12)
25 std 21,-88(12)
26 std 22,-80(12)
27 std 23,-72(12)
28 std 24,-64(12)
29 std 25,-56(12)
30 std 26,-48(12)
31 std 27,-40(12)
[all …]
H A Daesp8-ppc.S1 /* Do not modify. This file is auto-generated from aesp8-ppc.pl. */
16 bcl 20,31,$+4
18 addi 6,6,-0x58
36 li 6,-1
38 beq- .Lenc_key_abort
40 beq- .Lenc_key_abort
41 li 6,-2
43 blt- .Lenc_key_abort
45 bgt- .Lenc_key_abort
47 bne- .Lenc_key_abort
[all …]
/freebsd/contrib/bearssl/src/int/
H A Di31_montmul.c34 * d <- (d + xu*y + f*m) / 2^31 in br_i31_montymul()
35 * We have xu <= 2^31-1 and f <= 2^31-1. in br_i31_montymul()
36 * Thus, if d <= 2*m-1 on input, then: in br_i31_montymul()
37 * 2*m-1 + 2*(2^31-1)*m <= (2^32)*m-1 in br_i31_montymul()
40 * We represent d over 31-bit words, with an extra word 'dh' in br_i31_montymul()
46 len = (m[0] + 31) >> 5; in br_i31_montymul()
53 * d[v+1] <= 2^31-1 in br_i31_montymul()
54 * xu*y[v+1] <= (2^31-1)*(2^31-1) in br_i31_montymul()
55 * f*m[v+1] <= (2^31-1)*(2^31-1) in br_i31_montymul()
56 * r <= 2^32-1 in br_i31_montymul()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-timegm.c53 {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}, in timegm()
54 {31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}}; in timegm()
58 if (tm->tm_mon > 12 || in timegm()
59 tm->tm_mon < 0 || in timegm()
60 tm->tm_mday > 31 || in timegm()
61 tm->tm_min > 60 || in timegm()
62 tm->tm_sec > 60 || in timegm()
63 tm->tm_hour > 24) { in timegm()
68 for (i = 70; i < tm->tm_year; ++i) in timegm()
71 for (i = 0; i < tm->tm_mon; ++i) in timegm()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac2_mac.h1 /* SPDX-License-Identifier: ISC */
46 #define MT_TX_FREE_PAIR BIT(31)
50 #define MT_TXD0_Q_IDX GENMASK(31, 25)
55 #define MT_TXD1_LONG_FORMAT BIT(31)
67 #define MT_TXD2_FIX_RATE BIT(31)
83 #define MT_TXD3_SN_VALID BIT(31)
97 #define MT_TXD4_PN_LOW GENMASK(31, 0)
99 #define MT_TXD5_PN_HIGH GENMASK(31, 16)
107 #define MT_TXD6_TX_IBF BIT(31)
119 #define MT_TXD7_TXD_LEN GENMASK(31, 30)
[all …]
/freebsd/contrib/unbound/compat/
H A Dgmtime_r.c36 { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 },
37 { 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
61 --days;
64 rem -= SECSPERDAY;
67 tmp->tm_hour = (int) (rem / SECSPERHOUR);
69 tmp->tm_min = (int) (rem / SECSPERMIN);
74 tmp->tm_sec = (int) (rem % SECSPERMIN) ;
75 tmp->tm_wday = (int) ((EPOCH_WDAY + days) % DAYSPERWEEK);
76 if (tmp->tm_wday < 0)
77 tmp->tm_wday += DAYSPERWEEK;
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dtimegm.c54 {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}, in rk_timegm()
55 {31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}}; in rk_timegm()
59 if (tm->tm_year < 0) in rk_timegm()
60 return -1; in rk_timegm()
61 if (tm->tm_mon < 0 || tm->tm_mon > 11) in rk_timegm()
62 return -1; in rk_timegm()
63 if (tm->tm_mday < 1 || tm->tm_mday > ndays[is_leap(tm->tm_year)][tm->tm_mon]) in rk_timegm()
64 return -1; in rk_timegm()
65 if (tm->tm_hour < 0 || tm->tm_hour > 23) in rk_timegm()
66 return -1; in rk_timegm()
[all …]

12345678910>>...48