HomeSort by: relevance | last modified time | path
    Searched refs:upto (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl2/diffutils/dist/src/
ifdef.c 32 lin from, upto; /* start and limit lines for this group of lines */ member in struct:group
101 groups[0].upto = end0;
104 groups[1].upto = end1;
223 case 'l': return translate_line_number (g->file, g->upto) - 1;
224 case 'm': return translate_line_number (g->file, g->upto);
225 case 'n': return g->upto - g->from;
238 lin from = group->from, upto = group->upto; local
246 if (format[1] == 'l' && format[2] == '\n' && !format[3] && from < upto)
249 linbuf[upto] + (linbuf[upto][-1] != '\n') - linbuf[from]
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
ifdef.c 27 int from, upto; /* start and limit lines for this group of lines */ member in struct:group
102 groups[0].upto = end0;
105 groups[1].upto = end1;
257 case 'l': return translate_line_number (g->file, g->upto) - 1;
258 case 'm': return translate_line_number (g->file, g->upto);
259 case 'n': return g->upto - g->from;
274 int from = group->from, upto = group->upto; local
285 (linbuf[upto] + (linbuf[upto][-1] != '\n'
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MILexer.cpp 52 StringRef upto(Cursor C) const { function in class:__anon1898::Cursor
176 StringRef String = Range.upto(R);
187 Token.reset(Type, Range.upto(C))
188 .setStringValue(Range.upto(C).drop_front(PrefixLength));
284 auto Identifier = Range.upto(C);
306 StringRef Number = NumberRange.upto(C);
319 Range.upto(C))
321 .setStringValue(Range.upto(C).drop_front(StringOffset));
334 Token.reset(Kind, Range.upto(C)).setIntegerValue(APSInt(NumberRange.upto(C)))
    [all...]
  /src/external/gpl2/dtc/dist/
fdtput.c 68 int upto; /* the number of bytes we have written to buf */ local
71 upto = 0;
79 for (; arg_count > 0; arg++, arg_count--, upto += len) {
87 if (upto + len > value_size) {
88 value_size = (upto + len) + 500;
92 ptr = value + upto;
112 *value_len = upto;
115 fprintf(stderr, "Value size %d\n", upto);
  /src/sys/arch/evbarm/stand/boot2440/
dm9000.c 331 unsigned int bound, val, mark, stat, len, upto, cnt; local
368 upto = len - 4; /* HASFCS */
369 if (upto > maxlen)
370 upto = maxlen;
372 for (cnt = 0; cnt < upto; cnt += 2) {
382 return upto;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_shadow.c 44 shadow_fetch(struct nvkm_bios *bios, struct shadow *mthd, u32 upto)
46 const u32 limit = (upto + 3) & ~3;
53 return bios->size >= upto;
  /src/external/gpl2/gmake/dist/
vmsify.c 54 copy 'from' to 'to' up to but not including 'upto'
56 return 1 if upto found
66 copyto (char **to, char **from, char upto, int as_dir)
74 if (**from == upto)
80 while (**from == upto);
  /src/external/gpl2/rcs/dist/src/
rcsedit.c 554 # define copylines(upto,delta) (editline = (upto))
558 copylines(upto, delta)
559 register long upto;
562 * Copy input lines editline+1..upto from fedit to fcopy.
572 if (upto < editline) {
579 if (editline < upto)
584 } while (++editline < upto);
592 } while (++editline < upto);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc 666 unsigned upto; member in class:iv_ca
6362 gcc_assert (ivs->upto >= group->id);
6363 ivs->upto++;
6540 nw->upto = 0;
6588 for (i = 0; i < ivs->upto; i++)
6637 for (i = 0; i < ivs->upto; i++)
6875 for (j = 0; j < ivs->upto; j++)
  /src/usr.sbin/sysinst/
msg.mi.fr 1389 message dl_get_custom_fstype {File system type code (upto 255)}
  /src/sys/arch/luna68k/luna68k/
locore.s 172 dbra %d0,1b | upto 63 characters
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 14069 # be inexact, since all powers of ten upto 10^27 are exact
fpsp.s 24108 # be inexact, since all powers of ten upto 10^27 are exact

Completed in 86 milliseconds