Home
last modified time | relevance | path

Searched refs:Beginning (Results 1 – 25 of 89) sorted by relevance

1234

/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasconvrt.c875 char *Beginning; in AsBracesOnSameLine() local
935 Beginning = SubBuffer - 1; in AsBracesOnSameLine()
936 while ((*Beginning == ' ') || in AsBracesOnSameLine()
937 (*Beginning == '\n')) in AsBracesOnSameLine()
939 Beginning--; in AsBracesOnSameLine()
942 StartOfThisLine = Beginning; in AsBracesOnSameLine()
957 (*Beginning != '\\') && in AsBracesOnSameLine()
958 (*Beginning != '/') && in AsBracesOnSameLine()
959 (*Beginning != '{') && in AsBracesOnSameLine()
960 (*Beginning != '=') && in AsBracesOnSameLine()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h243 bool Beginning; variable
249 return Beginning ? MBB.begin() : MBB.end(); in getPointImpl()
255 MBBInsertPoint(MachineBasicBlock &MBB, bool Beginning = true)
256 : InsertPoint(), MBB(MBB), Beginning(Beginning) { in InsertPoint()
259 assert((!Beginning || MBB.getFirstNonPHI() == MBB.begin()) && in InsertPoint()
263 assert((Beginning || MBB.getFirstTerminator() == MBB.end()) && in InsertPoint()
371 void addInsertPoint(MachineBasicBlock &MBB, bool Beginning);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptTokenList.def20 TOKEN(LineComment) // Beginning of single-line comment.
21 TOKEN(StartComment) // Beginning of multi-line comment.
/netbsd-src/external/bsd/flex/dist/tests/
H A Dinclude_by_push.direct_3.txt1 Beginning of "include_by_push.direct_3.txt"
H A Dinclude_by_buffer.direct_3.txt1 Beginning of "include_by_buffer.direct_3.txt"
H A Dinclude_by_reentrant.direct_3.txt1 Beginning of "include_by_reentrant.direct_3.txt".
H A Dinclude_by_buffer.direct_2.txt1 Beginning of "include_by_buffer.direct_2.txt"
H A Dinclude_by_push.direct.txt1 Beginning of "include_by_push.direct.txt"
H A Dinclude_by_push.direct_2.txt1 Beginning of "include_by_push.direct_2.txt"
H A Dinclude_by_reentrant.direct_2.txt1 Beginning of "include_by_reentrant.direct_2.txt".
H A Dinclude_by_buffer.direct.txt1 Beginning of "include_by_buffer.direct.txt"
H A Dinclude_by_reentrant.direct.txt1 Beginning of "include_by_reentrant.direct.txt".
/netbsd-src/external/mpl/dhcp/dist/tests/
H A DHOWTO-unit-test40 Beginning with ATF version 0.16, it is necessary to include the following
45 ISC DHCP unittests will run with ATF releases upto 0.19. Beginning with
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp244 MSSAU->createMemoryAccessInBB(IC, nullptr, N, MemorySSA::Beginning); in sinkInstruction()
272 MSSAU->moveToPlace(OldMemAcc, MoveBB, MemorySSA::Beginning); in sinkInstruction()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstab.def122 /* Beginning of an include file. Only Sun uses this.
144 /* Beginning of lexical block.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstab.def122 /* Beginning of an include file. Only Sun uses this.
144 /* Beginning of lexical block.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp853 bool Beginning) { in addInsertPoint() argument
854 addInsertPoint(*new MBBInsertPoint(MBB, Beginning)); in addInsertPoint()
/netbsd-src/external/gpl3/binutils/dist/include/aout/
H A Dstab.def157 /* Beginning of an include file. Only Sun uses this.
179 /* Beginning of lexical block.
/netbsd-src/external/gpl3/binutils.old/dist/include/aout/
H A Dstab.def157 /* Beginning of an include file. Only Sun uses this.
179 /* Beginning of lexical block.
/netbsd-src/external/gpl2/groff/dist/arch/djgpp/
H A DREADME64 Beginning with version 1.15, Groff comes with an Info manual;
119 Beginning with version 1.15, Groff can create HTML output, like
/netbsd-src/sys/arch/m68k/fpsp/
H A Dbinstr.sa57 * A2. Beginning of the loop:
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dconfigure.ac110 echo "Beginning configuration for readline-$LIBVERSION for ${host_cpu}-${host_vendor}-${host_os}"
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DMsfFile.rst119 file. Beginning at byte 0 of the stream directory is the following structure:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp1602 if (Point == Beginning) { in insertIntoListsForBlock()
1683 assert(Point == Beginning && in moveTo()
1700 insertIntoListsForBlock(Phi, BB, Beginning); in createMemoryPhi()
/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/
H A Delfm68hc11.sc115 KEEP (*(.fini0)) /* Beginning of finish code (_exit symbol). */

1234