Lines Matching defs:res
111 size_t res;
114 res = read(fd[i], &c, sizeof(c));
115 assert(res == sizeof(unsigned long long));
227 size_t res;
271 res = read(break_fd, &breaks, sizeof(unsigned long long));
272 assert(res == sizeof(unsigned long long));
300 size_t res;
322 res = read(break_fd, &breaks, sizeof(unsigned long long));
323 assert(res == sizeof(unsigned long long));
337 res = read(break_fd, &breaks, sizeof(unsigned long long));
338 assert(res == sizeof(unsigned long long));
352 res = read(break_fd, &breaks, sizeof(unsigned long long));
353 assert(res == sizeof(unsigned long long));
367 res = read(break_fd, &breaks, sizeof(unsigned long long));
368 assert(res == sizeof(unsigned long long));
382 res = read(break_fd, &breaks, sizeof(unsigned long long));
383 assert(res == sizeof(unsigned long long));
408 size_t res;
431 res = read(fd1, &breaks1, sizeof(breaks1));
432 assert(res == sizeof(unsigned long long));
433 res = read(fd2, &breaks2, sizeof(breaks2));
434 assert(res == sizeof(unsigned long long));
453 size_t res;
476 res = read(fd1, &breaks1, sizeof(breaks1));
477 assert(res == sizeof(unsigned long long));
478 res = read(fd2, &breaks2, sizeof(breaks2));
479 assert(res == sizeof(unsigned long long));
498 size_t res;
521 res = read(fd1, &breaks1, sizeof(breaks1));
522 assert(res == sizeof(unsigned long long));
523 res = read(fd2, &breaks2, sizeof(breaks2));
524 assert(res == sizeof(unsigned long long));
543 size_t res;
566 res = read(fd1, &breaks1, sizeof(breaks1));
567 assert(res == sizeof(unsigned long long));
568 res = read(fd2, &breaks2, sizeof(breaks2));
569 assert(res == sizeof(unsigned long long));
781 size_t res;
794 res = read(fd, &breaks, sizeof(breaks));
795 assert(res == sizeof(unsigned long long));