/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | complaints.c | 82 int series; member 120 (*c)->series = ISOLATED_MESSAGE; in get_complaints() 175 enum complaint_series series; in vcomplaint() local 183 series = SUBSEQUENT_MESSAGE; in vcomplaint() 185 series = complaints->series; in vcomplaint() 203 if (series != SUBSEQUENT_MESSAGE) in vcomplaint() 211 if (series == ISOLATED_MESSAGE) in vcomplaint() 223 switch (series) in vcomplaint() 281 switch (complaints->series) in clear_complaints() 304 complaints->series = ISOLATED_MESSAGE; in clear_complaints() [all …]
|
/openbsd/usr.bin/file/magdir/ |
H A D | alliant | 4 # alliant: file(1) magic for Alliant FX series a.out files 6 # If the FX series is the one that had a processor with a 68K-derived
|
H A D | printer | 121 # HP LaserJet 1000 series downloadable firmware file 122 0 string \xbe\xefABCDEFGH HP LaserJet 1000 series downloadable firmware
|
/openbsd/usr.bin/lex/ |
H A D | parse.y | 496 re : re '|' series 502 | series 534 series : series singleton 545 | series BEGIN_REPEAT_POSIX NUMBER ',' NUMBER END_REPEAT_POSIX 573 | series BEGIN_REPEAT_POSIX NUMBER ',' END_REPEAT_POSIX 587 | series BEGIN_REPEAT_POSIX NUMBER END_REPEAT_POSIX
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/ |
H A D | README.txt | 5 The files in this directory are accompany a series of blog posts that describe
|
/openbsd/sys/arch/sparc64/conf/ |
H A D | RAMDISKU1 | 73 rfx* at sbus? # RasterFlex framebuffer series 77 vigra* at sbus? # Viagra framebuffer series
|
H A D | RAMDISK | 177 eephy* at mii? # Marvell 88E1000 series PHY 269 rfx* at sbus? # RasterFlex framebuffer series 275 vigra* at sbus? # Viagra framebuffer series
|
/openbsd/distrib/notes/hppa/ |
H A D | whatis | 3 OpenBSD/MACHINE OSREV runs on the HP 9000/700 series of workstations,
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | Phabricator.rst | 138 .. _creating-a-patch-series: 140 Creating a patch series 144 …scribed `here <https://moz-conduit.readthedocs.io/en/latest/arcanist-user.html#series-of-commits>`_ 155 * Go to what will be the last review in the series (the most recent). 164 Repeat this with each previous review until you reach the first in the series. This 165 one won't have a parent since it's the start of the series. 167 If you prefer to start with the first in the series and go forward, you can use the 195 your series. 200 One frequently used workflow for creating a series of patches using patch summaries 201 is based on git's rebasing. These steps assume that you have a series of commits that [all …]
|
H A D | BlockFrequencyTerminology.rst | 63 Implementation: a series of DAGs 99 After analysing the complete series of DAGs, each block has a mass (local to
|
/openbsd/distrib/notes/landisk/ |
H A D | hardware | 4 IO-DATA HDL-U, HDL-AV, HDL-W and HDLM-U series (Japan)
|
/openbsd/sys/arch/alpha/conf/ |
H A D | ld.script | 35 * However, some of the last alpha models (*5 D and E series, 36 * *7, and G series) have much larger console sizes.
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKY.td | 380 // CK801 series 389 // CK802 series 402 // CK803 series 494 // CK803S series 517 // CK804 series 544 // CK805 series 561 // CK807 series 585 // CK810 series 648 // CK860 series
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | README.txt | 5 The files in this directory are meant to accompany the first blog in a series of
|
/openbsd/gnu/usr.bin/perl/cpan/Digest-SHA/t/ |
H A D | bitbuf.t | 19 # buffer using a series of increasingly large bitstrings
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | README.txt | 5 The files in this directory are meant to accompany the first in a series of
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | README.txt | 5 The files in this directory are meant to accompany the second blog in a series of
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430.td | 34 "Enable F5 series hardware multiplier">;
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | README.txt | 5 The files in this directory are meant to accompany the third blog in a series of
|
/openbsd/sys/dev/ic/ |
H A D | ar5008.c | 1479 struct athn_series series[4]; in ar5008_tx() local 1697 series[i].hwrate = athn_rates[ridx[i]].hwrate; in ar5008_tx() 1701 series[i].hwrate |= 0x04; in ar5008_tx() 1724 SM(AR_TXC3_XMIT_RATE0, series[0].hwrate) | in ar5008_tx() 1725 SM(AR_TXC3_XMIT_RATE1, series[1].hwrate) | in ar5008_tx() 1726 SM(AR_TXC3_XMIT_RATE2, series[2].hwrate) | in ar5008_tx() 1727 SM(AR_TXC3_XMIT_RATE3, series[3].hwrate); in ar5008_tx() 1731 SM(AR_TXC4_PACKET_DUR0, series[0].dur) | in ar5008_tx() 1732 SM(AR_TXC4_PACKET_DUR1, series[1].dur); in ar5008_tx() 1734 SM(AR_TXC5_PACKET_DUR2, series[2].dur) | in ar5008_tx() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | t-vr | 56 # Assume a 4000-series is the default: we'd need a *mips16 entry if
|
/openbsd/gnu/llvm/llvm/docs/tutorial/ |
H A D | BuildingAJIT2.rst | 22 `Chapter 1 <BuildingAJIT1.html>`_ of this series we examined a basic JIT 35 tutorial series the llvm *FunctionPassManager* is introduced as a means for 40 equivalent form. In the original tutorial series the FunctionPassManager was 132 of the "Implementing a language with LLVM" tutorial series. Readers may visit
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | CONTRIBUTORS | 16 gdb-specific debug information and the 68k series machines, most of 94 series, and added support for Mach 3 and NetBSD running on the PC532.
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | CONTRIBUTORS | 16 gdb-specific debug information and the 68k series machines, most of 94 series, and added support for Mach 3 and NetBSD running on the PC532.
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-cxxfilt.rst | 15 for the GNU :program:`c++filt` tool. It takes a series of symbol names and
|