Home
last modified time | relevance | path

Searched refs:bandwidth (Results 1 – 25 of 7698) sorted by relevance

12345678910>>...308

/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/2wire/
H A D2wire225 my $bandwidth = shift;
238 if($bandwidth->{$str.'_u_t'} <= $up || $bandwidth->{$str.'_d_t'} <= $down) {
239 $bandwidth->{$str.'_u_c'} = $up - $bandwidth->{$str.'_u_t'};
240 $bandwidth->{$str.'_d_c'} = $down - $bandwidth->{$str.'_d_t'};
247 elsif($bandwidth->{$str.'_u_t'} > $up || $bandwidth->{$str.'_d_t'} > $down) {
252 $bandwidth->{$str.'_u_c'} += $up - $bandwidth->{$str.'_u_t'};
253 $bandwidth->{$str.'_d_c'} += $down - $bandwidth->{$str.'_d_t'};
267 my %bandwidth = ();
278 print "total.value ", $bandwidth{'month_u_c'}+$bandwidth{'month_d_c'},"\n";
284 print "total.value ", $bandwidth{'week_u_c'}+$bandwidth{'week_d_c'},"\n";
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.kernel/
H A Dfunction.c116 x /= bandwidth; in gaussianKernel4()
128 if (x > bandwidth) in uniformKernel()
148 if (x > bandwidth) in triangularKernel()
158 x /= bandwidth; in triangularKernel()
167 if (x > bandwidth) in epanechnikovKernel()
178 x /= bandwidth; in epanechnikovKernel()
188 if (x > bandwidth) in quarticKernel()
199 x /= bandwidth; in quarticKernel()
209 if (x > bandwidth) in triweightKernel()
220 x /= bandwidth; in triweightKernel()
[all …]
/dports/net-mgmt/py-pyeapi/pyeapi-0.8.4/test/fixtures/
H A Drunning_config.portchannel31 no bandwidth percent
37 no bandwidth percent
43 no bandwidth percent
49 no bandwidth percent
55 no bandwidth percent
61 no bandwidth percent
67 no bandwidth percent
73 no bandwidth percent
79 no bandwidth percent
85 no bandwidth percent
[all …]
/dports/math/octave/octave-6.4.0/scripts/linear-algebra/
H A Dbandwidth.m29 ## Compute the bandwidth of @var{A}.
32 ## bandwidth and @qcode{"upper"} for the upper bandwidth. If no @var{type} is
76 %! [a,b] = bandwidth (speye (100));
83 %! [a,b] = bandwidth (A);
90 %!assert (bandwidth ([]), 0)
98 %!assert (bandwidth ([0,1,2,0]), 0)
101 %! [a,b] = bandwidth ([]);
104 %! [a,b] = bandwidth (zeros (3,3));
107 %! [a,b] = bandwidth (ones (5,5));
111 %!error bandwidth ()
[all …]
/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/
H A Dbandwidth.h126 void tr_bandwidthDestruct(tr_bandwidth* bandwidth);
145 unsigned int* value = &bandwidth->band[dir].desiredSpeed_Bps; in tr_bandwidthSetDesiredSpeed_Bps()
157 return bandwidth->band[dir].desiredSpeed_Bps; in tr_bandwidthGetDesiredSpeed_Bps()
165 bool* value = &bandwidth->band[dir].isLimited; in tr_bandwidthSetLimited()
174 static inline bool tr_bandwidthIsLimited(tr_bandwidth const* bandwidth, tr_direction dir) in tr_bandwidthIsLimited() argument
176 return bandwidth->band[dir].isLimited; in tr_bandwidthIsLimited()
209 void tr_bandwidthSetParent(tr_bandwidth* bandwidth, tr_bandwidth* parent);
219 bool* value = &bandwidth->band[direction].honorParentLimits; in tr_bandwidthHonorParentLimits()
227 TR_ASSERT(tr_isBandwidth(bandwidth)); in tr_bandwidthAreParentLimitsHonored()
230 return bandwidth->band[direction].honorParentLimits; in tr_bandwidthAreParentLimitsHonored()
[all …]
/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/
H A Dbandwidth.h126 void tr_bandwidthDestruct(tr_bandwidth* bandwidth);
145 unsigned int* value = &bandwidth->band[dir].desiredSpeed_Bps; in tr_bandwidthSetDesiredSpeed_Bps()
157 return bandwidth->band[dir].desiredSpeed_Bps; in tr_bandwidthGetDesiredSpeed_Bps()
165 bool* value = &bandwidth->band[dir].isLimited; in tr_bandwidthSetLimited()
174 static inline bool tr_bandwidthIsLimited(tr_bandwidth const* bandwidth, tr_direction dir) in tr_bandwidthIsLimited() argument
176 return bandwidth->band[dir].isLimited; in tr_bandwidthIsLimited()
209 void tr_bandwidthSetParent(tr_bandwidth* bandwidth, tr_bandwidth* parent);
219 bool* value = &bandwidth->band[direction].honorParentLimits; in tr_bandwidthHonorParentLimits()
227 TR_ASSERT(tr_isBandwidth(bandwidth)); in tr_bandwidthAreParentLimitsHonored()
230 return bandwidth->band[direction].honorParentLimits; in tr_bandwidthAreParentLimitsHonored()
[all …]
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/
H A Dbandwidth.h126 void tr_bandwidthDestruct(tr_bandwidth* bandwidth);
145 unsigned int* value = &bandwidth->band[dir].desiredSpeed_Bps; in tr_bandwidthSetDesiredSpeed_Bps()
157 return bandwidth->band[dir].desiredSpeed_Bps; in tr_bandwidthGetDesiredSpeed_Bps()
165 bool* value = &bandwidth->band[dir].isLimited; in tr_bandwidthSetLimited()
174 static inline bool tr_bandwidthIsLimited(tr_bandwidth const* bandwidth, tr_direction dir) in tr_bandwidthIsLimited() argument
176 return bandwidth->band[dir].isLimited; in tr_bandwidthIsLimited()
209 void tr_bandwidthSetParent(tr_bandwidth* bandwidth, tr_bandwidth* parent);
219 bool* value = &bandwidth->band[direction].honorParentLimits; in tr_bandwidthHonorParentLimits()
227 TR_ASSERT(tr_isBandwidth(bandwidth)); in tr_bandwidthAreParentLimitsHonored()
230 return bandwidth->band[direction].honorParentLimits; in tr_bandwidthAreParentLimitsHonored()
[all …]
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/
H A Dbandwidth.h126 void tr_bandwidthDestruct(tr_bandwidth* bandwidth);
145 unsigned int* value = &bandwidth->band[dir].desiredSpeed_Bps; in tr_bandwidthSetDesiredSpeed_Bps()
157 return bandwidth->band[dir].desiredSpeed_Bps; in tr_bandwidthGetDesiredSpeed_Bps()
165 bool* value = &bandwidth->band[dir].isLimited; in tr_bandwidthSetLimited()
174 static inline bool tr_bandwidthIsLimited(tr_bandwidth const* bandwidth, tr_direction dir) in tr_bandwidthIsLimited() argument
176 return bandwidth->band[dir].isLimited; in tr_bandwidthIsLimited()
209 void tr_bandwidthSetParent(tr_bandwidth* bandwidth, tr_bandwidth* parent);
219 bool* value = &bandwidth->band[direction].honorParentLimits; in tr_bandwidthHonorParentLimits()
227 TR_ASSERT(tr_isBandwidth(bandwidth)); in tr_bandwidthAreParentLimitsHonored()
230 return bandwidth->band[direction].honorParentLimits; in tr_bandwidthAreParentLimitsHonored()
[all …]
/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/
H A Dbandwidth.h126 void tr_bandwidthDestruct(tr_bandwidth* bandwidth);
145 unsigned int* value = &bandwidth->band[dir].desiredSpeed_Bps; in tr_bandwidthSetDesiredSpeed_Bps()
157 return bandwidth->band[dir].desiredSpeed_Bps; in tr_bandwidthGetDesiredSpeed_Bps()
165 bool* value = &bandwidth->band[dir].isLimited; in tr_bandwidthSetLimited()
174 static inline bool tr_bandwidthIsLimited(tr_bandwidth const* bandwidth, tr_direction dir) in tr_bandwidthIsLimited() argument
176 return bandwidth->band[dir].isLimited; in tr_bandwidthIsLimited()
209 void tr_bandwidthSetParent(tr_bandwidth* bandwidth, tr_bandwidth* parent);
219 bool* value = &bandwidth->band[direction].honorParentLimits; in tr_bandwidthHonorParentLimits()
227 TR_ASSERT(tr_isBandwidth(bandwidth)); in tr_bandwidthAreParentLimitsHonored()
230 return bandwidth->band[direction].honorParentLimits; in tr_bandwidthAreParentLimitsHonored()
[all …]
/dports/www/transmission-web/transmission-3.00/libtransmission/
H A Dbandwidth.h126 void tr_bandwidthDestruct(tr_bandwidth* bandwidth);
145 unsigned int* value = &bandwidth->band[dir].desiredSpeed_Bps; in tr_bandwidthSetDesiredSpeed_Bps()
157 return bandwidth->band[dir].desiredSpeed_Bps; in tr_bandwidthGetDesiredSpeed_Bps()
165 bool* value = &bandwidth->band[dir].isLimited; in tr_bandwidthSetLimited()
174 static inline bool tr_bandwidthIsLimited(tr_bandwidth const* bandwidth, tr_direction dir) in tr_bandwidthIsLimited() argument
176 return bandwidth->band[dir].isLimited; in tr_bandwidthIsLimited()
209 void tr_bandwidthSetParent(tr_bandwidth* bandwidth, tr_bandwidth* parent);
219 bool* value = &bandwidth->band[direction].honorParentLimits; in tr_bandwidthHonorParentLimits()
227 TR_ASSERT(tr_isBandwidth(bandwidth)); in tr_bandwidthAreParentLimitsHonored()
230 return bandwidth->band[direction].honorParentLimits; in tr_bandwidthAreParentLimitsHonored()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bocl/tests/
H A Dtest_global_io_bandwidth.cxx5 bool test_atom_cmpxchg(unsigned len, float & bandwidth) in test_atom_cmpxchg() argument
35 bool test_locking_mechanism(unsigned len, float & bandwidth) in test_locking_mechanism() argument
146 bandwidth=(float)4*(len*4)/mgr.time_taken()/(1024*1024); in test_single_thread_read_bandwidth()
179 bandwidth=(float)4*(len*4)/mgr.time_taken()/(1024*1024); in test_workgroup_uncoalesced_read_bandwidth()
216 bandwidth=(float)4*(len*4)/mgr.time_taken()/(1024*1024); in test_workgroup_coalesced_read_bandwidth()
251 bandwidth=(float)4*(len*4)/mgr.time_taken()/(1024*1024); in test_single_thread_read_bandwidth_local_meory()
288 bandwidth=(float) 4*(len*4)/mgr.time_taken()/(1024*1024); in test_workgroup_uncoalesced_read_bandwidth_local_meory()
323 bandwidth=(float)4*(len*4)/mgr.time_taken()/(1024*1024); in test_workgroup_coalesced_read_bandwidth_local_memory()
360 bandwidth=(float)4*(len*4)/mgr.time_taken()/(1024*1024); in test_workgroup_prefetch_bandwidth_local_memory()
383 float bandwidth=0.0f; in test_global_io_bandwidth() local
[all …]
/dports/net/storj/storj-1.45.3/multinode/bandwidth/
H A Dbandwidth_test.go22 Egress []bandwidth.Egress
23 Ingress []bandwidth.Ingress
51 expected := []bandwidth.UsageRollup{
54 Ingress: bandwidth.Ingress{Repair: 246, Usage: 246},
60 Ingress: bandwidth.Ingress{Repair: 11, Usage: 20},
66 Ingress: bandwidth.Ingress{Repair: 11, Usage: 20},
72 Ingress: bandwidth.Ingress{Repair: 132, Usage: 240},
78 cache := make(bandwidth.UsageRollupDailyCache)
82 cache.Add(bandwidth.UsageRollup{
88 cache.Add(bandwidth.UsageRollup{
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/common/verbs/
H A Dcommon_verbs_port.c37 *bandwidth = 0; in opal_common_verbs_port_bw()
49 *bandwidth = 2000; in opal_common_verbs_port_bw()
53 *bandwidth = 4000; in opal_common_verbs_port_bw()
57 *bandwidth = 8000; in opal_common_verbs_port_bw()
61 *bandwidth = 10000; in opal_common_verbs_port_bw()
65 *bandwidth = 13636; in opal_common_verbs_port_bw()
69 *bandwidth = 25000; in opal_common_verbs_port_bw()
87 *bandwidth *= 4; in opal_common_verbs_port_bw()
91 *bandwidth *= 8; in opal_common_verbs_port_bw()
95 *bandwidth *= 12; in opal_common_verbs_port_bw()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/common/verbs/
H A Dcommon_verbs_port.c37 *bandwidth = 0; in opal_common_verbs_port_bw()
49 *bandwidth = 2000; in opal_common_verbs_port_bw()
53 *bandwidth = 4000; in opal_common_verbs_port_bw()
57 *bandwidth = 8000; in opal_common_verbs_port_bw()
61 *bandwidth = 10000; in opal_common_verbs_port_bw()
65 *bandwidth = 13636; in opal_common_verbs_port_bw()
69 *bandwidth = 25000; in opal_common_verbs_port_bw()
87 *bandwidth *= 4; in opal_common_verbs_port_bw()
91 *bandwidth *= 8; in opal_common_verbs_port_bw()
95 *bandwidth *= 12; in opal_common_verbs_port_bw()
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/kernels/
H A Dspherical_kernel.hpp29 SphericalKernel(const double bandwidth = 1.0) : in SphericalKernel() argument
30 bandwidth(bandwidth), in SphericalKernel()
31 bandwidthSquared(std::pow(bandwidth, 2.0)) in SphericalKernel()
65 if (distance >= 2.0 * bandwidth) in ConvolutionIntegral()
74 return 1.0 / volumeSquared * (2.0 * bandwidth - distance); in ConvolutionIntegral()
78 (2.0 * bandwidth * bandwidth * acos(distance/(2.0 * bandwidth)) - in ConvolutionIntegral()
79 distance / 4.0 * sqrt(4.0*bandwidth*bandwidth-distance*distance)); in ConvolutionIntegral()
101 return (t <= bandwidth) ? 1.0 : 0.0; in Evaluate()
105 return t == bandwidth ? arma::datum::nan : 0.0; in Gradient()
112 ar & BOOST_SERIALIZATION_NVP(bandwidth); in serialize()
[all …]
/dports/math/p5-Math-Matrix/Math-Matrix-0.94/t/
H A Dbandwidth.t19 $n = $x -> bandwidth();
21 ($l, $u) = $x -> bandwidth();
32 $n = $x -> bandwidth();
34 ($l, $u) = $x -> bandwidth();
47 $n = $x -> bandwidth();
62 $n = $x -> bandwidth();
79 $n = $x -> bandwidth();
96 $n = $x -> bandwidth();
115 $n = $x -> bandwidth();
134 $n = $x -> bandwidth();
[all …]
/dports/databases/grass7/grass-7.8.6/lib/gmath/
H A Dsolvers_direct_cholesky_band.c29 end = ((bandwidth - 0) < (i + 1) ? (bandwidth - 0) : (i + 1)); in G_math_cholesky_sband_decomposition()
37 for (j = 1; j < bandwidth; j++) { in G_math_cholesky_sband_decomposition()
39 end = ((bandwidth - j) < (i + 1) ? (bandwidth - j) : (i + 1)); in G_math_cholesky_sband_decomposition()
66 T = G_alloc_matrix(rows, bandwidth); in G_math_solver_cholesky_sband()
97 start = ((i - bandwidth + 1) < 0 ? 0 : (i - bandwidth + 1)); in G_math_cholesky_sband_substitution()
109 end = (rows < (bandwidth + i) ? rows : (bandwidth + i)); in G_math_cholesky_sband_substitution()
128 T = G_alloc_matrix(rows, bandwidth); in G_math_cholesky_sband_invert()
146 start = ((j - bandwidth + 1) < i ? i : (j - bandwidth + 1)); in G_math_cholesky_sband_invert()
166 int rows, int bandwidth) in G_math_solver_cholesky_sband_invert() argument
174 T = G_alloc_matrix(rows, bandwidth); in G_math_solver_cholesky_sband_invert()
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest37.m97 assert (isequal (bandwidth (A), bandwidth (GA))) ;
98 assert (isequal (bandwidth (L), bandwidth (GL))) ;
99 assert (isequal (bandwidth (U), bandwidth (GU))) ;
100 assert (isequal (bandwidth (D), bandwidth (GD))) ;
101 assert (isequal (bandwidth (C), bandwidth (GC))) ;
103 assert (bandwidth (A, 'lower') == bandwidth (GA, 'lower')) ;
104 assert (bandwidth (L, 'lower') == bandwidth (GL, 'lower')) ;
105 assert (bandwidth (U, 'lower') == bandwidth (GU, 'lower')) ;
106 assert (bandwidth (D, 'lower') == bandwidth (GD, 'lower')) ;
107 assert (bandwidth (C, 'lower') == bandwidth (GC, 'lower')) ;
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest37.m97 assert (isequal (bandwidth (A), bandwidth (GA))) ;
98 assert (isequal (bandwidth (L), bandwidth (GL))) ;
99 assert (isequal (bandwidth (U), bandwidth (GU))) ;
100 assert (isequal (bandwidth (D), bandwidth (GD))) ;
101 assert (isequal (bandwidth (C), bandwidth (GC))) ;
103 assert (bandwidth (A, 'lower') == bandwidth (GA, 'lower')) ;
104 assert (bandwidth (L, 'lower') == bandwidth (GL, 'lower')) ;
105 assert (bandwidth (U, 'lower') == bandwidth (GU, 'lower')) ;
106 assert (bandwidth (D, 'lower') == bandwidth (GD, 'lower')) ;
107 assert (bandwidth (C, 'lower') == bandwidth (GC, 'lower')) ;
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest37.m97 assert (isequal (bandwidth (A), bandwidth (GA))) ;
98 assert (isequal (bandwidth (L), bandwidth (GL))) ;
99 assert (isequal (bandwidth (U), bandwidth (GU))) ;
100 assert (isequal (bandwidth (D), bandwidth (GD))) ;
101 assert (isequal (bandwidth (C), bandwidth (GC))) ;
103 assert (bandwidth (A, 'lower') == bandwidth (GA, 'lower')) ;
104 assert (bandwidth (L, 'lower') == bandwidth (GL, 'lower')) ;
105 assert (bandwidth (U, 'lower') == bandwidth (GU, 'lower')) ;
106 assert (bandwidth (D, 'lower') == bandwidth (GD, 'lower')) ;
107 assert (bandwidth (C, 'lower') == bandwidth (GC, 'lower')) ;
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest37.m97 assert (isequal (bandwidth (A), bandwidth (GA))) ;
98 assert (isequal (bandwidth (L), bandwidth (GL))) ;
99 assert (isequal (bandwidth (U), bandwidth (GU))) ;
100 assert (isequal (bandwidth (D), bandwidth (GD))) ;
101 assert (isequal (bandwidth (C), bandwidth (GC))) ;
103 assert (bandwidth (A, 'lower') == bandwidth (GA, 'lower')) ;
104 assert (bandwidth (L, 'lower') == bandwidth (GL, 'lower')) ;
105 assert (bandwidth (U, 'lower') == bandwidth (GU, 'lower')) ;
106 assert (bandwidth (D, 'lower') == bandwidth (GD, 'lower')) ;
107 assert (bandwidth (C, 'lower') == bandwidth (GC, 'lower')) ;
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest37.m97 assert (isequal (bandwidth (A), bandwidth (GA))) ;
98 assert (isequal (bandwidth (L), bandwidth (GL))) ;
99 assert (isequal (bandwidth (U), bandwidth (GU))) ;
100 assert (isequal (bandwidth (D), bandwidth (GD))) ;
101 assert (isequal (bandwidth (C), bandwidth (GC))) ;
103 assert (bandwidth (A, 'lower') == bandwidth (GA, 'lower')) ;
104 assert (bandwidth (L, 'lower') == bandwidth (GL, 'lower')) ;
105 assert (bandwidth (U, 'lower') == bandwidth (GU, 'lower')) ;
106 assert (bandwidth (D, 'lower') == bandwidth (GD, 'lower')) ;
107 assert (bandwidth (C, 'lower') == bandwidth (GC, 'lower')) ;
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest37.m97 assert (isequal (bandwidth (A), bandwidth (GA))) ;
98 assert (isequal (bandwidth (L), bandwidth (GL))) ;
99 assert (isequal (bandwidth (U), bandwidth (GU))) ;
100 assert (isequal (bandwidth (D), bandwidth (GD))) ;
101 assert (isequal (bandwidth (C), bandwidth (GC))) ;
103 assert (bandwidth (A, 'lower') == bandwidth (GA, 'lower')) ;
104 assert (bandwidth (L, 'lower') == bandwidth (GL, 'lower')) ;
105 assert (bandwidth (U, 'lower') == bandwidth (GU, 'lower')) ;
106 assert (bandwidth (D, 'lower') == bandwidth (GD, 'lower')) ;
107 assert (bandwidth (C, 'lower') == bandwidth (GC, 'lower')) ;
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest37.m97 assert (isequal (bandwidth (A), bandwidth (GA))) ;
98 assert (isequal (bandwidth (L), bandwidth (GL))) ;
99 assert (isequal (bandwidth (U), bandwidth (GU))) ;
100 assert (isequal (bandwidth (D), bandwidth (GD))) ;
101 assert (isequal (bandwidth (C), bandwidth (GC))) ;
103 assert (bandwidth (A, 'lower') == bandwidth (GA, 'lower')) ;
104 assert (bandwidth (L, 'lower') == bandwidth (GL, 'lower')) ;
105 assert (bandwidth (U, 'lower') == bandwidth (GU, 'lower')) ;
106 assert (bandwidth (D, 'lower') == bandwidth (GD, 'lower')) ;
107 assert (bandwidth (C, 'lower') == bandwidth (GC, 'lower')) ;
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest37.m97 assert (isequal (bandwidth (A), bandwidth (GA))) ;
98 assert (isequal (bandwidth (L), bandwidth (GL))) ;
99 assert (isequal (bandwidth (U), bandwidth (GU))) ;
100 assert (isequal (bandwidth (D), bandwidth (GD))) ;
101 assert (isequal (bandwidth (C), bandwidth (GC))) ;
103 assert (bandwidth (A, 'lower') == bandwidth (GA, 'lower')) ;
104 assert (bandwidth (L, 'lower') == bandwidth (GL, 'lower')) ;
105 assert (bandwidth (U, 'lower') == bandwidth (GU, 'lower')) ;
106 assert (bandwidth (D, 'lower') == bandwidth (GD, 'lower')) ;
107 assert (bandwidth (C, 'lower') == bandwidth (GC, 'lower')) ;
[all …]

12345678910>>...308