Home
last modified time | relevance | path

Searched refs:HT (Results 1 – 25 of 40) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DScopedHashTable.h87 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; variable
97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
228 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { in ScopedHashTableScope()
229 PrevScope = HT.CurScope; in ScopedHashTableScope()
230 HT.CurScope = this; in ScopedHashTableScope()
236 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
237 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
243 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope()
245 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope()
247 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h153 auto &HT = ODT->Table; in condense() local
154 Info &InfoObj = HT.getInfoObj(); in condense()
156 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) { in condense()
249 auto &HT = ODT->Table; in find() local
250 auto It = HT.find_hashed(Key, KeyHash); in find()
251 if (It != HT.end()) in find()
252 HT.getInfoObj().ReadDataInto(Key, It.getDataPtr(), It.getDataLen(), in find()
274 auto &HT = ODT->Table; in findAll() local
275 Info &InfoObj = HT.getInfoObj(); in findAll()
276 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) { in findAll()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp211 ScheduleHazardRecognizer::HazardType HT = in listScheduleTopDown() local
213 if (HT == ScheduleHazardRecognizer::NoHazard) { in listScheduleTopDown()
219 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in listScheduleTopDown()
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3035.crt12 UidysYHn/HT/4J/ey3i0hOXQ5d2D61FRVynW31CyakQecF9jUF1POdRpfkG+5gG8
H A D1407.crt14 z8hPLfMVnV3Nk6dBGky3EHeaIvPcIq8EZqHigrYTAatKOVD93n3AdU8H0ZAa/2HT
H A D2732.key12 rC3W3aPraO0g3ymTGJ8lZ1G4Ox6NPl20q5m/qSaLEF/Dzl3YEeFECiSqdn7V++HT
H A D2630.key7 bOpadz0SDQznneBYOXyp04Ktd4usS0/HT/MrDwIDAQABAoIBAAa33QI85G1vvT/x
H A D2665.chain12 P487bb6nm9F8CkPXt5Xg9lk+3/qrZGKZrXysmeyS/lLmRs+w0xtfH1uoU8pmP+HT
H A D2943.chain38 HT/KoxJX1j0VAqMmtGGhaBj4UZMQhXkEumMk6JZe03LFI0FUFdgRXK871pWzLTVe
H A D2544.chain46 ma+u25YZrQ6wwZyHmBhbFrvAcc9s+G/HT+jmHJMosA==
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp150 WinEHHandlerType HT; in addTryBlockMapEntry() local
153 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry()
155 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry()
156 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue(); in addTryBlockMapEntry()
157 HT.Handler = CPI->getParent(); in addTryBlockMapEntry()
160 HT.CatchObj.Alloca = AI; in addTryBlockMapEntry()
162 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry()
163 TBME.HandlerArray.push_back(HT); in addTryBlockMapEntry()
H A DPostRASchedulerList.cpp571 ScheduleHazardRecognizer::HazardType HT = in ListScheduleTopDown() local
573 if (HT == ScheduleHazardRecognizer::NoHazard) { in ListScheduleTopDown()
590 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in ListScheduleTopDown()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp849 for (const WinEHHandlerType &HT : TBME.HandlerArray) { in emitCXXFrameHandler3Table() local
854 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table()
855 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
863 getMCSymbolForMBB(Asm, HT.Handler.dyn_cast<MachineBasicBlock *>()); in emitCXXFrameHandler3Table()
866 OS.emitInt32(HT.Adjectives); in emitCXXFrameHandler3Table()
869 OS.emitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dtrinityd.h99 # define HT(x) ((x) << 16) macro
/openbsd-src/libexec/getty/
H A Dgettytab.h127 #define HT gettyflags[0].value macro
H A Dsubr.c257 if (!HT) in setflags()
/openbsd-src/usr.bin/yacc/
H A Ddefs.h75 #define HT '\t' /* horizontal tab */ macro
/openbsd-src/share/misc/
H A Dcountrycodes109 HT:HAITI
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dscreen.py41 HT = 9 # Move cursor to next tab stop. variable
/openbsd-src/share/zoneinfo/datfiles/
H A Diso3166.tab130 HT Haiti
H A Dzone1970.tab172 HT +1832-07220 America/Port-au-Prince
/openbsd-src/sys/arch/macppc/conf/
H A Dfiles.macppc87 # HT bridge
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h107 inline const char *getHotnessName(CalleeInfo::HotnessType HT) { in getHotnessName() argument
108 switch (HT) { in getHotnessName()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlebcdic.pod447 <HT> 9 5 5 5 9 5
761 <HT> 09 05 05 05 09 05
1193 \cE 5 <ENQ> <HT> <HT>
1197 \cI 9 <HT> <RI> <RI>
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DNameAliases.txt97 0009;HT;abbreviation

12