Home
last modified time | relevance | path

Searched refs:Cols (Results 51 – 75 of 3697) sorted by relevance

12345678910>>...148

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_generic.erl217 validate_get(Cols, Res)
276 {[], Cols, LastCols} ->
278 {FirstCols, Cols, LastCols} ->
356 Val, RowIndex, Cols) of
359 RowIndex, Cols]);
366 [{ColNo, _Val}|_] = Cols,
463 is_any_noinit(Row, Cols) ->
466 is_any_noinit(Vals, Cols, N+1);
509 Status, StatusCol, Cols,
515 Status, StatusCol, Cols,
[all …]
H A Dsnmp_generic_mnesia.erl90 table_func(get, RowIndex, Cols, Name) ->
120 table_func(set, RowIndex, Cols, Name) ->
126 RowIndex, Cols)
133 [Name, RowIndex, Cols, Reason]),
134 {Col, _Val} = hd(Cols),
165 get_elements(Cols, Row);
170 get_elements([Col | Cols], Row) ->
181 list_to_tuple(Cols);
206 RowIndex, Cols]);
219 RowIndex, Cols]);
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/agent/
H A Dsnmp_generic.erl217 validate_get(Cols, Res)
276 {[], Cols, LastCols} ->
278 {FirstCols, Cols, LastCols} ->
356 Val, RowIndex, Cols) of
359 RowIndex, Cols]);
366 [{ColNo, _Val}|_] = Cols,
463 is_any_noinit(Row, Cols) ->
466 is_any_noinit(Vals, Cols, N+1);
509 Status, StatusCol, Cols,
515 Status, StatusCol, Cols,
[all …]
H A Dsnmp_generic_mnesia.erl90 table_func(get, RowIndex, Cols, Name) ->
120 table_func(set, RowIndex, Cols, Name) ->
126 RowIndex, Cols)
133 [Name, RowIndex, Cols, Reason]),
134 {Col, _Val} = hd(Cols),
165 get_elements(Cols, Row);
170 get_elements([Col | Cols], Row) ->
181 list_to_tuple(Cols);
206 RowIndex, Cols]);
219 RowIndex, Cols]);
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_generic.erl217 validate_get(Cols, Res)
276 {[], Cols, LastCols} ->
278 {FirstCols, Cols, LastCols} ->
356 Val, RowIndex, Cols) of
359 RowIndex, Cols]);
366 [{ColNo, _Val}|_] = Cols,
463 is_any_noinit(Row, Cols) ->
466 is_any_noinit(Vals, Cols, N+1);
509 Status, StatusCol, Cols,
515 Status, StatusCol, Cols,
[all …]
H A Dsnmp_generic_mnesia.erl90 table_func(get, RowIndex, Cols, Name) ->
120 table_func(set, RowIndex, Cols, Name) ->
126 RowIndex, Cols)
133 [Name, RowIndex, Cols, Reason]),
134 {Col, _Val} = hd(Cols),
165 get_elements(Cols, Row);
170 get_elements([Col | Cols], Row) ->
181 list_to_tuple(Cols);
206 RowIndex, Cols]);
219 RowIndex, Cols]);
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_generic.erl217 validate_get(Cols, Res)
276 {[], Cols, LastCols} ->
278 {FirstCols, Cols, LastCols} ->
356 Val, RowIndex, Cols) of
359 RowIndex, Cols]);
366 [{ColNo, _Val}|_] = Cols,
463 is_any_noinit(Row, Cols) ->
466 is_any_noinit(Vals, Cols, N+1);
509 Status, StatusCol, Cols,
515 Status, StatusCol, Cols,
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_generic.erl217 validate_get(Cols, Res)
276 {[], Cols, LastCols} ->
278 {FirstCols, Cols, LastCols} ->
356 Val, RowIndex, Cols) of
359 RowIndex, Cols]);
366 [{ColNo, _Val}|_] = Cols,
463 is_any_noinit(Row, Cols) ->
466 is_any_noinit(Vals, Cols, N+1);
509 Status, StatusCol, Cols,
515 Status, StatusCol, Cols,
[all …]
H A Dsnmp_generic_mnesia.erl90 table_func(get, RowIndex, Cols, Name) ->
120 table_func(set, RowIndex, Cols, Name) ->
126 RowIndex, Cols)
133 [Name, RowIndex, Cols, Reason]),
134 {Col, _Val} = hd(Cols),
165 get_elements(Cols, Row);
170 get_elements([Col | Cols], Row) ->
181 list_to_tuple(Cols);
206 RowIndex, Cols]);
219 RowIndex, Cols]);
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/qvm/test/
H A Dtest_qvm_matrix.hpp17 template <class Tag,int Rows,int Cols,class T=float>
21 T a[Rows][Cols];
22 mutable T b[Rows][Cols];
28 for( int j=0; j!=Cols; ++j,start+=step ) in matrix()
35 dump_ab( matrix<Tag1,Rows,Cols,T1> const & a, matrix<Tag2,Rows,Cols,T2> const & b ) in dump_ab() argument
47 template <class Tag,int Rows,int Cols,class T>
49 mat_traits< test_qvm::matrix<Tag,Rows,Cols,T> >:
50 mat_traits_defaults<test_qvm::matrix<Tag,Rows,Cols,T>,T,Rows,Cols>
52 typedef mat_traits_defaults<test_qvm::matrix<Tag,Rows,Cols,T>,T,Rows,Cols> base;
62 BOOST_QVM_STATIC_ASSERT(C<Cols); in write_element()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/qvm/test/
H A Dtest_qvm_matrix.hpp17 template <class Tag,int Rows,int Cols,class T=float>
21 T a[Rows][Cols];
22 mutable T b[Rows][Cols];
28 for( int j=0; j!=Cols; ++j,start+=step ) in matrix()
35 dump_ab( matrix<Tag1,Rows,Cols,T1> const & a, matrix<Tag2,Rows,Cols,T2> const & b ) in dump_ab() argument
47 template <class Tag,int Rows,int Cols,class T>
49 mat_traits< test_qvm::matrix<Tag,Rows,Cols,T> >:
50 mat_traits_defaults<test_qvm::matrix<Tag,Rows,Cols,T>,T,Rows,Cols>
52 typedef mat_traits_defaults<test_qvm::matrix<Tag,Rows,Cols,T>,T,Rows,Cols> base;
62 BOOST_QVM_STATIC_ASSERT(C<Cols); in write_element()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/qvm/test/
H A Dtest_qvm_matrix.hpp17 template <class Tag,int Rows,int Cols,class T=float>
21 T a[Rows][Cols];
22 mutable T b[Rows][Cols];
28 for( int j=0; j!=Cols; ++j,start+=step ) in matrix()
35 dump_ab( matrix<Tag1,Rows,Cols,T1> const & a, matrix<Tag2,Rows,Cols,T2> const & b ) in dump_ab() argument
47 template <class Tag,int Rows,int Cols,class T>
49 mat_traits< test_qvm::matrix<Tag,Rows,Cols,T> >:
50 mat_traits_defaults<test_qvm::matrix<Tag,Rows,Cols,T>,T,Rows,Cols>
52 typedef mat_traits_defaults<test_qvm::matrix<Tag,Rows,Cols,T>,T,Rows,Cols> base;
62 BOOST_QVM_STATIC_ASSERT(C<Cols); in write_element()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/qvm/test/
H A Dtest_qvm_matrix.hpp17 template <class Tag,int Rows,int Cols,class T=float>
21 T a[Rows][Cols];
22 mutable T b[Rows][Cols];
28 for( int j=0; j!=Cols; ++j,start+=step ) in matrix()
35 dump_ab( matrix<Tag1,Rows,Cols,T1> const & a, matrix<Tag2,Rows,Cols,T2> const & b ) in dump_ab() argument
47 template <class Tag,int Rows,int Cols,class T>
49 mat_traits< test_qvm::matrix<Tag,Rows,Cols,T> >:
50 mat_traits_defaults<test_qvm::matrix<Tag,Rows,Cols,T>,T,Rows,Cols>
52 typedef mat_traits_defaults<test_qvm::matrix<Tag,Rows,Cols,T>,T,Rows,Cols> base;
62 BOOST_QVM_STATIC_ASSERT(C<Cols); in write_element()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/qvm/
H A Dmat_traits_array.hpp29 template <class T,int Rows,int Cols>
31 mat_traits<T[Rows][Cols]>
33 typedef T this_matrix[Rows][Cols];
36 static int const cols=Cols;
72 BOOST_QVM_ASSERT(col<Cols); in read_element_idx()
84 BOOST_QVM_ASSERT(col<Cols); in write_element_idx()
91 deduce_mat<T[Rows][Cols],R,C>
98 deduce_mat<T const[Rows][Cols],R,C>
105 deduce_mat2<T1[Rows][Cols],T2[Rows][Cols],R,C>
110 template <int Rows,int Cols,class T>
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/qvm/
H A Dmat_traits_array.hpp29 template <class T,int Rows,int Cols>
31 mat_traits<T[Rows][Cols]>
33 typedef T this_matrix[Rows][Cols];
36 static int const cols=Cols;
72 BOOST_QVM_ASSERT(col<Cols); in read_element_idx()
84 BOOST_QVM_ASSERT(col<Cols); in write_element_idx()
91 deduce_mat<T[Rows][Cols],R,C>
98 deduce_mat<T const[Rows][Cols],R,C>
105 deduce_mat2<T1[Rows][Cols],T2[Rows][Cols],R,C>
110 template <int Rows,int Cols,class T>
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/qvm/
H A Dmat_traits_array.hpp25 template <class T,int Rows,int Cols>
27 mat_traits<T[Rows][Cols]>
29 typedef T this_matrix[Rows][Cols];
32 static int const cols=Cols;
68 BOOST_QVM_ASSERT(col<Cols); in read_element_idx()
80 BOOST_QVM_ASSERT(col<Cols); in write_element_idx()
87 deduce_mat<T[Rows][Cols],R,C>
94 deduce_mat<T const[Rows][Cols],R,C>
101 deduce_mat2<T1[Rows][Cols],T2[Rows][Cols],R,C>
106 template <int Rows,int Cols,class T>
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/qvm/
H A Dmat_traits_array.hpp29 template <class T,int Rows,int Cols>
31 mat_traits<T[Rows][Cols]>
33 typedef T this_matrix[Rows][Cols];
36 static int const cols=Cols;
72 BOOST_QVM_ASSERT(col<Cols); in read_element_idx()
84 BOOST_QVM_ASSERT(col<Cols); in write_element_idx()
91 deduce_mat<T[Rows][Cols],R,C>
98 deduce_mat<T const[Rows][Cols],R,C>
105 deduce_mat2<T1[Rows][Cols],T2[Rows][Cols],R,C>
110 template <int Rows,int Cols,class T>
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/qvm/
H A Dmat_traits_array.hpp29 template <class T,int Rows,int Cols>
31 mat_traits<T[Rows][Cols]>
33 typedef T this_matrix[Rows][Cols];
36 static int const cols=Cols;
72 BOOST_QVM_ASSERT(col<Cols); in read_element_idx()
84 BOOST_QVM_ASSERT(col<Cols); in write_element_idx()
91 deduce_mat<T[Rows][Cols],R,C>
98 deduce_mat<T const[Rows][Cols],R,C>
105 deduce_mat2<T1[Rows][Cols],T2[Rows][Cols],R,C>
110 template <int Rows,int Cols,class T>
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/qvm/
H A Dmat_traits_array.hpp29 template <class T,int Rows,int Cols>
31 mat_traits<T[Rows][Cols]>
33 typedef T this_matrix[Rows][Cols];
36 static int const cols=Cols;
72 BOOST_QVM_ASSERT(col<Cols); in read_element_idx()
84 BOOST_QVM_ASSERT(col<Cols); in write_element_idx()
91 deduce_mat<T[Rows][Cols],R,C>
98 deduce_mat<T const[Rows][Cols],R,C>
105 deduce_mat2<T1[Rows][Cols],T2[Rows][Cols],R,C>
110 template <int Rows,int Cols,class T>
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/qvm/
H A Dmat_traits_array.hpp29 template <class T,int Rows,int Cols>
31 mat_traits<T[Rows][Cols]>
33 typedef T this_matrix[Rows][Cols];
36 static int const cols=Cols;
72 BOOST_QVM_ASSERT(col<Cols); in read_element_idx()
84 BOOST_QVM_ASSERT(col<Cols); in write_element_idx()
91 deduce_mat<T[Rows][Cols],R,C>
98 deduce_mat<T const[Rows][Cols],R,C>
105 deduce_mat2<T1[Rows][Cols],T2[Rows][Cols],R,C>
110 template <int Rows,int Cols,class T>
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/qvm/
H A Dmat_traits_array.hpp29 template <class T,int Rows,int Cols>
31 mat_traits<T[Rows][Cols]>
33 typedef T this_matrix[Rows][Cols];
36 static int const cols=Cols;
72 BOOST_QVM_ASSERT(col<Cols); in read_element_idx()
84 BOOST_QVM_ASSERT(col<Cols); in write_element_idx()
91 deduce_mat<T[Rows][Cols],R,C>
98 deduce_mat<T const[Rows][Cols],R,C>
105 deduce_mat2<T1[Rows][Cols],T2[Rows][Cols],R,C>
110 template <int Rows,int Cols,class T>
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/qvm/
H A Dmat_traits_array.hpp29 template <class T,int Rows,int Cols>
31 mat_traits<T[Rows][Cols]>
33 typedef T this_matrix[Rows][Cols];
36 static int const cols=Cols;
72 BOOST_QVM_ASSERT(col<Cols); in read_element_idx()
84 BOOST_QVM_ASSERT(col<Cols); in write_element_idx()
91 deduce_mat<T[Rows][Cols],R,C>
98 deduce_mat<T const[Rows][Cols],R,C>
105 deduce_mat2<T1[Rows][Cols],T2[Rows][Cols],R,C>
110 template <int Rows,int Cols,class T>
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/qvm/
H A Dmat_traits_array.hpp29 template <class T,int Rows,int Cols>
31 mat_traits<T[Rows][Cols]>
33 typedef T this_matrix[Rows][Cols];
36 static int const cols=Cols;
72 BOOST_QVM_ASSERT(col<Cols); in read_element_idx()
84 BOOST_QVM_ASSERT(col<Cols); in write_element_idx()
91 deduce_mat<T[Rows][Cols],R,C>
98 deduce_mat<T const[Rows][Cols],R,C>
105 deduce_mat2<T1[Rows][Cols],T2[Rows][Cols],R,C>
110 template <int Rows,int Cols,class T>
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/agent/
H A Dsnmp_generic_mnesia.erl90 table_func(get, RowIndex, Cols, Name) ->
120 table_func(set, RowIndex, Cols, Name) ->
126 RowIndex, Cols)
133 [Name, RowIndex, Cols, Reason]),
134 {Col, _Val} = hd(Cols),
165 get_elements(Cols, Row);
170 get_elements([Col | Cols], Row) ->
181 list_to_tuple(Cols);
206 RowIndex, Cols]);
219 RowIndex, Cols]);
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/agent/
H A Dsnmp_generic_mnesia.erl90 table_func(get, RowIndex, Cols, Name) ->
120 table_func(set, RowIndex, Cols, Name) ->
126 RowIndex, Cols)
133 [Name, RowIndex, Cols, Reason]),
134 {Col, _Val} = hd(Cols),
165 get_elements(Cols, Row);
170 get_elements([Col | Cols], Row) ->
181 list_to_tuple(Cols);
206 RowIndex, Cols]);
219 RowIndex, Cols]);
[all …]

12345678910>>...148