Searched refs:i_width (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr43845.c7 int x264_pixel_ssd_wxh (x264_pixel_function_t *pf, int i_width) { argument
9 for (x = 0; x < i_width; x++)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_1.c7 void foo (int i_width, TYPE dst, TYPE src1, TYPE src2) argument
10 for( x = 0; x < i_width; x++ )
H A Divopt_infer_2.c12 void foo (unsigned int i_width, TYPE dst) argument
16 for ( ; j < i_width; )
H A Divopt_4.c9 void foo (int i_width, TYPE dst, TYPE src1, TYPE src2) argument
11 TYPE dstn= dst + i_width;
H A Divopt_2.c7 void foo (int i_width, TYPE dst, TYPE src1, TYPE src2) argument
10 for( x = 0; x < i_width; x++ )
H A Divopt_infer_1.c11 void foo (int i_width, TYPE dst, TYPE src1, TYPE src2) argument
13 TYPE dstn= dst + i_width;
H A Divopt_3.c7 void foo (int i_width, char* dst, char* src1, char* src2) argument
10 for( x = 0; x < i_width; x++ )

Completed in 94 milliseconds