Searched defs:int_buf (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/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/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/pdfium/core/fpdfapi/page/ |
D | cpdf_sampledfunc.cpp | 106 CFX_FixedBufGrow<uint32_t, 32> int_buf(m_nInputs * 2); in v_Call() local
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct16x16_msa.c | 19 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()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cc | 648 InternalScopedBuffer<int> int_buf(kSize); in TEST() local
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cpp | 878 InternalMmapVector<int> int_buf(kSize); in TEST() local
|