• Home
  • Raw
  • Download

Lines Matching refs:res

107 	size_t res;  in read_fds()  local
110 res = read(fd[i], &c, sizeof(c)); in read_fds()
111 assert(res == sizeof(unsigned long long)); in read_fds()
181 size_t res; in runtestsingle() local
225 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtestsingle()
226 assert(res == sizeof(unsigned long long)); in runtestsingle()
254 size_t res; in runtest_dar_outside() local
276 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
277 assert(res == sizeof(unsigned long long)); in runtest_dar_outside()
291 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
292 assert(res == sizeof(unsigned long long)); in runtest_dar_outside()
306 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
307 assert(res == sizeof(unsigned long long)); in runtest_dar_outside()
321 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
322 assert(res == sizeof(unsigned long long)); in runtest_dar_outside()
336 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
337 assert(res == sizeof(unsigned long long)); in runtest_dar_outside()
362 size_t res; in test_process_multi_diff_addr() local
385 res = read(fd1, &breaks1, sizeof(breaks1)); in test_process_multi_diff_addr()
386 assert(res == sizeof(unsigned long long)); in test_process_multi_diff_addr()
387 res = read(fd2, &breaks2, sizeof(breaks2)); in test_process_multi_diff_addr()
388 assert(res == sizeof(unsigned long long)); in test_process_multi_diff_addr()
407 size_t res; in test_process_multi_same_addr() local
430 res = read(fd1, &breaks1, sizeof(breaks1)); in test_process_multi_same_addr()
431 assert(res == sizeof(unsigned long long)); in test_process_multi_same_addr()
432 res = read(fd2, &breaks2, sizeof(breaks2)); in test_process_multi_same_addr()
433 assert(res == sizeof(unsigned long long)); in test_process_multi_same_addr()
452 size_t res; in test_process_multi_diff_addr_ro_wo() local
475 res = read(fd1, &breaks1, sizeof(breaks1)); in test_process_multi_diff_addr_ro_wo()
476 assert(res == sizeof(unsigned long long)); in test_process_multi_diff_addr_ro_wo()
477 res = read(fd2, &breaks2, sizeof(breaks2)); in test_process_multi_diff_addr_ro_wo()
478 assert(res == sizeof(unsigned long long)); in test_process_multi_diff_addr_ro_wo()
497 size_t res; in test_process_multi_same_addr_ro_wo() local
520 res = read(fd1, &breaks1, sizeof(breaks1)); in test_process_multi_same_addr_ro_wo()
521 assert(res == sizeof(unsigned long long)); in test_process_multi_same_addr_ro_wo()
522 res = read(fd2, &breaks2, sizeof(breaks2)); in test_process_multi_same_addr_ro_wo()
523 assert(res == sizeof(unsigned long long)); in test_process_multi_same_addr_ro_wo()
747 size_t res; in runtest_unaligned_512bytes() local
760 res = read(fd, &breaks, sizeof(breaks)); in runtest_unaligned_512bytes()
761 assert(res == sizeof(unsigned long long)); in runtest_unaligned_512bytes()