/freebsd/contrib/diff/src/ |
H A D | ifdef.c | 30 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/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 50 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/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | aspeed-pwm-tacho.txt | 3 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 D | npcm750-pwm-fan.txt | 29 Under fan subnode can be upto 8 child nodes, each child node representing a fan.
|
/freebsd/sbin/ipf/ipsend/ |
H A D | Crashable | 2 Solaris 2.4 - upto and including 101945-34, > 34 ?
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstrlib.c | 577 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/crypto/openssl/crypto/cms/ |
H A D | cms_smime.c | 89 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/lua/src/ |
H A D | lstrlib.c | 747 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/contrib/elftoolchain/ |
H A D | README.rst | 72 Checked-out sources may be kept upto-date by running ``svn update``
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | ti,keystone-rproc.txt | 4 The TI Keystone 2 family of SoCs usually have one or more (upto 8) TI DSP Core
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.td | 631 // If the target can efficiently decode NOPs upto 7-bytes in length. 637 // If the target can efficiently decode NOPs upto 11-bytes in length. 643 // If the target can efficiently decode NOPs upto 15-bytes in length.
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Signals.inc | 577 // FIXME: Handle "Depth" parameter to print stack trace upto specified Depth
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_sve.td | 1041 // splat of any possible lane. It is upto LLVM to pick a more efficient
|