| /src/external/lgpl3/gmp/dist/demos/calc/ |
| calcread.c | 94 static size_t upto = 0; local 97 if (upto >= line_size) 114 upto = 0; 117 copy_size = MIN (line_size-upto, max_size); 118 memcpy (buf, line+upto, copy_size); 119 upto += copy_size;
|
| /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/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/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
| MILexer.cpp | 52 StringRef upto(Cursor C) const { function in class:__anon4209::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/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/external/mit/lua/dist/src/ |
| lstrlib.c | 755 size_t upto = 0; local 757 if (strpbrk(p + upto, SPECIALS)) 759 upto += strlen(p + upto) + 1; /* may have more after \0 */ 760 } while (upto <= l);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-ivopts.cc | 666 unsigned upto; member in class:iv_ca 6412 gcc_assert (ivs->upto >= group->id); 6413 ivs->upto++; 6590 nw->upto = 0; 6638 for (i = 0; i < ivs->upto; i++) 6687 for (i = 0; i < ivs->upto; i++) 6925 for (j = 0; j < ivs->upto; j++)
|
| /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++)
|