Searched defs:int_buf (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-type-safety.cpp51 void test1(C *c, int *int_buf) argument
53 c->MPI_Send(int_buf, 1, MPI_INT); // no-warning
54 c->MPI_Send(int_buf, 1, MPI_FLOAT); // expected-warning {{argument type 'int *' doesn't match specified 'mpi' type tag that requires 'float *'}}
64 void test2(C *c, int *int_buf, T tag) argument
66 c->MPI_Send(int_buf, 1, tag); // no-warning
69 void test3(C *c, int *int_buf) { argument
70 test2(c, int_buf, MPI_INT);
71 test2(c, int_buf, MPI_NULL);
H A Dwarn-type-safety-mpi-hdf5.c138 int *int_buf,
148 MPI_Send(int_buf, 1, MPI_INT); // no-warning
184 int_buf, 1, MPI_INT);
189 int_buf, 1, MPI_INT);
191 MPI_Gather(int_buf, 0, MPI_DATATYPE_NULL, // expected-warning {{specified mpi type tag requires a null pointer}}
192 int_buf, 1, MPI_INT);
207 void test_user_types(int *int_buf, argument
213 MPI_Send(int_buf, 1, my_int_datatype); // no-warning
224 MPI_Send(int_buf, 1, my_e1_datatype); // expected-warning {{argument type 'int *' doesn't match specified 'mpi' type tag that requires 'enum E1 *'}}
229 void test_not_annotated(int *int_buf, argument
137 test_mpi_predefined_types( int *int_buf, long *long_buf1, long *long_buf2, void *void_buf, struct pair_float_int *pfi, struct pair_int_int *pii) argument
289 test_hdf5(char *char_buf, signed char *schar_buf, unsigned char *uchar_buf, int *int_buf, long *long_buf) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c18 const int32_t *const0, int16_t *int_buf) {
47 ST_SH2(tp0, tp2, int_buf, 8);
48 ST_SH2(tp1, tp3, int_buf + 4 * 8, 8);
54 ST_SH2(h0, h1, int_buf + 8 * 8, 8);
55 ST_SH2(h3, h2, int_buf + 12 * 8, 8);
67 ST_SH2(g1, g3, int_buf + 3 * 8, 4 * 8);
79 ST_SH2(h1, h3, int_buf + 11 * 8, 4 * 8);
82 ST_SH4(tp0, tp1, tp2, tp3, int_buf + 2 * 8, 4 * 8);
85 static void fadst16_cols_step2_msa(int16_t *int_buf, const int32_t *const0, argument
94 LD_SH2(int_buf
17 fadst16_cols_step1_msa(const int16_t *input, int32_t stride, const int32_t *const0, int16_t *int_buf) argument
203 fadst16_rows_step1_msa(int16_t *input, const int32_t *const0, int16_t *int_buf) argument
263 fadst16_rows_step2_msa(int16_t *int_buf, const int32_t *const0, int16_t *out) argument
[all...]

Completed in 150 milliseconds