Lines Matching refs:end
21 /* start and end bits */22 int start, end;315 char *start, *end;378 end = strtok(buf, ":");379 bdesc->end = strtoul(end, NULL, 0);380 bdesc->start = bdesc->end;438 int start, end, i;451 end = bdesc->end;452 if (start == end) {465 mask = ((u64)1 << (end - start + 1)) - 1;