Home
last modified time | relevance | path

Searched +full:20 +full:w (Results 1 – 25 of 1507) sorted by relevance

12345678910>>...61

/freebsd/usr.bin/jot/tests/
H A Dregress.sh6 REGRESSION_TEST(`x', `jot -w "%X" -s , 100 1 200')
7 REGRESSION_TEST(`hhhh', `jot 50 20 120 2')
8 REGRESSION_TEST(`hhhd', `jot 50 20 120 -')
9 REGRESSION_TEST(`hhdh', `jot 50 20 - 2')
10 REGRESSION_TEST(`hhdd', `jot 50 20 - -')
15 REGRESSION_TEST(`dhhh', `jot - 20 120 2')
16 REGRESSION_TEST(`dhhd', `jot - 20 120 -')
17 REGRESSION_TEST(`dhdh', `jot - 20 - 2')
18 REGRESSION_TEST(`dhdd', `jot - 20 - -')
23 REGRESSION_TEST(`hhhh2', `jot 30 20 160 2')
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchFixupKinds.h32 // 20-bit fixup corresponding to %abs_hi20(foo) for instruction lu12i.w.
36 // 20-bit fixup corresponding to %abs64_lo20(foo) for instruction lu32i.d.
40 // 20-bit fixup corresponding to %le_hi20(foo) for instruction lu12i.w.
44 // 20-bit fixup corresponding to %le64_lo20(foo) for instruction lu32i.d.
57 // 20-bit fixup corresponding to %pc_hi20(foo) for instruction pcalau12i.
60 // 12-bit fixup corresponding to %pc_lo12(foo) for instructions like addi.w/d.
62 // 20-bit fixup corresponding to %pc64_lo20(foo) for instruction lu32i.d.
66 // 20-bit fixup corresponding to %got_pc_hi20(foo) for instruction pcalau12i.
69 // ld.w/ld.d/add.d.
71 // 20-bit fixup corresponding to %got64_pc_lo20(foo) for instruction lu32i.d.
[all …]
/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m15.c95 * value is the resulting carry. The source (w) and destination (d)
99 norm13(uint32_t *d, const uint32_t *w, size_t len) in norm13() argument
108 z = w[u] + cc; in norm13()
117 * on 13 bits; source operands use 20 words, destination operand
121 * fit on 13 bits; source operand uses 20 words, destination operand
131 * Two-level Karatsuba: turns a 20x20 multiplication into in mul20()
135 * - First Karatsuba decomposition turns the 20x20 mul on in mul20()
148 uint32_t u[45], v[45], w[90]; in mul20() local
186 #define CPR1(w, cprcc) do { \ in mul20() argument
187 uint32_t cprz = (w) + cprcc; \ in mul20()
[all …]
H A Dec_c25519_m15.c37 for (u = 0; u < 20; u ++) {
40 for (u = 0; u < 20; u ++) {
48 for (u = 0; u < 20; u ++) {
49 uint32_t w;
52 w = x[u];
56 w <<= k;
60 tmp[35 - k] |= (unsigned char)w;
61 tmp[34 - k] |= (unsigned char)(w >> 8);
62 tmp[33 - k] |= (unsigned char)(w >> 16);
63 tmp[32 - k] |= (unsigned char)(w >> 24);
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Drandom22 concept uniform_random_bit_generator = see below; // C++20
42 explicit linear_congruential_engine(result_type s = default_seed); // before C++20
43 linear_congruential_engine() : linear_congruential_engine(default_seed) {} // C++20
44 explicit linear_congruential_engine(result_type s); // C++20
76 template <class UIntType, size_t w, size_t n, size_t m, size_t r,
86 static constexpr size_t word_size = w;
100 static constexpr result_type max() { return 2^w - 1; }
104 explicit mersenne_twister_engine(result_type s = default_seed); // before C++20
105 mersenne_twister_engine() : mersenne_twister_engine(default_seed) {} // C++20
106 explicit mersenne_twister_engine(result_type s); // C++20
[all …]
/freebsd/sys/dev/ic/
H A Dns16550.h38 #define com_data 0 /* data register (R/W) */
41 #define com_ier 1 /* interrupt enable register (W) */
53 #define IER_BITS "\20\1ERXRDY\2ETXRDY\3ERLS\4EMSC\5RXTMOUT"
67 #define IIR_BITS "\20\1NOPEND\2TXRDY\3RXRDY"
69 #define com_lcr 3 /* line control register (R/W) */
70 #define com_cfcr com_lcr /* character format control register (R/W) */
99 #define com_mcr 4 /* modem control register (R/W) */
109 #define MCR_BITS "\20\1DTR\2RTS\3DRS\4IE\5LOOPBACK\10PRESCALE"
111 #define com_lsr 5 /* line status register (R/W) */
125 #define LSR_BITS "\20\1RXRDY\2OE\3PE\4FE\5BI\6THRE\7TEMT\10RCV_FIFO"
[all …]
/freebsd/lib/msun/ld80/
H A De_powl.c181 2.6176170809902549338711E-20L,
182 -1.0126791927256478897086E-20L,
184 1.2207982955417546912101E-20L,
186 1.3164426894366316434230E-20L,
187 -1.8527916071632873716786E-20L,
188 1.8950325588932570796551E-20L,
189 1.5564775779538780478155E-20L,
191 -2.0208749253662532228949E-20L,
192 1.4966292219224761844552E-20L,
195 -1.2327176863327626135542E-20L,
[all …]
H A Dk_tanl.c36 pio4lo_hi = -1.2541394031670831e-20, /* -0x1d9cceba3f91f2.0p-119 */
49 pio4lo = -1.25413940316708300586e-20L; /* -0xece675d1fc8f8cbb.0p-130 */
69 long double z, r, v, w, s; in __kernel_tanl() local
81 w = pio4lo - y; in __kernel_tanl()
82 x = z + w; in __kernel_tanl()
88 w = z * z; in __kernel_tanl()
89 r = T5 + w * (T9 + w * (T13 + w * (T17 + w * (T21 + in __kernel_tanl()
90 w * (T25 + w * (T29 + w * T33)))))); in __kernel_tanl()
91 v = z * (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 + in __kernel_tanl()
92 w * (T27 + w * T31)))))); in __kernel_tanl()
[all …]
/freebsd/contrib/netbsd-tests/net/arp/
H A Dt_arp.sh110 atf_check -s exit:0 rump.ifconfig -w 10
123 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet.arp.keep=$keep
129 atf_check -s exit:0 rump.ifconfig -w 10
153 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4DST
200 atf_check -s exit:0 -o ignore rump.arp -s 10.0.1.10 b2:a0:20:00:00:10
202 atf_check -s exit:0 -o match:'b2:a0:20:00:00:10' rump.arp -n 10.0.1.10
210 10.0.1.11 b2:a0:20:00:00:11
211 10.0.1.12 b2:a0:20:00:00:12
212 10.0.1.13 b2:a0:20:00:00:13
213 10.0.1.14 b2:a0:20:00:00:14
[all …]
/freebsd/contrib/bearssl/src/symcipher/
H A Dpoly1305_ctmulq.c55 * If the current accumulator is a = a0 + a1*W + a2*W^2 (where W = 2^44)
56 * and r = r0 + r1*W + r2*W^2, then:
59 * + (a0*r1 + a1*r0) * W
60 * + (a0*r2 + a1*r1 + a2*r0) * W^2
61 * + (a1*r2 + a2*r1) * W^3
62 * + (a2*r2) * W^4
64 * We want to reduce that value modulo p = 2^130-5, so W^3 = 20 mod p,
65 * and W^4 = 20*W mod p. Thus, if we define u1 = 20*r1 and u2 = 20*r2,
87 * e0 = c0 + 20*d2
103 * by 20 bits (since they all fit on 44 bits each, this shift is
[all …]
/freebsd/lib/msun/src/
H A De_rem_pio2.c53 double z,w,t,r,fn; in __ieee754_rem_pio2() local
124 if(ix<0x413921fb) { /* |x| ~< 2^20*(pi/2), medium size */ in __ieee754_rem_pio2()
129 w = fn*pio2_1t; /* 1st round good to 85 bit */ in __ieee754_rem_pio2()
132 j = ix>>20; in __ieee754_rem_pio2()
133 y[0] = r-w; in __ieee754_rem_pio2()
135 i = j-((high>>20)&0x7ff); in __ieee754_rem_pio2()
138 w = fn*pio2_2; in __ieee754_rem_pio2()
139 r = t-w; in __ieee754_rem_pio2()
140 w = fn*pio2_2t-((t-r)-w); in __ieee754_rem_pio2()
[all...]
H A Ds_rint.c38 double w,t; in rint() local
41 j0 = ((i0>>20)&0x7ff)-0x3ff; in rint()
42 if(j0<20) { in rint()
49 STRICT_ASSIGN(double,w,TWO52[sx]+x); in rint()
50 t = w-TWO52[sx]; in rint()
62 * w = TWO52[sx]+x, adjust the 0.25 bit to a lower in rint()
76 i = ((u_int32_t)(0xffffffff))>>(j0-20); in rint()
79 if((i1&i)!=0) i1 = (i1&(~i))|((0x40000000)>>(j0-20)); in rint()
82 STRICT_ASSIGN(double,w,TWO52[sx]+x); in rint()
83 return w-TWO52[sx]; in rint()
H A De_log.c87 double hfsq,f,s,z,R,w,t1,t2,dk; in log() local
102 k += (hx>>20)-1023; in log()
106 k += (i>>20); in log()
108 if((0x000fffff&(2+hx))<3) { /* -2**-20 <= f < 2**-20 */ in log()
125 w = z*z; in log()
127 t1= w*(Lg2+w*(Lg4+w*Lg6)); in log()
128 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); in log()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa_patches.c168 hdac_pin_patch(struct hdaa_widget *w) in hdac_pin_patch() argument
172 nid_t nid = w->nid; in hdac_pin_patch()
174 config = orig = w->wclass.pin.config; in hdac_pin_patch()
175 id = hdaa_codec_id(w->devinfo); in hdac_pin_patch()
176 subid = hdaa_card_id(w->devinfo); in hdac_pin_patch()
200 case 20: in hdac_pin_patch()
216 case 20: in hdac_pin_patch()
231 case 20: /* Two mics together */ in hdac_pin_patch()
312 case 20: in hdac_pin_patch()
324 case 20: in hdac_pin_patch()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_powerpc_altivec_common.h32 #define VR0_(REG, ...) "%[w"#REG"]"
33 #define VR1_(_1, REG, ...) "%[w"#REG"]"
34 #define VR2_(_1, _2, REG, ...) "%[w"#REG"]"
35 #define VR3_(_1, _2, _3, REG, ...) "%[w"#REG"]"
36 #define VR4_(_1, _2, _3, _4, REG, ...) "%[w"#REG"]"
37 #define VR5_(_1, _2, _3, _4, _5, REG, ...) "%[w"#REG"]"
38 #define VR6_(_1, _2, _3, _4, _5, _6, REG, ...) "%[w"#REG"]"
39 #define VR7_(_1, _2, _3, _4, _5, _6, _7, REG, ...) "%[w"#REG"]"
59 #define VR(X) "%[w"#X"]"
61 #define RVR0_(REG, ...) [w##REG] "v" (w##REG)
[all …]
/freebsd/bin/date/tests/
H A Dformat_string_test.sh118 format_string_test C C 19 20
119 format_string_test c c "Sat Feb 7 07:04:03 1970" "Mon Nov 12 21:20:00 2001"
132 format_string_test M M 04 20
136 format_string_test R R 07:04 21:20
137 format_string_test r r "07:04:03 AM" "09:20:00 PM"
144 format_string_test W W 05 46
145 format_string_test w w 6 1
146 format_string_test X X "07:04:03" "21:20:00"
153 format_string_test plus + "Sat Feb 7 07:04:03 UTC 1970" "Mon Nov 12 21:20:00 UTC 2001"
158 iso8601_string_test minutes minutes "" "1970-02-07T07:04+00:00" "2001-11-12T21:20+00:00"
[all …]
/freebsd/tools/regression/gaithrstress/
H A Dgaithrstress.c102 struct worker *w = arg; in work() local
132 if (ts_total.tv_sec > w->w_max_lookup_time.tv_sec || in work()
133 (ts_total.tv_sec == w->w_max_lookup_time.tv_sec && in work()
134 ts_total.tv_nsec > w->w_max_lookup_time.tv_sec)) in work()
135 w->w_max_lookup_time = ts_total; in work()
138 w->w_lookup_success++; in work()
141 w->w_lookup_failure++; in work()
197 while ((ch = getopt(argc, argv, "4s:t:w:")) != -1) { in main()
212 case 'w': in main()
218 "[-t threads] [-w wordfile]\n", getprogname()); in main()
[all …]
/freebsd/sys/riscv/riscv/
H A Ddb_disasm.c56 #define RS2_SHIFT 20
58 #define IMM_SHIFT 20
162 { "amoadd.w", "d,t,0(s)", MATCH_AMOADD_W, MASK_AMOADD_W, m_op },
163 { "amoxor.w", "d,t,0(s)", MATCH_AMOXOR_W, MASK_AMOXOR_W, m_op },
164 { "amoor.w", "d,t,0(s)", MATCH_AMOOR_W, MASK_AMOOR_W, m_op },
165 { "amoand.w", "d,t,0(s)", MATCH_AMOAND_W, MASK_AMOAND_W, m_op },
166 { "amomin.w", "d,t,0(s)", MATCH_AMOMIN_W, MASK_AMOMIN_W, m_op },
167 { "amomax.w", "d,t,0(s)", MATCH_AMOMAX_W, MASK_AMOMAX_W, m_op },
168 { "amominu.w", "d,t,0(s)", MATCH_AMOMINU_W, MASK_AMOMINU_W,m_op },
169 { "amomaxu.w", "d,t,0(s)", MATCH_AMOMAXU_W, MASK_AMOMAXU_W,m_op },
[all …]
/freebsd/lib/libc/nls/
H A Dpl_PL.ISO8859-2.msg20 7 Zbyt d�uga lista argument�w
26 10 Brak proces�w potomnych
28 11 Unikni�to zakleszczenia zasob�w
46 20 To nie jest katalog
52 23 Zbyt wiele otwartych plik�w w systemie
54 24 Zbyt wiele otwartych plik�w
66 30 System plik�w tylko do odczytu
78 36 Operacja jest w�a�nie wykonywana
98 46 Nieobs�ugiwana rodzina protoko��w
100 47 Rodzina adres�w nie jest obs�ugiwana przez rodzin� protoko��w
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td696 let Inst{22-20} = opc22_20;
715 let Inst{22-20} = opc22_20;
795 // the ".w" suffix to indicate that they are wide.
799 T2I_bin_irs<opcod, opc, iii, iir, iis, opnode, Commutable, ".w"> {
800 // Assembler aliases w/ the ".w" suffix.
801 def : t2InstAlias<!strconcat(opc, "${s}${p}.w", " $Rd, $Rn, $imm"),
804 // Assembler aliases w/o the ".w" suffix.
813 def : t2InstAlias<!strconcat(opc, "${s}${p}.w", " $Rdn, $imm"),
831 opc, ".w\t$Rd, $Rn, $imm",
929 opc, ".w\t$Rd, $Rn, $imm",
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DOPENSSL_s390xcap.324 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
235 \& # 20 1<<43 KM\-AES\-256
243 \& # 20 1<<43 KMC\-AES\-256
249 \& # 20 1<<43 KMAC\-AES\-256
258 \& # 20 1<<43 KMO\-AES\-256
264 \& # 20 1<<43 KMF\-AES\-256
273 \& # 20 1<<43 KMA\-GCM\-AES\-256
/freebsd/lib/libc/locale/
H A Dwcwidth.356 breaks lines that are more than 20 column positions wide,
62 int column, w;
67 if (w > 0 && column + w >= 20) {
74 else if (w > 0)
75 column += w;
/freebsd/sys/net/altq/
H A Daltq_red.c177 int w, i; in red_alloc() local
233 w = rp->red_weight; in red_alloc()
234 for (i = 0; w > 1; i++) in red_alloc()
235 w = w >> 1; in red_alloc()
237 w = 1 << rp->red_wshift; in red_alloc()
238 if (w != rp->red_weight) { in red_alloc()
240 rp->red_weight, w); in red_alloc()
241 rp->red_weight = w; in red_alloc()
503 if ((flowlabel & (IPTOS_ECN_MASK << 20)) == in mark_ecn()
504 (IPTOS_ECN_NOTECT << 20)) in mark_ecn()
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Dsha1-internal.c144 #define R0(v,w,x,y,z,i) \ argument
145 z += ((w & (x ^ y)) ^ y) + blk0(i) + 0x5A827999 + rol(v, 5); \
146 w = rol(w, 30);
147 #define R1(v,w,x,y,z,i) \ argument
148 z += ((w & (x ^ y)) ^ y) + blk(i) + 0x5A827999 + rol(v, 5); \
149 w = rol(w, 30);
150 #define R2(v,w,x,y,z,i) \ argument
151 z += (w ^ x ^ y) + blk(i) + 0x6ED9EBA1 + rol(v, 5); w = rol(w, 30);
152 #define R3(v,w,x,y,z,i) \ argument
153 z += (((w | x) & y) | (w & x)) + blk(i) + 0x8F1BBCDC + rol(v, 5); \
[all …]
/freebsd/sys/crypto/
H A Dsha1.c57 #define K(t) _K[(t) / 20]
69 #define W(n) (ctxt->m.b32[(n)]) macro
110 ctxt->m.b8[20] = tctxt.m.b8[23]; ctxt->m.b8[21] = tctxt.m.b8[22]; in sha1_step()
111 ctxt->m.b8[22] = tctxt.m.b8[21]; ctxt->m.b8[23] = tctxt.m.b8[20]; in sha1_step()
136 for (t = 0; t < 20; t++) { in sha1_step()
139 W(s) = S(1, W((s+13) & 0x0f) ^ W((s+8) & 0x0f) ^ W((s+2) & 0x0f) ^ W(s)); in sha1_step()
141 tmp = S(5, a) + F0(b, c, d) + e + W(s) + K(t); in sha1_step()
144 for (t = 20; t < 40; t++) { in sha1_step()
146 W(s) = S(1, W((s+13) & 0x0f) ^ W((s+8) & 0x0f) ^ W((s+2) & 0x0f) ^ W(s)); in sha1_step()
147 tmp = S(5, a) + F1(b, c, d) + e + W(s) + K(t); in sha1_step()
[all …]

12345678910>>...61