Home
last modified time | relevance | path

Searched refs:upto (Results 1 – 18 of 18) sorted by path

/freebsd/contrib/diff/src/
H A Difdef.c30 lin from, upto; /* start and limit lines for this group of lines */ member
105 groups[0].upto = end0; in format_ifdef()
108 groups[1].upto = end1; in format_ifdef()
227 case 'l': return translate_line_number (g->file, g->upto) - 1; in groups_letter_value()
228 case 'm': return translate_line_number (g->file, g->upto); in groups_letter_value()
229 case 'n': return g->upto - g->from; in groups_letter_value()
242 lin from = group->from, upto = group->upto; in print_ifdef_lines() local
250 if (format[1] == 'l' && format[2] == '\n' && !format[3] && from < upto) in print_ifdef_lines()
253 linbuf[upto] + (linbuf[upto][-1] != '\n') - linbuf[from], in print_ifdef_lines()
260 linbuf[upto] - linbuf[from], out); in print_ifdef_lines()
[all …]
/freebsd/contrib/elftoolchain/
H A DREADME.rst72 Checked-out sources may be kept upto-date by running ``svn update``
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve.td1023 // splat of any possible lane. It is upto LLVM to pick a more efficient
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp50 StringRef upto(Cursor C) const { in upto() function in __anon7f50f8760111::Cursor
174 StringRef String = Range.upto(R); in lexName()
185 Token.reset(Type, Range.upto(C)) in lexName()
295 auto Identifier = Range.upto(C); in maybeLexIdentifier()
330 Range.upto(C)) in maybeLexMachineBasicBlock()
345 Token.reset(Kind, Range.upto(C)).setIntegerValue(APSInt(NumberRange.upto(C))); in maybeLexIndex()
366 Token.reset(Kind, Range.upto(C)) in maybeLexIndexAndName()
580 StringRef StrVal = Range.upto(C); in maybeLexHexadecimalLiteral()
599 StringRef StrVal = Range.upto(C); in maybeLexNumericalLiteral()
627 StringRef StrVal = Range.upto(C); in maybeLexExclaim()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc572 // FIXME: Handle "Depth" parameter to print stack trace upto specified Depth
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td639 // If the target can efficiently decode NOPs upto 7-bytes in length.
645 // If the target can efficiently decode NOPs upto 11-bytes in length.
651 // If the target can efficiently decode NOPs upto 15-bytes in length.
/freebsd/contrib/lua/src/
H A Dlstrlib.c747 size_t upto = 0; in nospecials() local
749 if (strpbrk(p + upto, SPECIALS)) in nospecials()
751 upto += strlen(p + upto) + 1; /* may have more after \0 */ in nospecials()
752 } while (upto <= l); in nospecials()
/freebsd/crypto/openssl/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()
/freebsd/sbin/ipf/ipsend/
H A DCrashable2 Solaris 2.4 - upto and including 101945-34, > 34 ?
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dti,dlpc3433.yaml21 It supports upto 720p resolution with 60 and 120 Hz refresh
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Daspeed-pwm-tacho.txt3 The ASPEED PWM controller can support upto 8 PWM outputs. The ASPEED Fan Tacho
4 controller can support upto 16 Fan tachometer inputs.
6 There can be upto 8 fans supported. Each fan can have one PWM output and
31 Under fan subnode there can upto 8 child nodes, with each child node
H A Dnpcm750-pwm-fan.txt29 Under fan subnode can be upto 8 child nodes, each child node representing a fan.
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmmc-controller.yaml96 - some mmc host controllers do support a max frequency upto
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dintel,pinctrl-keembay.yaml36 Each interrupt line is shared by upto 4 GPIO lines.
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dti,keystone-rproc.txt4 The TI Keystone 2 family of SoCs usually have one or more (upto 8) TI DSP Core
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,geni-se.yaml15 like UART, SPI, I2C, I3C, etc. A single QUP module can provide upto 8 Serial
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra186-asrc.yaml17 supports 6 streams upto 12 total channels. The input data size can be
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c577 size_t upto = 0; in nospecials() local
579 if (strpbrk(p + upto, SPECIALS)) in nospecials()
581 upto += strlen(p + upto) + 1; /* may have more after \0 */ in nospecials()
582 } while (upto <= l); in nospecials()