Home
last modified time | relevance | path

Searched full:upto (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp50 StringRef upto(Cursor C) const { in upto() function in __anon2f5552ae0111::Cursor
174 StringRef String = Range.upto(R); in lexName()
185 Token.reset(Type, Range.upto(C)) in lexName()
186 .setStringValue(Range.upto(C).drop_front(PrefixLength)); in lexName()
299 auto Identifier = Range.upto(C); in maybeLexIdentifier()
321 StringRef Number = NumberRange.upto(C); in maybeLexMachineBasicBlock()
334 Range.upto(C)) in maybeLexMachineBasicBlock()
336 .setStringValue(Range.upto(C).drop_front(StringOffset)); in maybeLexMachineBasicBlock()
349 Token.reset(Kind, Range.upto(C)).setIntegerValue(APSInt(NumberRange.upto(C))); in maybeLexIndex()
362 StringRef Number = NumberRange.upto(C); in maybeLexIndexAndName()
[all …]
/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/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/sbin/ipf/ipsend/
H A DCrashable2 Solaris 2.4 - upto and including 101945-34, > 34 ?
/freebsd/share/doc/usd/12.vi/summary/
H A Dvi.summary370 t\fIx\fP upto \fIx\fP forward
371 T\fIx\fP back upto \fIx\fP
/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/device-tree/Bindings/display/bridge/
H A Dti,dlpc3433.yaml21 It supports upto 720p resolution with 60 and 120 Hz refresh
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dmemset.S79 @ At this point we're still aligned and we have upto align-1 bytes left to right
/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/netpfil/ipfilter/netinet/
H A Dip_sync.h81 * warned: this index's a table of large elements (upto 272 bytes in size
H A Dip_proxy.h76 * The following fields are upto the proxy's apr_ctl routine to deal
/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()
/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/ck/include/
H A Dck_bitmap.h372 * Returns the number of set bit in bitmap, upto (and excluding)
400 * upto (and excluding) limit. If limit is greater than either bitmap
/freebsd/contrib/elftoolchain/
H A DREADME.rst72 Checked-out sources may be kept upto-date by running ``svn update``
/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/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h1355 def_chain(T MA, MemoryAccess *UpTo = nullptr) {
1357 assert((!UpTo || find(def_chain(MA), UpTo) != def_chain_iterator<T>()) &&
1358 "UpTo isn't in the def chain!");
1360 return make_range(def_chain_iterator<T>(MA), def_chain_iterator<T>(UpTo));
/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/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsmcmnapi.c531 if (oneDeviceData->SMNumOfFCA <= 0) /* does SMP HARD RESET only upto one time */ in tdsmIDCompletedCB()
634 if (oneDeviceData->SMNumOfID <= 0) /* does SMP HARD RESET only upto one time */ in tdsmIDCompletedCB()
811 if (oneDeviceData->SMNumOfFCA <= 0) /* does SMP HARD RESET only upto one time */ in tdsmIOCompletedCB()
/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/sys/contrib/device-tree/Bindings/mmc/
H A Dmmc-controller.yaml96 - some mmc host controllers do support a max frequency upto
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp255 Name + ".upto" + Twine(I)); in concatenate()
264 Name + ".upto" + Twine(I)); in concatenate()
1047 EEI.getName() + ".upto" + Twine(I)); in visitExtractElementInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h51 /// number of elements upto which a linear scan over the Vector will be used
/freebsd/sys/contrib/xen/
H A Dsysctl.h888 * Recommended length is upto XEN_LIVEPATCH_NAME_SIZE.
894 uint16_t size; /* IN: size of name. May be upto

123