| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Timer.cpp | 114 assert(!TG && "Timer already initialized"); in init() 118 TG = &tg; in init() 119 TG->addTimer(*this); in init() 123 if (!TG) return; // Never initialized, or already cleared. in ~Timer() 124 TG->removeTimer(*this); in ~Timer() 305 T.TG = nullptr; in removeTimer() 423 for (TimerGroup *TG = TimerGroupList; TG; TG = TG->Next) in printAll() local 424 TG->print(OS); in printAll() 429 for (TimerGroup *TG = TimerGroupList; TG; TG = TG->Next) in clearAll() local 430 TG->clear(); in clearAll() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 92 const Comparator &Comp, TaskGroup &TG, size_t Depth) { in parallel_quick_sort() argument 110 TG.spawn([=, &Comp, &TG] { in parallel_quick_sort() 111 parallel_quick_sort(Start, Pivot, Comp, TG, Depth - 1); in parallel_quick_sort() 113 parallel_quick_sort(Pivot + 1, End, Comp, TG, Depth - 1); in parallel_quick_sort() 119 TaskGroup TG; in parallel_sort() local 120 parallel_quick_sort(Start, End, Comp, TG, in parallel_sort() 149 TaskGroup TG; in parallel_for_each() local 151 TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); }); in parallel_for_each() 176 TaskGroup TG; in parallel_for_each_n() local 179 TG.spawn([=, &Fn] { in parallel_for_each_n() [all …]
|
| H A D | Timer.h | 89 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in. variable 101 assert(!RHS.TG && "Can only copy uninitialized timers"); in Timer() 104 assert(!TG && !T.TG && "Can only assign uninit timers"); 116 bool isInitialized() const { return TG != nullptr; } in isInitialized() 199 TimerGroup(const TimerGroup &TG) = delete; 200 void operator=(const TimerGroup &TG) = delete;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | PassTimingInfo.cpp | 66 TimerGroup TG; member in llvm::__anon1219f5300211::legacy::PassTimingInfo 98 : TG("pass", "... Pass execution timing report ...") {} in PassTimingInfo() 119 TG.print(OutStream ? *OutStream : *CreateInfoOutputFile(), true); in print() 128 return new Timer(PassID, PassDescNumbered, TG); in newPassTimer() 177 Timers.emplace_back(new Timer(PassID, PassID, TG)); in getPassTimer() 188 Timer *T = new Timer(PassID, FullDesc, TG); in getPassTimer() 196 : TG("pass", "... Pass execution timing report ..."), Enabled(Enabled), in TimePassesHandler() 209 TG.print(OutStream ? *OutStream : *CreateInfoOutputFile(), true); in print()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | HardwareAssistedAddressSanitizerDesign.rst | 35 * Every heap/stack/global memory object is forcibly aligned by `TG` bytes 36 (`TG` is e.g. 16 or 64). We call `TG` the **tagging granularity**. 39 * The memory for the object is also tagged with `T` (using a `TG=>1` shadow memory) 48 A short granule is a granule of size between 1 and `TG-1` bytes. The size 59 Pointer tags between 1 to `TG-1` are possible and are as likely as any other 61 tag interpretation (where the pointer tag is between 1 and `TG-1` and the 65 When HWASAN detects an error near a memory tag between 1 and `TG-1`, it 132 This can be based on any malloc that forces all objects to be TG-aligned. 139 by `TG` and tagging stack memory in function prologue and epilogue. 262 `1/TG` extra memory for the shadow [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| H A D | evppkey_ffdhe.txt | 54 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhKFyX//////////8CAQIC 70 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhKFyX//////////8CAQIC 154 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe 175 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe 242 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe 269 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe 352 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe 389 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe 494 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe 542 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ |
| H A D | DH.pub.pem | 7 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhKFyX//////////8CAQIC
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | PassTimingInfo.h | 53 TimerGroup TG; variable
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | ISO_3166 | 234 TG Togo
|
| H A D | iso-3166.texi | 423 @item TG
|
| H A D | ISO_3166_de | 220 TG TGO Togo
|
| H A D | gettext.info | 13946 `TG'
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | iso3166.tab | 247 TG Togo
|
| H A D | zone1970.tab | 124 CI,BF,GH,GM,GN,IS,ML,MR,SH,SL,SN,TG +0519-00402 Africa/Abidjan
|
| H A D | zone.tab | 385 TG +0608+00113 Africa/Lome
|
| /netbsd-src/external/gpl2/grep/dist/po/ |
| H A D | sv.po | 211 " -d, --directories=�TG�RD hur kataloger skall hanteras\n" 212 " �TG�RD �r \"read\", \"recurse\" eller \"skip\".\n"
|
| /netbsd-src/share/misc/ |
| H A D | country | 241 Togo TG TGO 768 TO
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/ |
| H A D | evppkey.txt | 17901 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhKFyX//////////8CAQIC 17917 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhKFyX//////////8CAQIC 17978 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe 17999 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe 18066 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe 18093 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe 18176 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe 18213 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe 18318 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe 18366 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhH8/c3jVbO2UZA1u8NPTe
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 240 if (const auto *TG = dyn_cast<OMPTaskgroupDirective>(&S)) { in OMPSimdLexicalScope() local 241 if (const Expr *E = TG->getReductionRef()) in OMPSimdLexicalScope()
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | test_ldnsrr.c3 | 564 …30114324 62298 types-signed.wb.sidnlabs.nl. 0HXIKijySXvj7ahspOm5Nq+BjvnVyi/TG/N4RsRSMQlOVHdtlgBb3l…
|
| H A D | test_ldnsrr.3 | 298 …30114324 62298 types-signed.wb.sidnlabs.nl. 0HXIKijySXvj7ahspOm5Nq+BjvnVyi/TG/N4RsRSMQlOVHdtlgBb3l…
|
| H A D | test_ldnsrr.2 | 937 …393 nlnetlabs.nl. wza4I4gA9H46HW5fU7K9rwNzvOYZVIDmPYJjohMZbO+x7s9ja9c3m3Nt TG/SZdTXGCWjh8jh6marIGf…
|
| /netbsd-src/sys/dev/pci/ |
| H A D | pcidevs | 7927 product NCUBE TG3648 0x8168 TP-Link TG-3468 v2 Gigabit Ethernet
|
| /netbsd-src/etc/ |
| H A D | services | 24465 # Networking TG
|