Home
last modified time | relevance | path

Searched defs:int_buf (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/clang/test/Sema/
H A Dwarn-type-safety.cpp51 void test1(C *c, int *int_buf) in test1()
64 void test2(C *c, int *int_buf, T tag) in test2()
69 void test3(C *c, int *int_buf) { in test3()
H A Dwarn-type-safety-mpi-hdf5.c138 int *int_buf, in test_mpi_predefined_types()
207 void test_user_types(int *int_buf, in test_user_types()
229 void test_not_annotated(int *int_buf, in test_not_annotated()
292 int *int_buf, in test_hdf5()
/aosp_15_r20/external/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c19 const int32_t *const0, int16_t *int_buf) { in fadst16_cols_step1_msa()
86 static void fadst16_cols_step2_msa(int16_t *int_buf, const int32_t *const0, in fadst16_cols_step2_msa()
205 int16_t *int_buf) { in fadst16_rows_step1_msa()
264 static void fadst16_rows_step2_msa(int16_t *int_buf, const int32_t *const0, in fadst16_rows_step2_msa()
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_sampledfunc.cpp107 fxcrt::SmallBuffer<uint32_t, 32> int_buf(m_nInputs * 2); in v_Call() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc648 InternalScopedBuffer<int> int_buf(kSize); in TEST() local