Searched defs:int_buf (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/Sema/ |
D | warn-type-safety.cpp | 51 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()
|
D | warn-type-safety-mpi-hdf5.c | 138 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/ |
D | vp9_fdct16x16_msa.c | 18 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/ |
D | fpdf_page_func.cpp | 546 CFX_FixedBufGrow<uint32_t, 32> int_buf(m_nInputs * 2); in v_Call() local
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cc | 648 InternalScopedBuffer<int> int_buf(kSize); in TEST() local
|