/third_party/gettext/gettext-runtime/intl/ |
D | xsize.h | 63 xsum (size_t size1, size_t size2) in xsum() 71 xsum3 (size_t size1, size_t size2, size_t size3) in xsum3() 78 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) in xsum4() 85 xmax (size_t size1, size_t size2) in xmax()
|
/third_party/glib/glib/gnulib/ |
D | xsize.h | 65 xsum (size_t size1, size_t size2) in xsum() 76 xsum3 (size_t size1, size_t size2, size_t size3) in xsum3() 86 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) in xsum4() 96 xmax (size_t size1, size_t size2) in xmax()
|
/third_party/mindspore/mindspore/lite/src/common/ |
D | log_util.h | 48 #define CHECK_LESS_RETURN(size1, size2) \ argument 58 #define CHECK_LESS_RETURN(size1, size2) argument
|
/third_party/boost/libs/multiprecision/test/ublas_interop/common/ |
D | init.hpp | 69 typename M::size_type size2 = m.size2(); in initialize_matrix_impl() local 85 typename M::size_type size2 = m.size2(); in initialize_matrix() local 99 typename M::size_type size2 = m.size2(); in initialize_matrix() local
|
D | testhelper.hpp | 62 size_t size2 = (std::min)(m1().size2(), m2().size2()); in compare() local
|
/third_party/boost/libs/numeric/ublas/test/common/ |
D | init.hpp | 66 typename M::size_type size2 = m.size2 (); in initialize_matrix_impl() local 80 typename M::size_type size2 = m.size2 (); in initialize_matrix() local 92 typename M::size_type size2 = m.size2 (); in initialize_matrix() local
|
/third_party/boost/boost/numeric/ublas/opencl/ |
D | matrix.hpp | 40 matrix(size_type size1, size_type size2, compute::context c) in matrix() 48 matrix(size_type size1, size_type size2, T const &value, compute::command_queue &q) in matrix() 66 size_type size2() const { return size2_;} in size2() function in boost::numeric::ublas::matrix
|
/third_party/boost/boost/numeric/ublas/detail/ |
D | matrix_assign.hpp | 264 difference_type size2 (m.size2 ()); in iterating_matrix_assign_scalar() local 290 difference_type size2 (m.size2 ()); in iterating_matrix_assign_scalar() local 318 size_type size2 (m.size2 ()); in indexing_matrix_assign_scalar() local 335 size_type size2 (m.size2 ()); in indexing_matrix_assign_scalar() local 360 size_type size2 (m.size2 ()); in matrix_assign_scalar() local 379 difference_type size2 (it1.end () - it2); in matrix_assign_scalar() local 396 difference_type size2 (m.end2 () - it2); in matrix_assign_scalar() local 521 difference_type size2 (BOOST_UBLAS_SAME (m.size2 (), e ().size2 ())); in iterating_matrix_assign() local 552 difference_type size2 (BOOST_UBLAS_SAME (m.size2 (), e ().size2 ())); in iterating_matrix_assign() local 585 size_type size2 (BOOST_UBLAS_SAME (m.size2 (), e ().size2 ())); in indexing_matrix_assign() local [all …]
|
/third_party/boost/boost/numeric/ublas/ |
D | exception.hpp | 273 T1 same_impl_ex (const T1 &size1, const T2 &size2, const char *file, int line) { in same_impl_ex() 279 T same_impl_ex (const T &size1, const T &size2, const char *file, int line) { in same_impl_ex() 283 #define BOOST_UBLAS_SAME(size1, size2) same_impl_ex ((size1), (size2), __FILE__, __LINE__) argument 292 #define BOOST_UBLAS_SAME(size1, size2) (size1) argument
|
D | io.hpp | 154 size_type size2 = m ().size2 (); in operator <<() local 205 size_type size1, size2; in operator >>() local 287 size_type size1, size2; in operator >>() local
|
D | lu.hpp | 104 size_type size2 = m.size2 (); in lu_factorize() local 140 size_type size2 = m.size2 (); in lu_factorize() local 184 size_type size2 = m.size2 (); in axpy_lu_factorize() local
|
/third_party/ffmpeg/libavcodec/ |
D | bytestream.h | 183 int size2; in bytestream2_skip_p() local 271 int size2 = FFMIN(g->buffer_end - g->buffer, size); in bytestream2_get_buffer() local 290 int size2; in bytestream2_put_buffer() local 314 int size2; in bytestream2_set_buffer() local 351 int size2; in bytestream2_copy_buffer() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | resize_bilinear_op.h | 45 : ResizeOp(size1, size2, ResizeOp::kDefInterpolation) {} in ResizeOp() argument
|
/third_party/libuv/test/ |
D | test-cwd-and-chdir.c | 32 size_t size2; in TEST_IMPL() local
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | std_based_type.hpp | 34 typedef tvec2<std::size_t, defaultp> size2; typedef
|
/third_party/ltp/testcases/lib/ |
D | tst_get_median.c | 33 const size_t size2 = size / 2; in main() local
|
/third_party/boost/libs/numeric/odeint/examples/ |
D | two_dimensional_phase_lattice.cpp | 37 size_t size1 = x.size1() , size2 = x.size2(); in operator ()() local 131 size_t size1 = 128 , size2 = 128; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 3-1.c | 50 size_t size2; in main() local
|
/third_party/boost/boost/compute/algorithm/detail/ |
D | serial_merge.hpp | 47 std::ptrdiff_t size2 = std::distance(first2, last2); in serial_merge() local
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/ |
D | serial_merge.hpp | 47 std::ptrdiff_t size2 = std::distance(first2, last2); in serial_merge() local
|
/third_party/boost/libs/numeric/ublas/benchmarks/ |
D | init.hpp | 23 void init(matrix<T, L> &m, unsigned long size1, unsigned long size2, int max_value) in init()
|
/third_party/libwebsockets/lib/core-net/ |
D | lws-dsh.c | 151 const void *src2, size_t size2, lws_dll2_t *replace) in _lws_dsh_alloc_tail() 274 const void *src2, size_t size2) in lws_dsh_alloc_tail()
|
/third_party/boost/libs/numeric/ublas/benchmarks/opencl/ |
D | init.hpp | 29 void init(matrix<T, opencl::storage> &m, unsigned long size1, unsigned long size2, int max_value) in init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_stacksave.c | 59 uint32_t size2 = size - j; in test_two_vlas_in_loops() local
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
D | test_struct_namevalue.c | 36 int size2; variable
|