| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
| H A D | segmented_array_test.cc | 143 auto &Back = Data.back(); in TEST() local 144 ASSERT_EQ(Back.First, 1); in TEST() 145 ASSERT_EQ(Back.Second, 1); in TEST() 154 auto &Back = Data.back(); in TEST() local 155 ASSERT_EQ(Back.First, static_cast<s64>(Segment + 1)); in TEST() 156 ASSERT_EQ(Back.Second, static_cast<s64>(Segment + 1)); in TEST() 209 auto &Back = Data.back(); in TEST() local 210 ASSERT_EQ(Back.NodePtr, &Dummy); in TEST() 211 ASSERT_EQ(Back.EntryTSC, i); in TEST() 246 auto &Back = Data->back(); in TEST() local [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/ |
| H A D | zlib-streams.adb | 44 Back : in Stream_Access; 78 Stream.Back := Back; 111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last)); 148 Ada.Streams.Read (Stream.Back.all, Item, Last); 196 Ada.Streams.Write (Stream.Back.all, Item);
|
| H A D | test.adb | 353 Back => ZLib.Streams.Stream_Access 385 Back => ZLib.Streams.Stream_Access 408 Back => ZLib.Streams.Stream_Access 436 Back => ZLib.Streams.Stream_Access
|
| H A D | zlib-streams.ads | 56 Back : in Stream_Access; 109 Back : Stream_Access; component
|
| /netbsd-src/common/dist/zlib/contrib/ada/ |
| H A D | zlib-streams.adb | 44 Back : in Stream_Access; 78 Stream.Back := Back; 111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last)); 148 Ada.Streams.Read (Stream.Back.all, Item, Last); 196 Ada.Streams.Write (Stream.Back.all, Item);
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/ |
| H A D | zlib-streams.adb | 44 Back : in Stream_Access; 78 Stream.Back := Back; 111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last)); 148 Ada.Streams.Read (Stream.Back.all, Item, Last); 196 Ada.Streams.Write (Stream.Back.all, Item);
|
| H A D | test.adb | 353 Back => ZLib.Streams.Stream_Access 385 Back => ZLib.Streams.Stream_Access 408 Back => ZLib.Streams.Stream_Access 436 Back => ZLib.Streams.Stream_Access
|
| H A D | zlib-streams.ads | 56 Back : in Stream_Access; 109 Back : Stream_Access; component
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/ |
| H A D | zlib-streams.adb | 44 Back : in Stream_Access; 78 Stream.Back := Back; 111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last)); 148 Ada.Streams.Read (Stream.Back.all, Item, Last); 196 Ada.Streams.Write (Stream.Back.all, Item);
|
| H A D | test.adb | 353 Back => ZLib.Streams.Stream_Access 385 Back => ZLib.Streams.Stream_Access 408 Back => ZLib.Streams.Stream_Access 436 Back => ZLib.Streams.Stream_Access
|
| H A D | zlib-streams.ads | 56 Back : in Stream_Access; 109 Back : Stream_Access; component
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mq-zii-ultra-zest.dts | 22 "Headphone", "Headphone Jack Back"; 26 "Headphone Jack Back", "HPA2 HPLEFT", 27 "Headphone Jack Back", "HPA2 HPRIGHT",
|
| H A D | imx8mq-zii-ultra-rmb3.dts | 46 "Headphone", "Headphone Jack Back"; 48 "Headphone Jack Back", "HPA1 HPLEFT", 49 "Headphone Jack Back", "HPA1 HPRIGHT",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | SerialSnippetGenerator.cpp | 138 const AliasingConfigurations Back(*OtherInstr, Instr); in appendCodeTemplates() local 143 else if (!Back.hasImplicitAliasing()) in appendCodeTemplates() 144 setRandomAliasing(Back, OtherIT, ThisIT); in appendCodeTemplates()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_ilist.h | 53 Elem* Back(); 128 Elem* e = Back(); in PopBack() 140 Elem* IList<Base, Node, Elem>::Back() { in Back() function
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | kirkwood-laplug.dts | 90 regulator-name = "USB Power Back 1"; 102 regulator-name = "USB Power Back 2";
|
| H A D | kirkwood-netxbig.dtsi | 64 label = "Back power switch (on|auto)"; 70 label = "Back power switch (auto|off)";
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gcov-dump.texi | 14 the Back-Cover Texts being (b) (see below). A copy of the license is 21 (b) The FSF's Back-Cover Text is:
|
| H A D | lto-dump.texi | 14 the Back-Cover Texts being (b) (see below). A copy of the license is 21 (b) The FSF's Back-Cover Text is:
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gcov-dump.texi | 14 the Back-Cover Texts being (b) (see below). A copy of the license is 21 (b) The FSF's Back-Cover Text is:
|
| H A D | lto-dump.texi | 14 the Back-Cover Texts being (b) (see below). A copy of the license is 21 (b) The FSF's Back-Cover Text is:
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 1190 const std::pair<unsigned, SourceLocation> *Back = &Stack->back(); in PopPragmaVisibility() local 1191 bool StartsWithPragma = Back->first != NoVisibility; in PopPragmaVisibility() 1193 Diag(Back->second, diag::err_pragma_push_visibility_mismatch); in PopPragmaVisibility() 1199 Back = &Stack->back(); in PopPragmaVisibility() 1200 StartsWithPragma = Back->first != NoVisibility; in PopPragmaVisibility() 1204 Diag(Back->second, diag::note_surrounding_namespace_starts_here); in PopPragmaVisibility()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libquadmath/ |
| H A D | libquadmath.info | 10 being "A GNU Manual," and with the Back-Cover Texts as in (a) 14 (a) The FSF's Back-Cover Text is: "You have the freedom to copy and 32 being "A GNU Manual," and with the Back-Cover Texts as in (a) 36 (a) The FSF's Back-Cover Text is: "You have the freedom to copy and 382 listed, as Front-Cover Texts or Back-Cover Texts, in the notice 384 Front-Cover Text may be at most 5 words, and a Back-Cover Text may 461 Back-Cover Texts on the back cover. Both covers must also clearly 586 and a passage of up to 25 words as a Back-Cover Text, to the end of 588 of Front-Cover Text and one of Back-Cover Text may be added by (or 770 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libquadmath/ |
| H A D | libquadmath.info | 10 being "A GNU Manual," and with the Back-Cover Texts as in (a) 14 (a) The FSF's Back-Cover Text is: "You have the freedom to copy and 32 being "A GNU Manual," and with the Back-Cover Texts as in (a) 36 (a) The FSF's Back-Cover Text is: "You have the freedom to copy and 382 listed, as Front-Cover Texts or Back-Cover Texts, in the notice 384 Front-Cover Text may be at most 5 words, and a Back-Cover Text may 461 Back-Cover Texts on the back cover. Both covers must also clearly 586 and a passage of up to 25 words as a Back-Cover Text, to the end of 588 of Front-Cover Text and one of Back-Cover Text may be added by (or 770 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
| H A D | UDTLayout.cpp | 120 const LayoutItemBase *Back = LayoutItems.back(); in tailPadding() local 121 uint32_t ChildPadding = Back->LayoutItemBase::tailPadding(); in tailPadding()
|