/aosp_15_r20/external/flac/include/share/ |
H A D | alloc.h | 125 static inline void *safe_malloc_add_2op_(size_t size1, size_t size2) in safe_malloc_add_2op_() 133 static inline void *safe_malloc_add_3op_(size_t size1, size_t size2, size_t size3) in safe_malloc_add_3op_() 144 static inline void *safe_malloc_add_4op_(size_t size1, size_t size2, size_t size3, size_t size4) in safe_malloc_add_4op_() 160 static inline void *safe_malloc_mul_3op_(size_t size1, size_t size2, size_t size3) in safe_malloc_mul_3op_() 173 static inline void *safe_malloc_mul2add_(size_t size1, size_t size2, size_t size3) in safe_malloc_mul2add_() 183 static inline void *safe_malloc_muladd2_(size_t size1, size_t size2, size_t size3) in safe_malloc_muladd2_() 226 static inline void *safe_realloc_nofree_add_2op_(void *ptr, size_t size1, size_t size2) in safe_realloc_nofree_add_2op_() 234 static inline void *safe_realloc_add_3op_(void *ptr, size_t size1, size_t size2, size_t size3) in safe_realloc_add_3op_() 249 static inline void *safe_realloc_nofree_add_3op_(void *ptr, size_t size1, size_t size2, size_t size… in safe_realloc_nofree_add_3op_() 260 static inline void *safe_realloc_nofree_add_4op_(void *ptr, size_t size1, size_t size2, size_t size… in safe_realloc_nofree_add_4op_() [all …]
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | StreamConfigurationMapBuilderTest.java | 22 Size size1 = new Size(1920, 1080); in testGetOutputSizes() local 35 Size size1 = new Size(1920, 1080); in testGetOutputSizesForTwoFormats() local 48 Size size1 = new Size(1920, 1080); in testGetOutputSizesForImageFormatNV21() local 60 Size size1 = new Size(1920, 1080); in testGetOutputSizesPixelFormatRgba8888() local 81 Size size1 = new Size(1920, 1080); in testGetInputSizesForTwoFormats() local 95 Size size1 = new Size(1920, 1080); in testGetInputSizesForImageFormatNV21() local 108 Size size1 = new Size(1920, 1080); in testGetInputSizesPixelFormatRgba8888() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/detail/ |
D | matrix_assign.hpp | 263 difference_type size1 (m.size1 ()); in iterating_matrix_assign_scalar() local 291 difference_type size1 (m.size1 ()); in iterating_matrix_assign_scalar() local 317 size_type size1 (m.size1 ()); in indexing_matrix_assign_scalar() local 336 size_type size1 (m.size1 ()); in indexing_matrix_assign_scalar() local 359 size_type size1 (m.size1 ()); in matrix_assign_scalar() local 375 difference_type size1 (m.end1 () - it1); in matrix_assign_scalar() local 400 difference_type size1 (it2.end () - it1); in matrix_assign_scalar() local 520 difference_type size1 (BOOST_UBLAS_SAME (m.size1 (), e ().size1 ())); in iterating_matrix_assign() local 553 difference_type size1 (BOOST_UBLAS_SAME (m.size1 (), e ().size1 ())); in iterating_matrix_assign() local 584 size_type size1 (BOOST_UBLAS_SAME (m.size1 (), e ().size1 ())); in indexing_matrix_assign() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/common/ |
D | init.hpp | 51 typename M::size_type size1 = m.size1 (); in initialize_matrix_impl() local 65 typename M::size_type size1 = m.size1 (); in initialize_matrix_impl() local 79 typename M::size_type size1 = m.size1 (); in initialize_matrix() local 91 typename M::size_type size1 = m.size1 (); in initialize_matrix() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/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 | 153 size_type size1 = m ().size1 (); in operator <<() local 205 size_type size1, size2; in operator >>() local 287 size_type size1, size2; in operator >>() local
|
D | matrix.hpp | 55 const size_type size1 (temporary.size1 ()); // new size is specified by temporary in matrix_resize_preserve() local 131 matrix (size_type size1, size_type size2): in matrix() 141 matrix (size_type size1, size_type size2, const value_type &init): in matrix() 152 matrix (size_type size1, size_type size2, const array_type &data): in matrix() 180 size_type size1 () const { in size1() function in boost::numeric::ublas::matrix 217 void resize (size_type size1, size_type size2, bool preserve = true) { in resize() 1311 BOOST_CONSTEXPR size_type size1 () const { in size1() function in boost::numeric::ublas::fixed_matrix 2309 bounded_matrix (size_type size1, size_type size2): in bounded_matrix() 2410 vector_of_vector (size_type size1, size_type size2): in vector_of_vector() 2431 size_type size1 () const { in size1() function in boost::numeric::ublas::vector_of_vector [all …]
|
D | triangular.hpp | 36 const size_type size1 (temporary.size1 ()); // new size is specified by temporary in matrix_resize_preserve() local 109 triangular_matrix (size_type size1, size_type size2): in triangular_matrix() 114 triangular_matrix (size_type size1, size_type size2, const array_type &data): in triangular_matrix() 132 size_type size1 () const { in size1() function in boost::numeric::ublas::triangular_matrix 152 void resize (size_type size1, size_type size2, bool preserve = true) { in resize() 164 void resize_packed_preserve (size_type size1, size_type size2) { in resize_packed_preserve() 1098 size_type size1 () const { in size1() function in boost::numeric::ublas::triangular_adaptor 2554 size_type size1 = e2 ().size1 (); in inplace_solve() local 2583 size_type size1 = e2 ().size1 (); in inplace_solve() local 2614 size_type size1 = e2 ().size1 (); in inplace_solve() local [all …]
|
D | banded.hpp | 67 BOOST_UBLAS_INLINE static T size(T size1, T /*size2*/) { in size() argument 77 BOOST_UBLAS_INLINE static T get_index(T size1, T /*size2*/, T lower, T upper, T i, T j) { in get_index() argument 133 banded_matrix (size_type size1, size_type size2, size_type lower = 0, size_type upper = 0): in banded_matrix() 145 …banded_matrix (size_type size1, size_type size2, size_type lower, size_type upper, const array_typ… in banded_matrix() 171 size_type size1 () const { in size1() function in boost::numeric::ublas::banded_matrix 206 …void resize (size_type size1, size_type size2, size_type lower = 0, size_type upper = 0, bool pres… in resize() 221 …void resize_packed_preserve (size_type size1, size_type size2, size_type lower = 0, size_type uppe… in resize_packed_preserve() 1213 diagonal_matrix (size_type size1, size_type size2): in diagonal_matrix() 1291 size_type size1 () const { in size1() function in boost::numeric::ublas::banded_adaptor
|
D | lu.hpp | 103 size_type size1 = m.size1 (); in lu_factorize() local 139 size_type size1 = m.size1 (); in lu_factorize() local 183 size_type size1 = m.size1 (); in axpy_lu_factorize() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/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() 65 size_type size1() const { return size1_;} in size1() function in boost::numeric::ublas::matrix
|
/aosp_15_r20/frameworks/base/core/java/android/service/autofill/ |
H A D | AutofillFieldClassificationService.java | 313 final int size1 = parcel.readInt(); in Scores() local 329 final int size1 = scores.length; in toString() local 346 int size1 = scores.length; in writeToParcel() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | ReplicationPadding.cu | 284 int64_t size1 = devGradOutput.size(1); in replication_pad2d_backward_out_cuda_template() local 398 const int64_t size1 = devGradOutput.size(1); in replication_pad3d_backward_out_cuda_template() local 453 int64_t size1 = devOutput.size(1); in TORCH_IMPL_FUNC() local 515 int64_t size1 = devGradOutput.size(1); in TORCH_IMPL_FUNC() local 557 int64_t size1 = devOutput.size(1); in TORCH_IMPL_FUNC() local 651 const int64_t size1 = devOutput.size(1); in TORCH_IMPL_FUNC() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | SumKernel.cpp | 441 int64_t size0, int64_t size1) { in vectorized_inner_sum() 471 int64_t size0, int64_t size1) { in scalar_inner_sum() 483 int64_t size0, int64_t size1) { in vectorized_outer_sum() 522 int64_t size0, int64_t size1) { in scalar_outer_sum() 545 [&](char** data, const int64_t* strides, int64_t size0, int64_t size1) { in cascade_sum()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/ |
D | compare.c | 255 upb_UnknownField_Context* ctx, const char* buf1, size_t size1, in upb_UnknownField_DoCompare() 274 const size_t size1, const char* const buf2, const size_t size2) { in upb_UnknownField_Compare() 289 size_t size1, in upb_Message_UnknownFieldsAreEqual()
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/util/ |
H A D | compare.c | 238 upb_UnknownField_Context* ctx, const char* buf1, size_t size1, in upb_UnknownField_DoCompare() 257 const size_t size1, const char* const buf2, const size_t size2) { in upb_UnknownField_Compare() 272 size_t size1, in upb_Message_UnknownFieldsAreEqual()
|
/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/ |
H A D | test_stacksave.c | 40 uint32_t size1 = size - i; in test_vla_in_loop() local 56 uint32_t size1 = size - i; in test_two_vlas_in_loops() local
|
/aosp_15_r20/external/executorch/runtime/core/test/ |
H A D | hierarchical_allocator_test.cpp | 38 constexpr size_t size1 = 8; in TEST_F() local 95 constexpr size_t size1 = 8; in TEST_F() local
|
/aosp_15_r20/external/libprotobuf-mutator/src/libfuzzer/ |
H A D | libfuzzer_macro.cc | 175 size_t CrossOverTextMessages(const uint8_t* data1, size_t size1, in CrossOverTextMessages() 193 size_t CrossOverBinaryMessages(const uint8_t* data1, size_t size1, in CrossOverBinaryMessages() 213 size_t CustomProtoCrossOver(bool binary, const uint8_t* data1, size_t size1, in CustomProtoCrossOver()
|
/aosp_15_r20/external/mbedtls/tests/include/test/ |
H A D | macros.h | 199 #define TEST_MEMORY_COMPARE(p1, size1, p2, size2) \ argument 208 #define ASSERT_COMPARE(p1, size1, p2, size2) TEST_MEMORY_COMPARE(p1, size1, p2, size2) argument
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/test/ |
H A D | macros.h | 199 #define TEST_MEMORY_COMPARE(p1, size1, p2, size2) \ argument 208 #define ASSERT_COMPARE(p1, size1, p2, size2) TEST_MEMORY_COMPARE(p1, size1, p2, size2) argument
|
/aosp_15_r20/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/ |
D | lite_translator_tests.cc | 50 int size1 = machine_code.install_size(); in TEST() local 70 int size1 = machine_code.install_size(); in TEST() local
|
/aosp_15_r20/external/pigweed/pw_kvs/ |
H A D | key_value_store_fuzz_test.cc | 78 size_t size1 = (kLargestBufSize) / (i + 1); in TEST() local 141 size_t size1 = (kLargestBufSize) / (i + 1); in TEST() local
|
/aosp_15_r20/external/webrtc/modules/third_party/portaudio/ |
H A D | pa_ringbuffer.c | 200 ring_buffer_size_t size1, size2, numWritten; in PaUtil_WriteRingBuffer() local 222 ring_buffer_size_t size1, size2, numRead; in PaUtil_ReadRingBuffer() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
|