Home
last modified time | relevance | path

Searched refs:upto (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp52 StringRef upto(Cursor C) const { in upto() function in __anon74c00f590111::Cursor
176 StringRef String = Range.upto(R); in lexName()
187 Token.reset(Type, Range.upto(C)) in lexName()
188 .setStringValue(Range.upto(C).drop_front(PrefixLength)); in lexName()
284 auto Identifier = Range.upto(C); in maybeLexIdentifier()
306 StringRef Number = NumberRange.upto(C); in maybeLexMachineBasicBlock()
319 Range.upto(C)) in maybeLexMachineBasicBlock()
321 .setStringValue(Range.upto(C).drop_front(StringOffset)); in maybeLexMachineBasicBlock()
334 Token.reset(Kind, Range.upto(C)).setIntegerValue(APSInt(NumberRange.upto(C))); in maybeLexIndex()
347 StringRef Number = NumberRange.upto(C); in maybeLexIndexAndName()
[all …]
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Difdef.c32 lin from, upto; /* start and limit lines for this group of lines */ member
101 groups[0].upto = end0; in format_ifdef()
104 groups[1].upto = end1; in format_ifdef()
223 case 'l': return translate_line_number (g->file, g->upto) - 1; in groups_letter_value()
224 case 'm': return translate_line_number (g->file, g->upto); in groups_letter_value()
225 case 'n': return g->upto - g->from; in groups_letter_value()
238 lin from = group->from, upto = group->upto; in print_ifdef_lines() local
246 if (format[1] == 'l' && format[2] == '\n' && !format[3] && from < upto) in print_ifdef_lines()
249 linbuf[upto] + (linbuf[upto][-1] != '\n') - linbuf[from], in print_ifdef_lines()
256 linbuf[upto] - linbuf[from], out); in print_ifdef_lines()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Difdef.c27 int from, upto; /* start and limit lines for this group of lines */ member
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')
292 linbuf[upto] - linbuf[from]);
297 for (; from < upto; from++)
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A Dcalcread.c94 static size_t upto = 0; in calc_input() local
97 if (upto >= line_size) in calc_input()
114 upto = 0; in calc_input()
117 copy_size = MIN (line_size-upto, max_size); in calc_input()
118 memcpy (buf, line+upto, copy_size); in calc_input()
119 upto += copy_size; in calc_input()
/netbsd-src/external/gpl2/dtc/dist/
H A Dfdtput.c68 int upto; /* the number of bytes we have written to buf */ in encode_value() local
71 upto = 0; in encode_value()
79 for (; arg_count > 0; arg++, arg_count--, upto += len) { in encode_value()
87 if (upto + len > value_size) { in encode_value()
88 value_size = (upto + len) + 500; in encode_value()
92 ptr = value + upto; in encode_value()
112 *value_len = upto; in encode_value()
115 fprintf(stderr, "Value size %d\n", upto); in encode_value()
/netbsd-src/sys/arch/evbarm/stand/boot2440/
H A Ddm9000.c331 unsigned int bound, val, mark, stat, len, upto, cnt; in dm9k_recv() local
368 upto = len - 4; /* HASFCS */ in dm9k_recv()
369 if (upto > maxlen) in dm9k_recv()
370 upto = maxlen; in dm9k_recv()
372 for (cnt = 0; cnt < upto; cnt += 2) { in dm9k_recv()
382 return upto; in dm9k_recv()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_shadow.c44 shadow_fetch(struct nvkm_bios *bios, struct shadow *mthd, u32 upto) in shadow_fetch() argument
46 const u32 limit = (upto + 3) & ~3; in shadow_fetch()
53 return bios->size >= upto; in shadow_fetch()
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsedit.c554 # define copylines(upto,delta) (editline = (upto)) argument
558 copylines(upto, delta) in copylines() argument
559 register long upto; in copylines()
572 if (upto < editline) {
579 if (editline < upto)
584 } while (++editline < upto);
592 } while (++editline < upto);
/netbsd-src/external/gpl2/gmake/dist/
H A Dvmsify.c66 copyto (char **to, char **from, char upto, int as_dir) in copyto() argument
74 if (**from == upto) in copyto()
80 while (**from == upto); in copyto()
/netbsd-src/external/bsd/ipf/dist/ipsend/
H A DCrashable2 Solaris 2.4 - upto and including 101945-34, > 34 ?
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_smime.c88 static void do_free_upto(BIO *f, BIO *upto) in do_free_upto() argument
90 if (upto) { in do_free_upto()
97 while (f && f != upto); in do_free_upto()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_smime.c89 static void do_free_upto(BIO *f, BIO *upto) in do_free_upto() argument
91 if (upto != NULL) { in do_free_upto()
98 } while (f != NULL && f != upto); in do_free_upto()
/netbsd-src/external/gpl3/gdb/dist/sim/arm/
H A Darmsupp.c391 unsigned bit, upto; in ARMul_NthReg() local
393 for (bit = 0, upto = 0; upto <= number; bit ++) in ARMul_NthReg()
395 upto ++; in ARMul_NthReg()
/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c755 size_t upto = 0; in nospecials() local
757 if (strpbrk(p + upto, SPECIALS)) in nospecials()
759 upto += strlen(p + upto) + 1; /* may have more after \0 */ in nospecials()
760 } while (upto <= l); in nospecials()
/netbsd-src/external/mpl/dhcp/dist/tests/
H A DHOWTO-unit-test45 ISC DHCP unittests will run with ATF releases upto 0.19. Beginning with
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A DREADME50 library can vary by upto %10 due to the positioning of files after application
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A DREADME50 library can vary by upto %10 due to the positioning of files after application
/netbsd-src/distrib/acorn32/stand/BtNetBSD/misc/
H A Dbb_netbsd107 PRINT "Filecore occupies cylinders upto ";size-1
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86.td355 // If the target can efficiently decode NOPs upto 7-bytes in length.
360 // If the target can efficiently decode NOPs upto 11-bytes in length.
365 // If the target can efficiently decode NOPs upto 15-bytes in length.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-ivopts.c665 unsigned upto;
6231 gcc_assert (ivs->upto >= group->id); in iv_ca_add_group()
6232 ivs->upto++; in iv_ca_add_group()
6409 nw->upto = 0; in iv_ca_new()
6457 for (i = 0; i < ivs->upto; i++) in iv_ca_dump()
6506 for (i = 0; i < ivs->upto; i++) in iv_ca_extend()
6744 for (j = 0; j < ivs->upto; j++) in iv_ca_replace()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-ivopts.cc666 unsigned upto; member in iv_ca
6361 gcc_assert (ivs->upto >= group->id); in iv_ca_add_group()
6362 ivs->upto++; in iv_ca_add_group()
6539 nw->upto = 0; in iv_ca_new()
6587 for (i = 0; i < ivs->upto; i++) in iv_ca_dump()
6636 for (i = 0; i < ivs->upto; i++) in iv_ca_extend()
6874 for (j = 0; j < ivs->upto; j++) in iv_ca_replace()
/netbsd-src/sys/arch/luna68k/luna68k/
H A Dlocore.s170 dbra %d0,1b | upto 63 characters
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DSignals.inc556 // FIXME: Handle "Depth" parameter to print stack trace upto specified Depth
/netbsd-src/external/gpl3/binutils/dist/libsframe/doc/
H A Dsframe-spec.info598 1-4 ‘fre_offset_count’ A value of upto 3 is allowed to track all
H A Dsframe-spec.texi660 @tab A value of upto 3 is allowed to track all three of CFA, FP and RA.

12