Lines Matching refs:end
306 int start, int end, int start2, int end2)
311 s = SAFE_MALLOC((end - start) * (end2 - start2));
314 memset(s, value, (end - start) * (end2 - start2));
315 if (memcmp(memory[start], s, (end - start) * (end2 - start2))
317 for (j = start; j < end; j++)
362 * at the end of the last page
690 unsigned long start, end;
693 ret = fscanf(fp, "%lx-%lx %*[^\n]\n", &start, &end);
703 if ((end >= low) && (end < high)) {