Searched refs:limit1 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/cvs/diff/
H A Dside.c221 print_sdiff_common_lines (limit0, limit1)
222 int limit0, limit1;
226 if (! sdiff_skip_common_lines && (i0 != limit0 || i1 != limit1))
229 printf_output ("i%d,%d\n", limit0 - i0, limit1 - i1);
233 while (i0 != limit0 && i1 != limit1)
235 while (i1 != limit1)
243 next1 = limit1;
/openbsd-current/sbin/pdisk/
H A Ddump.c262 int i, j, limit1, limit; local
269 limit1 = i + LINE_LEN;
270 if (limit1 > len)
273 limit = limit1;
275 for (j = i; j < limit1; j++) {
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgo32-nat.c1266 unsigned limit1:4 __attribute__((packed)); member in struct:seg_descr
1384 unsigned long limit = (descr.limit1 << 16) | descr.limit0;
1541 unsigned limit = ldt_descr.limit0 | (ldt_descr.limit1 << 16);

Completed in 115 milliseconds