Home | History | Annotate | Download | only in jpeg

Lines Matching full:arg2

749 int testfunction (int arg1, int * arg2); /* check prototypes */
755 int testfunction (int arg1, int * arg2) /* check definitions */
756 { return arg2[arg1]; }
1055 void test3function (void_ptr arg1, void_func arg2)
1057 void test3function (arg1, arg2)
1059 void_func arg2;
1064 (*arg2) (1, 2); /* check call of fcn returning void */