/external/tcpdump/tests/ |
D | geonet_and_calm_fast.out | 1 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 2 GeoNet src:00:0c:42:6d:54:d5; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 3 GeoNet src:00:0c:42:6d:54:df; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 4 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 5 GeoNet src:00:0c:42:6d:54:d5; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 6 GeoNet src:00:0c:42:6d:54:df; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 7 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 8 GeoNet src:00:0c:42:6d:54:d5; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 9 GeoNet src:00:0c:42:6d:54:df; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 10 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… [all …]
|
D | geonet-mac-lookup-heapoverflow.out | 1 GeoNet src:30:30:30:30:30:30; v:3 NH:0-Any HT:3-0-GeoAnycastCircle HopLim:48 Payload:12336 [|geonet]
|
D | cve-2014-8768-Geonet.out | 1 GeoNet src:07:07:07:07:07:07; v:12 NH:6-Unknown HT:5-1-TopoScopeBcast-MH HopLim:7 Payload:1799 GN_A…
|
/external/llvm-project/openmp/libomptarget/src/ |
D | device.cpp | 159 auto &HT = *lr.Entry; in lookupMapping() local 161 lr.Flags.IsContained = hp >= HT.HstPtrBegin && hp < HT.HstPtrEnd && in lookupMapping() 162 (hp+Size) <= HT.HstPtrEnd; in lookupMapping() 164 lr.Flags.ExtendsAfter = hp < HT.HstPtrEnd && (hp + Size) > HT.HstPtrEnd; in lookupMapping() 171 auto &HT = *lr.Entry; in lookupMapping() local 173 lr.Flags.ExtendsBefore = hp < HT.HstPtrBegin && (hp+Size) > HT.HstPtrBegin; in lookupMapping() 175 lr.Flags.ExtendsAfter = hp < HT.HstPtrEnd && (hp+Size) > HT.HstPtrEnd; in lookupMapping() 213 auto &HT = *lr.Entry; in getOrAllocTgtPtr() local 217 HT.incRefCount(); in getOrAllocTgtPtr() 219 uintptr_t tp = HT.TgtPtrBegin + ((uintptr_t)HstPtrBegin - HT.HstPtrBegin); in getOrAllocTgtPtr() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 84 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; variable 96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT); 222 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { in ScopedHashTableScope() 223 PrevScope = HT.CurScope; in ScopedHashTableScope() 224 HT.CurScope = this; in ScopedHashTableScope() 230 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope() 231 HT.CurScope = PrevScope; in ~ScopedHashTableScope() 237 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope() 239 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope() 241 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 87 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; variable 97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT); 229 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { in ScopedHashTableScope() 230 PrevScope = HT.CurScope; in ScopedHashTableScope() 231 HT.CurScope = this; in ScopedHashTableScope() 237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope() 238 HT.CurScope = PrevScope; in ~ScopedHashTableScope() 244 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope() 246 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope() 248 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope() [all …]
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 87 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; variable 97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT); 229 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { in ScopedHashTableScope() 230 PrevScope = HT.CurScope; in ScopedHashTableScope() 231 HT.CurScope = this; in ScopedHashTableScope() 237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope() 238 HT.CurScope = PrevScope; in ~ScopedHashTableScope() 244 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope() 246 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope() 248 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope() [all …]
|
/external/clang/lib/Serialization/ |
D | MultiOnDiskHashTable.h | 137 auto &HT = ODT->Table; in condense() local 138 Info &InfoObj = HT.getInfoObj(); in condense() 140 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) { in condense() 233 auto &HT = ODT->Table; in find() local 234 auto It = HT.find_hashed(Key, KeyHash); in find() 235 if (It != HT.end()) in find() 236 HT.getInfoObj().ReadDataInto(Key, It.getDataPtr(), It.getDataLen(), in find() 258 auto &HT = ODT->Table; in findAll() local 259 Info &InfoObj = HT.getInfoObj(); in findAll() 260 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) { in findAll()
|
/external/llvm-project/clang/lib/Serialization/ |
D | MultiOnDiskHashTable.h | 153 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()
|
/external/apache-http/src/org/apache/http/protocol/ |
D | HTTP.java | 53 public static final int HT = 9; // <US-ASCII HT, horizontal-tab (9)> field in HTTP 98 return ch == SP || ch == HT || ch == CR || ch == LF; in isWhitespace()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGVLIW.cpp | 219 ScheduleHazardRecognizer::HazardType HT = in listScheduleTopDown() local 221 if (HT == ScheduleHazardRecognizer::NoHazard) { in listScheduleTopDown() 227 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in listScheduleTopDown()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGVLIW.cpp | 216 ScheduleHazardRecognizer::HazardType HT = in listScheduleTopDown() local 218 if (HT == ScheduleHazardRecognizer::NoHazard) { in listScheduleTopDown() 224 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in listScheduleTopDown()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGVLIW.cpp | 216 ScheduleHazardRecognizer::HazardType HT = in listScheduleTopDown() local 218 if (HT == ScheduleHazardRecognizer::NoHazard) { in listScheduleTopDown() 224 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in listScheduleTopDown()
|
/external/lzma/C/ |
D | Aes.c | 108 #define HT(i, x, s) TT(x)[gb(x, s[(i + x) & 3])] macro 111 HT(i, 0, s) ^ \ 112 HT(i, 1, s) ^ \ 113 HT(i, 2, s) ^ \ 114 HT(i, 3, s) ^ w[p + i]
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenTypes.java | 178 public static final int HT = LexerCore.HT; field
|
/external/nist-sip/java/gov/nist/core/ |
D | Separators.java | 58 public static final String HT = "\t"; field
|
/external/grpc-grpc/test/core/end2end/fuzzers/server_fuzzer_corpus/ |
D | fc162db40f87facb73cff20751e23af2e1f5296e | 22 e text/htmlgrpcPRI * HT��TP/0.0
|
D | 64cdbb31d5eda779d07885fa7881812db7800c05 | 18 :authority lcalhostcontent-type text/htmlgrpcPRI * HT��TP/0.0
|
D | 6c5bb78b51cf5006c92258292de19550985c00ba | 25 user-agent"bad-client grpc-c/0.12.0PRI * HT TP/2.0
|
D | 1421a8e9f045ac65a0f6938fae93fece1060c41d | 30 user-agent"bad-client grpc-c/0.12.0PRI * HT TP/2.0
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 139 WinEHHandlerType HT; in addTryBlockMapEntry() local 142 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry() 144 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry() 145 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue(); in addTryBlockMapEntry() 146 HT.Handler = CPI->getParent(); in addTryBlockMapEntry() 149 HT.CatchObj.Alloca = AI; in addTryBlockMapEntry() 151 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry() 152 TBME.HandlerArray.push_back(HT); in addTryBlockMapEntry()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 150 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 149 WinEHHandlerType HT; in addTryBlockMapEntry() local 152 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry() 154 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry() 155 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue(); in addTryBlockMapEntry() 156 HT.Handler = CPI->getParent(); in addTryBlockMapEntry() 159 HT.CatchObj.Alloca = AI; in addTryBlockMapEntry() 161 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry() 162 TBME.HandlerArray.push_back(HT); in addTryBlockMapEntry()
|
/external/llvm-project/flang/lib/Evaluate/ |
D | host.h | 202 template <typename... HT> constexpr inline bool FortranTypeExists() { 203 return (... && (!std::is_same_v<FortranType<HT>, UnknownType>));
|
/external/icu/icu4c/source/data/region/ |
D | fa_AF.txt | 45 HT{"هایتی"}
|