Home
last modified time | relevance | path

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

12345678910

/external/tcpdump/tests/
Dgeonet_and_calm_fast.out1 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 …]
/external/llvm/include/llvm/ADT/
DScopedHashTable.h84 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/clang/lib/Serialization/
DMultiOnDiskHashTable.h137 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/v8/src/
Dcounters.h490 #define HISTOGRAM_TIMER_LIST(HT) \ argument
492 HT(gc_compactor, V8.GCCompactor, 10000, MILLISECOND) \
493 HT(gc_finalize, V8.GCFinalizeMC, 10000, MILLISECOND) \
494 HT(gc_finalize_reduce_memory, V8.GCFinalizeMCReduceMemory, 10000, \
496 HT(gc_scavenger, V8.GCScavenger, 10000, MILLISECOND) \
497 HT(gc_context, V8.GCContext, 10000, \
499 HT(gc_idle_notification, V8.GCIdleNotification, 10000, MILLISECOND) \
500 HT(gc_incremental_marking, V8.GCIncrementalMarking, 10000, MILLISECOND) \
501 HT(gc_incremental_marking_start, V8.GCIncrementalMarkingStart, 10000, \
503 HT(gc_incremental_marking_finalize, V8.GCIncrementalMarkingFinalize, 10000, \
[all …]
Dcounters.cc66 #define HT(name, caption, max, res) \ in Counters() macro
68 HISTOGRAM_TIMER_LIST(HT) in Counters()
69 #undef HT in Counters()
179 #define HT(name, caption, max, res) name##_.Reset(); in ResetHistograms() macro
180 HISTOGRAM_TIMER_LIST(HT) in ResetHistograms()
181 #undef HT in ResetHistograms()
/external/opencv3/modules/imgproc/src/opencl/
Dhistogram.cl117 #ifndef HT
118 #define HT int
129 __global HT * hist = (__global HT *)(histptr + hist_offset);
131 HT res = (HT)(0);
135 hist[i] = (HT)(0);
153 *(__global HT *)(histptr + mad24(lid, hist_step, hist_offset)) = res;
/external/apache-http/src/org/apache/http/protocol/
DHTTP.java53 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/lzma/C/
DAes.c98 #define HT(i, x, s) (T + (x << 8))[gb ## x(s[(i + x) & 3])] macro
100 HT(i, 0, s) ^ \
101 HT(i, 1, s) ^ \
102 HT(i, 2, s) ^ \
103 HT(i, 3, s) ^ w[p + i]
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp219 ScheduleHazardRecognizer::HazardType HT = in listScheduleTopDown() local
221 if (HT == ScheduleHazardRecognizer::NoHazard) { in listScheduleTopDown()
227 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in listScheduleTopDown()
/external/opencv3/modules/imgproc/src/
Dsmooth.cpp1735 typedef ushort HT; typedef
1749 HT coarse[16];
1750 HT fine[16][16];
1757 static inline void histogram_add_simd( const HT x[16], HT y[16] ) in histogram_add_simd()
1767 static inline void histogram_sub_simd( const HT x[16], HT y[16] ) in histogram_sub_simd()
1780 static inline void histogram_add_simd( const HT x[16], HT y[16] ) in histogram_add_simd()
1786 static inline void histogram_sub_simd( const HT x[16], HT y[16] ) in histogram_sub_simd()
1797 static inline void histogram_add( const HT x[16], HT y[16] ) in histogram_add()
1801 y[i] = (HT)(y[i] + x[i]); in histogram_add()
1804 static inline void histogram_sub( const HT x[16], HT y[16] ) in histogram_sub()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenTypes.java178 public static final int HT = LexerCore.HT; field
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp134 WinEHHandlerType HT; in addTryBlockMapEntry() local
137 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry()
139 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry()
140 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue(); in addTryBlockMapEntry()
141 HT.Handler = CPI->getParent(); in addTryBlockMapEntry()
143 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry()
145 HT.CatchObj.Alloca = cast<AllocaInst>(CPI->getArgOperand(2)); in addTryBlockMapEntry()
146 TBME.HandlerArray.push_back(HT); in addTryBlockMapEntry()
DPostRASchedulerList.cpp558 ScheduleHazardRecognizer::HazardType HT = in ListScheduleTopDown() local
560 if (HT == ScheduleHazardRecognizer::NoHazard) { in ListScheduleTopDown()
577 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in ListScheduleTopDown()
/external/icu/icu4c/source/data/region/
Dig.txt14 HT{"Hati"}
Dfa_AF.txt48 HT{"هایتی"}
Dchr.txt109 HT{"ᎮᎢᏘ"}
Dyi.txt114 HT{"האַיטי"}
Dshi.txt96 HT{"ⵀⴰⵢⵜⵉ"}
Dzgh.txt95 HT{"ⵀⴰⵢⵜⵉ"}
Dvai.txt96 HT{"ꕌꔤꔳ"}
/external/nist-sip/java/gov/nist/core/
DSeparators.java58 public static final String HT = "\t"; field
DGenericObjectList.java90 protected static final String HT = Separators.HT; field in GenericObjectList
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp732 for (const WinEHHandlerType &HT : TBME.HandlerArray) { in emitCXXFrameHandler3Table() local
737 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table()
738 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
745 getMCSymbolForMBB(Asm, HT.Handler.dyn_cast<MachineBasicBlock *>()); in emitCXXFrameHandler3Table()
747 OS.EmitIntValue(HT.Adjectives, 4); // Adjectives in emitCXXFrameHandler3Table()
748 OS.EmitValue(create32bitRef(HT.TypeDescriptor), 4); // Type in emitCXXFrameHandler3Table()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_kdt_posd.pkb175 �D,(��2LeDB�HTm�K;&
276 1" �L�f�Q(&� 2�3�� gYI*^ ��MT`�f��h4�� ��� �6��K n���HT�i n0p�3A��G�����
314 3i �m!�S����6HT� ��XH5=,CH�B����m%Ѧl,��4���6��3i
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kdt_mgc1.pkb17 ��=��&�E��HT�:�l;ð�����y.Lè�(�U��)3���_�0��hS�XV��*r!�w��A'&L:�iX�8v����I�n�F� @�i�����…

12345678910