HomeSort by relevance Sort by last modified time
    Searched defs:HT (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 219 ScheduleHazardRecognizer::HazardType HT =
221 if (HT == ScheduleHazardRecognizer::NoHazard) {
227 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
ScheduleDAGRRList.cpp 651 ScheduleHazardRecognizer::HazardType HT =
654 if (HT == ScheduleHazardRecognizer::NoHazard)
    [all...]
  /external/nist-sip/java/gov/nist/core/
Separators.java 58 public static final String HT = "\t";
GenericObjectList.java 90 protected static final String HT = Separators.HT;
GenericObject.java 70 protected static final String HT = Separators.HT;
LexerCore.java 54 public static final int HT = (int) '\t';
  /external/v8/src/
counters.cc 66 #define HT(name, caption, max, res) \
68 HISTOGRAM_TIMER_LIST(HT)
69 #undef HT
179 #define HT(name, caption, max, res) name##_.Reset();
180 HISTOGRAM_TIMER_LIST(HT)
181 #undef HT
counters.h 490 #define HISTOGRAM_TIMER_LIST(HT) \
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...]
  /external/apache-http/src/org/apache/http/protocol/
HTTP.java 53 public static final int HT = 9; // <US-ASCII HT, horizontal-tab (9)>
98 return ch == SP || ch == HT || ch == CR || ch == LF;
  /external/clang/lib/Serialization/
MultiOnDiskHashTable.h 137 auto &HT = ODT->Table;
138 Info &InfoObj = HT.getInfoObj();
140 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) {
233 auto &HT = ODT->Table;
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;
259 Info &InfoObj = HT.getInfoObj()
    [all...]
  /external/guava/guava/src/com/google/common/base/
Ascii.java 143 public static final byte HT = 9;
  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 14 // 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;
86 /// PrevScope - This is the scope that we are shadowing in HT.
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
    [all...]
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 558 ScheduleHazardRecognizer::HazardType HT =
560 if (HT == ScheduleHazardRecognizer::NoHazard) {
577 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
WinEHPrepare.cpp 134 WinEHHandlerType HT;
137 HT.TypeDescriptor = nullptr;
139 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts());
140 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue();
141 HT.Handler = CPI->getParent();
143 HT.CatchObj.Alloca = nullptr;
145 HT.CatchObj.Alloca = cast<AllocaInst>(CPI->getArgOperand(2));
146 TBME.HandlerArray.push_back(HT);
    [all...]
  /external/lzma/C/
Aes.c 98 #define HT(i, x, s) (T + (x << 8))[gb ## x(s[(i + x) & 3])]
100 HT(i, 0, s) ^ \
101 HT(i, 1, s) ^ \
102 HT(i, 2, s) ^ \
103 HT(i, 3, s) ^ w[p + i]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
CharsetUtil.java     [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/util/
CharsetUtil.java     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
ascii.py 13 HT = 0x09 # ^I
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
ascii.py 13 HT = 0x09 # ^I
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 13 HT = 0x09 # ^I
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 13 HT = 0x09 # ^I
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 178 public static final int HT = LexerCore.HT;
  /external/libavc/test/encoder/
main.c 74 HT,
151 { "-h", "--height", HT, "Height file\n" },
576 case HT:
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 

Completed in 659 milliseconds

1 2 3 4 5