/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 | 23 Size size2 = new Size(1280, 720); in testGetOutputSizes() local 36 Size size2 = new Size(1280, 720); in testGetOutputSizesForTwoFormats() local 49 Size size2 = new Size(1280, 720); in testGetOutputSizesForImageFormatNV21() local 61 Size size2 = new Size(1280, 720); in testGetOutputSizesPixelFormatRgba8888() local 82 Size size2 = new Size(1280, 720); in testGetInputSizesForTwoFormats() local 96 Size size2 = new Size(1280, 720); in testGetInputSizesForImageFormatNV21() local 109 Size size2 = new Size(1280, 720); in testGetInputSizesPixelFormatRgba8888() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/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 …]
|
/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 | 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 | matrix.hpp | 56 const size_type size2 (temporary.size2 ()); 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() 188 size_type size2 () const { in size2() function in boost::numeric::ublas::matrix 217 void resize (size_type size1, size_type size2, bool preserve = true) { in resize() 1319 BOOST_CONSTEXPR size_type size2 () const { in size2() 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() 2435 size_type size2 () const { in size2() function in boost::numeric::ublas::vector_of_vector [all …]
|
D | triangular.hpp | 37 const size_type size2 (temporary.size2 ()); 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() 136 size_type size2 () const { in size2() 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() 1102 size_type size2 () const { in size2() function in boost::numeric::ublas::triangular_adaptor 2555 size_type size2 = e2 ().size2 (); in inplace_solve() local 2584 size_type size2 = e2 ().size2 (); in inplace_solve() local 2615 size_type size2 = e2 ().size2 (); in inplace_solve() local [all …]
|
D | banded.hpp | 44 BOOST_UBLAS_INLINE static T size(T /*size1*/, T size2) { in size() argument 54 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() 175 size_type size2 () const { in size2() 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() 1295 size_type size2 () const { in size2() function in boost::numeric::ublas::banded_adaptor
|
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
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
|
/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() 66 size_type size2() const { return size2_;} in size2() function in boost::numeric::ublas::matrix
|
/aosp_15_r20/frameworks/base/core/java/android/service/autofill/ |
H A D | AutofillFieldClassificationService.java | 314 final int size2 = parcel.readInt(); in Scores() local 330 final int size2 = size1 > 0 ? scores[0].length : 0; in toString() local 347 int size2 = scores[0].length; in writeToParcel() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/ |
D | compare.c | 256 const char* buf2, size_t size2) { in upb_UnknownField_DoCompare() 274 const size_t size1, const char* const buf2, const size_t size2) { in upb_UnknownField_Compare() 291 size_t size2, in upb_Message_UnknownFieldsAreEqual()
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/util/ |
H A D | compare.c | 239 const char* buf2, size_t size2) { in upb_UnknownField_DoCompare() 257 const size_t size1, const char* const buf2, const size_t size2) { in upb_UnknownField_Compare() 274 size_t size2, in upb_Message_UnknownFieldsAreEqual()
|
/aosp_15_r20/external/libprotobuf-mutator/src/libfuzzer/ |
H A D | libfuzzer_macro.cc | 176 const uint8_t* data2, size_t size2, uint8_t* out, in CrossOverTextMessages() 194 const uint8_t* data2, size_t size2, uint8_t* out, in CrossOverBinaryMessages() 214 const uint8_t* data2, size_t size2, uint8_t* out, in CustomProtoCrossOver()
|
/aosp_15_r20/bionic/tests/ |
H A D | android_unsafe_frame_pointer_chase_test.cpp | 71 size_t size2 = recurse(kNumFrames, frames, kNumFrames + 2); in TEST() local 81 size_t size2 = recurse(kNumFrames, frames, kNumFrames + 2); in tester_func() local
|
/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 | 52 int size2 = machine_code.install_size(); in TEST() local 72 int size2 = machine_code.install_size(); in TEST() local
|
/aosp_15_r20/external/pigweed/pw_kvs/ |
H A D | key_value_store_fuzz_test.cc | 79 size_t size2 = (kLargestBufSize) / (100 - i); in TEST() local 142 size_t size2 = (kLargestBufSize) / (100 - i); 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
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_kernel_arg_multi_setup.cpp | 208 int size1, size2, size3; in test_kernel_arg_multi_setup_exhaustive() local 250 int size1, size2, size3; in test_kernel_arg_multi_setup_random() local
|
/aosp_15_r20/external/lzma/C/ |
H A D | 7zStream.c | 104 size_t size2 = p->size - p->pos; in LookToRead2_Look_Lookahead() local 123 size_t size2 = p->size - p->pos; in LookToRead2_Look_Exact() local
|
/aosp_15_r20/external/libwebsockets/lib/core-net/ |
H A 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()
|