Home
last modified time | relevance | path

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

/external/clang/test/Sema/
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()
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()
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct16x16_msa.c18 const int32_t *const0, int16_t *int_buf) { in fadst16_cols_step1_msa()
85 static void fadst16_cols_step2_msa(int16_t *int_buf, const int32_t *const0, in fadst16_cols_step2_msa()
204 int16_t *int_buf) { in fadst16_rows_step1_msa()
263 static void fadst16_rows_step2_msa(int16_t *int_buf, const int32_t *const0, in fadst16_rows_step2_msa()
/external/pdfium/core/fpdfapi/page/
Dfpdf_page_func.cpp546 CFX_FixedBufGrow<uint32_t, 32> int_buf(m_nInputs * 2); in v_Call() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc648 InternalScopedBuffer<int> int_buf(kSize); in TEST() local