Lines Matching defs:myres
273 SANE_Int myres[] = { 8, 50, 75, 100, 150, 200, 300, 600, 1200 };
275 res = (SANE_Int *) malloc (sizeof (myres));
277 memcpy (res, &myres, sizeof (myres));
285 SANE_Int myres[] = { 7, 50, 75, 100, 150, 200, 300, 600 };
287 res = (SANE_Int *) malloc (sizeof (myres));
289 memcpy (res, &myres, sizeof (myres));
297 SANE_Int myres[] =
300 res = (SANE_Int *) malloc (sizeof (myres));
302 memcpy (res, &myres, sizeof (myres));
308 SANE_Int myres[] =
311 res = (SANE_Int *) malloc (sizeof (myres));
313 memcpy (res, &myres, sizeof (myres));