Home
last modified time | relevance | path

Searched +full:30 +full:v (Results 1 – 25 of 1193) sorted by relevance

12345678910>>...48

/freebsd/contrib/tzcode/
H A Dzdump.855 .It Fl v
80 .It Fl V
82 .Fl v ,
173 1933-04-30 03 -0930 HDT 1
176 1945-08-14 13:30 -0930 HPT 1
177 1945-09-30 01 -1030 HST
178 1947-06-08 02:30 -10 HST
188 1933-04-30 and the time is 03:00:00 and the following time interval is
191 time is 02:30:00, and the following time interval is 10 hours west of
198 1924-04-30 23:47:48 +03
[all …]
/freebsd/bin/date/
H A Ddate.148 .Fl v
61 .Fl v
83 .Fl v
215 .Fl v
277 So, assuming the current date is March 26, 0:30 and that the DST adjustment
279 .Fl v No +1H
280 will adjust the date to March 26, 2:30.
281 Likewise, if the date is October 29, 0:30 and the DST adjustment means that
283 .Fl v No +3H
284 will be necessary to reach October 29, 2:30.
[all …]
H A Dvary.c82 vary_append(struct vary *v, char *arg) in vary_append() argument
86 if (v) { in vary_append()
87 result = v; in vary_append()
88 while (v->next) in vary_append()
89 v = v->next; in vary_append()
90 nextp = &v->next; in vary_append()
101 static int mdays[12] = { 31, 0, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
199 /* e.g., -v-1m on March, 31 is the last day of February in common sense */ in adjmon()
265 val *= 7; /* "-v+5w" == "5 weeks in the future" */ in adjwday()
274 val *= 7; /* "-v-5w" == "5 weeks ago" */ in adjwday()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dsgi3 # $File: sgi,v 1.24 2021/09/13 13:23:53 christos Exp $
58 0 string #Inventor\040V IRIS Inventor 1.0 file
63 !:strength -30
65 !:strength -30
69 !:strength -30
71 !:strength -30
74 0 string PmNs PCP compiled namespace (V.0)
76 >3 string >\0 (V.%1.1s)
78 >7 byte x (V.%d)
85 >7 byte x (V.%d)
[all …]
H A Dsgml3 # $File: sgml,v 1.53 2024/11/10 14:48:55 christos Exp $
60 !:strength + 30
63 !:strength + 30
67 !:strength + 30
75 !:strength + 30
79 !:strength + 30
82 !:strength + 30
85 !:strength + 30
88 !:strength + 30
91 !:strength + 30
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c114 #define Z_FACTOR_SAFE(v) (!((v) < Z_FACTOR_MIN || (v) > Z_FACTOR_MAX)) argument
324 Z_DIV(uint64_t v, uint32_t d) in Z_DIV() argument
328 hi = v >> 32; in Z_DIV()
329 lo = v & 0xffffffff; in Z_DIV()
347 #define _Z_GY2GX(i, a, v) \ argument
348 Z_DIV(((_Z_GCAST((i)->z_gx) * (v)) + ((i)->z_gy - (a) - 1)), \
351 #define _Z_GX2GY(i, a, v) \ argument
352 Z_DIV(((_Z_GCAST((i)->z_gy) * (v)) + (a)), (i)->z_gx)
357 #define z_gy2gx(i, v) _Z_GY2GX(i, (i)->z_alpha, v) argument
358 #define z_gx2gy(i, v) _Z_GX2GY(i, (i)->z_alpha, v) argument
[all …]
/freebsd/bin/pwait/
H A Dpwait.175 .It Fl v
94 The first one will sleep for 30 seconds and the second one for one hour.
98 $ sleep 30 & sleep 3600 &
111 $ sleep 30 & sleep 3600 &
114 $ pwait -v -t 5 1652 1653
122 processes in the background sleeping for 30 and 40 seconds respectively.
125 $ sleep 30 & sleep 40 &
128 $ pwait -v -t 60 1674 1675
131 [1]- Done sleep 30
/freebsd/sys/dev/etherswitch/ip17x/
H A Dip175c.c82 struct ip17x_vlan *v; in ip175c_port_vlan_setup() local
93 v = &sc->vlan[i]; in ip175c_port_vlan_setup()
94 ports[phy] = v->ports; in ip175c_port_vlan_setup()
117 err = ip17x_updatephy(sc->sc_dev, 30, 18, 0x00ff, reg[2]); in ip175c_port_vlan_setup()
124 struct ip17x_vlan *v; in ip175c_dot1q_vlan_setup() local
143 if (ip17x_updatephy(sc->sc_dev, 30, 9, 0x70, 0)) in ip175c_dot1q_vlan_setup()
149 v = &sc->vlan[i]; in ip175c_dot1q_vlan_setup()
150 if ((v->vlanid & ETHERSWITCH_VID_VALID) == 0) in ip175c_dot1q_vlan_setup()
152 vlans[v->vlanid & ETHERSWITCH_VID_MASK] = v->ports; in ip175c_dot1q_vlan_setup()
158 if (ip17x_writephy(sc->sc_dev, 30, i, data)) in ip175c_dot1q_vlan_setup()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha1.c1 /* $OpenBSD: sha1.c,v 1.27 2019/06/07 22:56:36 dtucker Exp $ */
42 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
43 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
44 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
45 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
46 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
80 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in SHA1Transform()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-phycore-som.dtsi209 gpmc,cs-rd-off-ns = <30>;
210 gpmc,cs-wr-off-ns = <30>;
212 gpmc,adv-rd-off-ns = <30>;
213 gpmc,adv-wr-off-ns = <30>;
217 gpmc,oe-off-ns = <30>;
218 gpmc,access-ns = <30>;
219 gpmc,rd-cycle-ns = <30>;
220 gpmc,wr-cycle-ns = <30>;
225 gpmc,wr-access-ns = <30>;
258 /* VDD_MPU voltage limits 0.95V - 1.325V with +/-4% tolerance */
[all …]
/freebsd/contrib/ldns/
H A Dsha1.c38 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
39 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
40 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
41 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
42 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
78 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in ldns_sha1_transform()
/freebsd/contrib/bearssl/test/
H A Dtest_x509.c46 #define DEFAULT_TIME "2016-08-30T18:00:00Z"
282 size_t v; in HT_expand() local
285 v = (size_t)(hc & ((uint32_t)n2 - 1)); in HT_expand()
287 e->next = new_buckets[v]; in HT_expand()
288 new_buckets[v] = e; in HT_expand()
505 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 in month_length()
793 size_t u, v, w, len; in parse_header_name() local
801 v = len - 1; in parse_header_name()
802 while (u < v && is_ws(buf[u])) { in parse_header_name()
805 while (u < v && is_ws(buf[v - 1])) { in parse_header_name()
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha1-alpha.pl33 $E="t9"; @V=($A,$B,$C,$D,$E);
78 sll $b,30,$b
101 sll $b,30,$b
128 sll $b,30,$b
151 sll $b,30,$t3
179 sll $b,30,$t3
213 sll $b,30,$b
277 for ($i=0;$i<20;$i++) { &BODY_00_19($i,@V); unshift(@V,pop(@V)); }
283 for (;$i<40;$i++) { &BODY_20_39($i,@V); unshift(@V,pop(@V)); }
289 for (;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
[all …]
H A Dsha1-s390x.pl21 # Performance is >30% better than gcc 3.3 generated code. But the real
68 $E="%r9"; @V=($A,$B,$C,$D,$E);
120 rll $b,$b,30
138 rll $b,$b,30
159 rll $b,$b,30
213 for ($i=0;$i<20;$i++) { &BODY_00_19($i,@V); unshift(@V,pop(@V)); }
217 for (;$i<40;$i++) { &BODY_20_39($i,@V); unshift(@V,pop(@V)); }
221 for (;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
225 for (;$i<80;$i++) { &BODY_20_39($i,@V); unshift(@V,pop(@V)); }
H A Dsha1-sparcv9a.pl34 # UltraSPARC-Tx and SPARC64-V[II] to be specific. Those who feel they
71 @V=($A,$B,$C,$D,$E);
130 # (*) SPARC64-V[II] was originally believed to have 2 cycles VIS
163 sll $b,30,$tmp2
182 sll $b,30,$tmp2
217 sll $b,30,$tmp2
236 sll $b,30,$tmp2
254 sll $b,30,$tmp2
269 sll $b,30,$tmp2
296 sll $b,30,$tmp2
[all …]
H A Dsha1-mb-x86_64.pl39 # fragments they range from 30% to 100% (on Haswell);
60 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
66 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
75 if (!$avx && `$ENV{CC} -v 2>&1` =~ /((?:clang|LLVM) version|.*based on LLVM) ([0-9]+\.[0-9]+)/) {
99 @V=($A,$B,$C,$D,$E)=map("%xmm$_",(0..4));
109 @V=($A,$B,$C,$D,$E)=map("%xmm$_",(10..14));
179 pslld \$30,$t1
186 por $t1,$b # b=rol(b,30)
211 pslld \$30,$t1
219 por $t1,$b # b=rol(b,30)
[all …]
H A Dsha1-ia64.pl87 shrp $b=tmp6,tmp6,2 } // b=ROTATE(b,30)
113 shrp $b=tmp6,tmp6,2 } // b=ROTATE(b,30)
143 shrp $b=tmp6,tmp6,2 } // b=ROTATE(b,30)
172 shrp $b=tmp6,tmp6,2 } // b=ROTATE(b,30)
193 shrp $b=tmp6,tmp6,2 };; // b=ROTATE(b,30) ;;?
221 shrp $b=tmp6,tmp6,2 } // b=ROTATE(b,30)
285 my @V=($A,$B,$C,$D,$E);
287 for($i=0;$i<16;$i++) { &BODY_00_15(\$code,$i,@V); unshift(@V,pop(@V)); }
288 for(;$i<20;$i++) { &BODY_16_19(\$code,$i,@V); unshift(@V,pop(@V)); }
289 for(;$i<40;$i++) { &BODY_20_39(\$code,$i,@V); unshift(@V,pop(@V)); }
[all …]
/freebsd/usr.bin/compress/doc/
H A Drevision.log3 * $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $
5 * Revision 4.0 85/07/30 12:50:00 joe
14 * Revision 3.5 85/06/30 20:47:21 jaw
51 * Revision 2.5 84/10/30 20:15:14 ames!jaw
89 * (-D -d -v -b 12), or combination thereof. Modes and other status is
117 "$Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $";
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dsha1.c20 /* $NetBSD: sha1.c,v 1.5 2000/01/22 22:19:14 mycroft Exp $ */
21 /* $OpenBSD: sha1.c,v 1.9 1997/07/23 21:12:32 kstailey Exp $ */
107 #define R0(v,w,x,y,z,i) \ argument
108 z += ((w & (x ^ y)) ^ y) + blk0(i) + 0x5A827999 + rol(v, 5); \
109 w = rol(w, 30);
110 #define R1(v,w,x,y,z,i) \ argument
111 z += ((w & (x ^ y)) ^ y) + blk(i) + 0x5A827999 + rol(v, 5); \
112 w = rol(w, 30);
113 #define R2(v,w,x,y,z,i) \ argument
114 z += (w ^ x ^ y) + blk(i) + 0x6ED9EBA1 + rol(v, 5); \
[all …]
/freebsd/usr.bin/m4/tests/
HDff_after_dnl.m4.uu1 $OpenBSD: src/regress/usr.bin/m4/ff_after_dnl.m4.uu,v 1.1.1.1 2000/07/01 00:31:01 espie Exp $
2 $NetBSD: ff_after_dnl.m4.uu,v 1.1 1997/12/30 23:30:53 cgd Exp $
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.cpp50 "v" #i, nullptr, 16, OFFSET(v) + i * 16, eEncodingVector, \
51 eFormatVectorOfUInt8, {arm64_dwarf::v##i, arm64_dwarf::v##i, INV, INV, \
57 "d" #i, nullptr, 8, OFFSET(v) + i * 16, eEncodingVector, \
64 "s" #i, nullptr, 4, OFFSET(v) + i * 16, eEncodingVector, \
71 "h" #i, nullptr, 2, OFFSET(v) + i * 16, eEncodingVector, \
324 OFFSET(x) + 30 * 8,
385 DEF_W(30),
451 DEF_V(30),
484 DEF_D(30),
517 DEF_S(30),
[all …]
/freebsd/lib/libc/nls/
H A Dfi_FI.ISO8859-1.msg28 11 Resurssin ristiinlukitus v�ltetty
42 18 Laitteiden v�linen linkki
66 30 Vain luettava tiedostoj�rjestelm�
88 41 V��r� protokolla socketille
152 73 V��r� RPC-versio
156 75 V��r� ohjelmaversio
158 76 V��r� RPC-pyynt� ohjelmalle
164 79 V��r� tiedostotyyppi tai -formaatti
188 10 V�yl�virhe
228 30 K�ytt�j�n m��ritelt�v� signaali 1
[all …]
/freebsd/contrib/netbsd-tests/lib/csu/arch/hppa/
H A Dh_initfini_align.S1 /* $NetBSD: h_initfini_align.S,v 1.1 2013/11/15 11:48:30 skrll Exp $ */
5 RCSID("$NetBSD: h_initfini_align.S,v 1.1 2013/11/15 11:48:30 skrll Exp $")
/freebsd/contrib/file/src/
H A Dasctime_r.c1 /* $File: asctime_r.c,v 1.3 2022/09/24 20:30:13 christos Exp $ */
5 FILE_RCSID("@(#)$File: asctime_r.c,v 1.3 2022/09/24 20:30:13 christos Exp $")
H A Dctime_r.c1 /* $File: ctime_r.c,v 1.3 2022/09/24 20:30:13 christos Exp $ */
5 FILE_RCSID("@(#)$File: ctime_r.c,v 1.3 2022/09/24 20:30:13 christos Exp $")

12345678910>>...48