Lines Matching defs:ret
137 int ret;
177 ret = g2d_solid_fill(ctx, img, x, y, w, h);
179 if (ret == 0)
182 if (ret != 0) {
210 int fd, ret, c, parsefail;
224 ret = 0;
256 ret = -1;
263 ret = -1;
271 ret = -1;
279 ret = -2;
287 ret = -3;
295 ret = -4;
313 ret = g2d_work(ctx, &img, njobs, iters);
314 if (ret != 0)
332 return ret;