Home
last modified time | relevance | path

Searched refs:TG (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimer.cpp114 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 DParallel.h92 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 DTimer.h89 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 DPassTimingInfo.cpp66 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 DHardwareAssistedAddressSanitizerDesign.rst35 * 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 Devppkey_ffdhe.txt54 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 DDH.pub.pem7 TG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhKFyX//////////8CAQIC
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPassTimingInfo.h53 TimerGroup TG; variable
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_3166234 TG Togo
H A Diso-3166.texi423 @item TG
H A DISO_3166_de220 TG TGO Togo
H A Dgettext.info13946 `TG'
/netbsd-src/external/public-domain/tz/dist/
H A Diso3166.tab247 TG Togo
H A Dzone1970.tab124 CI,BF,GH,GM,GN,IS,ML,MR,SH,SL,SN,TG +0519-00402 Africa/Abidjan
H A Dzone.tab385 TG +0608+00113 Africa/Lome
/netbsd-src/external/gpl2/grep/dist/po/
H A Dsv.po211 " -d, --directories=�TG�RD hur kataloger skall hanteras\n"
212 " �TG�RD �r \"read\", \"recurse\" eller \"skip\".\n"
/netbsd-src/share/misc/
H A Dcountry241 Togo TG TGO 768 TO
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
H A Devppkey.txt17901 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 DCGStmtOpenMP.cpp240 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 Dtest_ldnsrr.c3564 …30114324 62298 types-signed.wb.sidnlabs.nl. 0HXIKijySXvj7ahspOm5Nq+BjvnVyi/TG/N4RsRSMQlOVHdtlgBb3l…
H A Dtest_ldnsrr.3298 …30114324 62298 types-signed.wb.sidnlabs.nl. 0HXIKijySXvj7ahspOm5Nq+BjvnVyi/TG/N4RsRSMQlOVHdtlgBb3l…
H A Dtest_ldnsrr.2937 …393 nlnetlabs.nl. wza4I4gA9H46HW5fU7K9rwNzvOYZVIDmPYJjohMZbO+x7s9ja9c3m3Nt TG/SZdTXGCWjh8jh6marIGf…
/netbsd-src/sys/dev/pci/
H A Dpcidevs7927 product NCUBE TG3648 0x8168 TP-Link TG-3468 v2 Gigabit Ethernet
/netbsd-src/etc/
H A Dservices24465 # Networking TG