Searched refs:HT (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_phy.c29 #define HT IEEE80211_T_HT macro
50 /* 6.5 Mb */ { AH_TRUE, HT, 6500, 0x80, 0x00, 0, 8 },
51 /* 13 Mb */ { AH_TRUE, HT, 13000, 0x81, 0x00, 1, 8 },
52 /*19.5 Mb */ { AH_TRUE, HT, 19500, 0x82, 0x00, 2, 8 },
53 /* 26 Mb */ { AH_TRUE, HT, 26000, 0x83, 0x00, 3, 8 },
54 /* 39 Mb */ { AH_TRUE, HT, 39000, 0x84, 0x00, 4, 8 },
55 /* 52 Mb */ { AH_TRUE, HT, 52000, 0x85, 0x00, 5, 8 },
56 /*58.5 Mb */ { AH_TRUE, HT, 58500, 0x86, 0x00, 6, 8 },
57 /* 65 Mb */ { AH_TRUE, HT, 65000, 0x87, 0x00, 7, 8 },
58 /* 13 Mb */ { AH_TRUE, HT, 1300
104 #undef HT macro
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_phy.c67 #define HT IEEE80211_T_HT macro
204 [12] = { .phy = HT, 6500, 0x00, N(0), 4 },
205 [13] = { .phy = HT, 13000, 0x00, N(1), 6 },
206 [14] = { .phy = HT, 19500, 0x00, N(2), 6 },
207 [15] = { .phy = HT, 26000, 0x00, N(3), 8 },
208 [16] = { .phy = HT, 39000, 0x00, N(4), 8 },
209 [17] = { .phy = HT, 52000, 0x00, N(5), 8 },
210 [18] = { .phy = HT, 58500, 0x00, N(6), 8 },
211 [19] = { .phy = HT, 65000, 0x00, N(7), 8 },
213 [20] = { .phy = HT, 1300
286 #undef HT macro
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dascii.h50 #define HT 9 macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h13 // ScopedHashTable<int, int> HT;
15 // ScopedHashTableScope<int, int> Scope1(HT);
16 // HT.insert(0, 0);
17 // HT.insert(1, 1);
19 // ScopedHashTableScope<int, int> Scope2(HT);
20 // HT.insert(0, 42);
86 /// HT - The hashtable that we are active for.
87 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; member in class:llvm::ScopedHashTableScope
89 /// PrevScope - This is the scope that we are shadowing in HT.
97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c29 #define HT IEEE80211_T_HT macro
221 /*--- HT SS rates ---*/
222 /* 6.5 Mb */ { AH_TRUE, HT, 6500, 0x80, 0x00, 0, 4 },
223 /* 13 Mb */ { AH_TRUE, HT, 13000, 0x81, 0x00, 1, 6 },
224 /*19.5 Mb */ { AH_TRUE, HT, 19500, 0x82, 0x00, 2, 6 },
225 /* 26 Mb */ { AH_TRUE, HT, 26000, 0x83, 0x00, 3, 8 },
226 /* 39 Mb */ { AH_TRUE, HT, 39000, 0x84, 0x00, 4, 8 },
227 /* 52 Mb */ { AH_TRUE, HT, 52000, 0x85, 0x00, 5, 8 },
228 /*58.5 Mb */ { AH_TRUE, HT, 58500, 0x86, 0x00, 6, 8 },
229 /* 65 Mb */ { AH_TRUE, HT, 6500
304 #undef HT macro
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h153 auto &HT = ODT->Table; local
154 Info &InfoObj = HT.getInfoObj();
156 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) {
249 auto &HT = ODT->Table; local
250 auto It = HT.find_hashed(Key, KeyHash);
251 if (It != HT.end())
252 HT.getInfoObj().ReadDataInto(Key, It.getDataPtr(), It.getDataLen(),
274 auto &HT = ODT->Table; local
275 Info &InfoObj = HT
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/rump_server/
H A Dt_disk.sh95 env LD_PRELOAD=/usr/lib/librumphijack.so stat -f %HT /rump/img
102 env LD_PRELOAD=/usr/lib/librumphijack.so stat -f %HT /rump/img
109 env LD_PRELOAD=/usr/lib/librumphijack.so stat -f %HT /rump/img
116 env LD_PRELOAD=/usr/lib/librumphijack.so stat -f %HT /rump/img
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp216 ScheduleHazardRecognizer::HazardType HT = local
218 if (HT == ScheduleHazardRecognizer::NoHazard) {
224 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
H A DScheduleDAGRRList.cpp680 ScheduleHazardRecognizer::HazardType HT = local
683 if (HT == ScheduleHazardRecognizer::NoHazard)
/freebsd-11-stable/contrib/byacc/
H A Ddefs.h76 #define HT '\t' /* horizontal tab */ macro
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.h61 #define HT '\t' macro
H A Dputshell.c96 case HT:
150 case HT: add_esc_ch('t'); break;
H A Dusage.c505 if ((! isspace((int)*scan)) || (*scan == HT))
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l90 HT|ht { number = 9; return TNUM; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp149 WinEHHandlerType HT; local
152 HT.TypeDescriptor = nullptr;
154 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts());
155 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue();
156 HT.Handler = CPI->getParent();
159 HT.CatchObj.Alloca = AI;
161 HT.CatchObj.Alloca = nullptr;
162 TBME.HandlerArray.push_back(HT);
H A DPostRASchedulerList.cpp575 ScheduleHazardRecognizer::HazardType HT = local
577 if (HT == ScheduleHazardRecognizer::NoHazard) {
594 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp833 for (const WinEHHandlerType &HT : TBME.HandlerArray) {
838 if (HT.CatchObj.FrameIndex != INT_MAX) {
839 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo);
847 getMCSymbolForMBB(Asm, HT.Handler.dyn_cast<MachineBasicBlock *>());
850 OS.EmitIntValue(HT.Adjectives, 4);
853 OS.EmitValue(create32bitRef(HT.TypeDescriptor), 4);
/freebsd-11-stable/libexec/getty/
H A Dgettytab.h145 #define HT gettyflags[0].value macro
H A Dsubr.c330 if (!HT)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h103 inline const char *getHotnessName(CalleeInfo::HotnessType HT) { argument
104 switch (HT) {

Completed in 295 milliseconds