Searched defs:HT (Results 1 - 25 of 37) sorted by relevance

12

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp219 ScheduleHazardRecognizer::HazardType HT = local
221 if (HT == ScheduleHazardRecognizer::NoHazard) {
227 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
H A DScheduleDAGRRList.cpp651 ScheduleHazardRecognizer::HazardType HT = local
654 if (HT == ScheduleHazardRecognizer::NoHazard)
/external/nist-sip/java/gov/nist/core/
H A DSeparators.java58 public static final String HT = "\t"; field in interface:Separators
H A DGenericObject.java70 protected static final String HT = Separators.HT; field in class:GenericObject
H A DGenericObjectList.java90 protected static final String HT = Separators.HT; field in class:GenericObjectList
H A DLexerCore.java54 public static final int HT = (int) '\t'; field in class:LexerCore
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGList.cpp205 ScheduleHazardRecognizer::HazardType HT = local
207 if (HT == ScheduleHazardRecognizer::NoHazard) {
213 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
H A DScheduleDAGRRList.cpp532 ScheduleHazardRecognizer::HazardType HT = local
535 if (HT == ScheduleHazardRecognizer::NoHazard)
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java53 public static final int HT = 9; // <US-ASCII HT, horizontal-tab (9)> field in class:HTTP
98 return ch == SP || ch == HT || ch == CR || ch == LF;
/external/guava/guava/src/com/google/common/base/
H A DAscii.java143 public static final byte HT = 9; field in class:Ascii
/external/llvm/include/llvm/ADT/
H A DScopedHashTable.h14 // ScopedHashTable<int, int> HT;
16 // ScopedHashTableScope<int, int> Scope1(HT);
17 // HT.insert(0, 0);
18 // HT.insert(1, 1);
20 // ScopedHashTableScope<int, int> Scope2(HT);
21 // HT.insert(0, 42);
83 /// HT - The hashtable that we are active for.
84 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; member in class:llvm::ScopedHashTableScope
86 /// PrevScope - This is the scope that we are shadowing in HT.
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
[all...]
/external/lzma/C/
H A DAes.c102 #define HT(i, x, s) (T + (x << 8))[gb ## x(s[(i + x) & 3])] macro
105 HT(i, 0, s) ^ \
106 HT(i, 1, s) ^ \
107 HT(i, 2, s) ^ \
108 HT(i, 3, s) ^ w[p + i]
/external/python/cpython2/Lib/curses/
H A Dascii.py13 HT = 0x09 # ^I variable
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DScopedHashTable.h14 // ScopedHashTable<int, int> HT;
16 // ScopedHashTableScope<int, int> Scope1(HT);
17 // HT.insert(0, 0);
18 // HT.insert(1, 1);
20 // ScopedHashTableScope<int, int> Scope2(HT);
21 // HT.insert(0, 42);
84 /// HT - The hashtable that we are active for.
85 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; member in class:llvm::ScopedHashTableScope
87 /// PrevScope - This is the scope that we are shadowing in HT.
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
[all...]
/external/v8/src/
H A Dcounters.cc69 #define HT(name, caption, max, res) \ macro
71 HISTOGRAM_TIMER_LIST(HT)
72 #undef HT macro
182 #define HT(name, caption, max, res) name##_.Reset(); macro
183 HISTOGRAM_TIMER_LIST(HT)
184 #undef HT macro
H A Dcounters.h948 #define HISTOGRAM_TIMER_LIST(HT) \
950 HT(gc_compactor, V8.GCCompactor, 10000, MILLISECOND) \
951 HT(gc_finalize, V8.GCFinalizeMC, 10000, MILLISECOND) \
952 HT(gc_finalize_reduce_memory, V8.GCFinalizeMCReduceMemory, 10000, \
954 HT(gc_scavenger, V8.GCScavenger, 10000, MILLISECOND) \
955 HT(gc_context, V8.GCContext, 10000, \
957 HT(gc_idle_notification, V8.GCIdleNotification, 10000, MILLISECOND) \
958 HT(gc_incremental_marking, V8.GCIncrementalMarking, 10000, MILLISECOND) \
959 HT(gc_incremental_marking_start, V8.GCIncrementalMarkingStart, 10000, \
961 HT(gc_incremental_marking_finaliz
1166 #define HT macro
1169 #undef HT macro
1275 #define HT macro
1277 #undef HT macro
[all...]
/external/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h137 auto &HT = ODT->Table; local
138 Info &InfoObj = HT.getInfoObj();
140 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) {
233 auto &HT = ODT->Table; local
234 auto It = HT.find_hashed(Key, KeyHash);
235 if (It != HT.end())
236 HT.getInfoObj().ReadDataInto(Key, It.getDataPtr(), It.getDataLen(),
258 auto &HT = ODT->Table; local
259 Info &InfoObj = HT
[all...]
/external/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp579 ScheduleHazardRecognizer::HazardType HT = local
581 if (HT == ScheduleHazardRecognizer::NoHazard) {
598 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
H A DWinEHPrepare.cpp139 WinEHHandlerType HT; local
142 HT.TypeDescriptor = nullptr;
144 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts());
145 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue();
146 HT.Handler = CPI->getParent();
149 HT.CatchObj.Alloca = AI;
151 HT.CatchObj.Alloca = nullptr;
152 TBME.HandlerArray.push_back(HT);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DPostRASchedulerList.cpp645 ScheduleHazardRecognizer::HazardType HT = local
647 if (HT == ScheduleHazardRecognizer::NoHazard) {
653 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenTypes.java178 public static final int HT = LexerCore.HT; field in interface:TokenTypes
/external/libavc/test/encoder/
H A Dmain.c74 HT, enumerator in enum:__anon9896
151 { "-h", "--height", HT, "Height file\n" },
576 case HT:
/external/robolectric/v1/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 5057 milliseconds

12