• Home
  • Raw
  • Download

Lines Matching full:breaks

80 	unsigned long long breaks, needed;  in runtestsingle()  local
130 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtestsingle()
140 (unsigned long int)ptr, breaks, loop_num, readwriteflag, exclude_user, arraytest); in runtestsingle()
141 if (breaks != needed) { in runtestsingle()
143 (unsigned long int)ptr, breaks, needed, loop_num, readwriteflag, exclude_user); in runtestsingle()
158 unsigned long long breaks; in runtest_dar_outside() local
192 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
194 if (breaks == 0) { in runtest_dar_outside()
197 printf("FAILED: No overlap: %lld != 0\n", breaks); in runtest_dar_outside()
207 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
209 if (breaks == 2) { in runtest_dar_outside()
212 printf("FAILED: Partial overlap: %lld != 2\n", breaks); in runtest_dar_outside()
222 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
224 if (breaks == 2) { in runtest_dar_outside()
227 printf("FAILED: Partial overlap: %lld != 2\n", breaks); in runtest_dar_outside()
237 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
239 if (breaks == 0) { in runtest_dar_outside()
242 printf("FAILED: No overlap: %lld != 0\n", breaks); in runtest_dar_outside()
252 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
254 if (breaks == 2) { in runtest_dar_outside()
257 printf("FAILED: Full overlap: %lld != 2\n", breaks); in runtest_dar_outside()