Home
last modified time | relevance | path

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

12

/freebsd/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, 13000, 0x88, 0x00, 8, 8 },
[all …]
/freebsd/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, 13000, 0x00, N(8), 4 },
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c29 #define HT IEEE80211_T_HT macro
224 /* 6.5 Mb */ { AH_TRUE, HT, 6500, 0x80, 0x00, 0, 4 },
225 /* 13 Mb */ { AH_TRUE, HT, 13000, 0x81, 0x00, 1, 6 },
226 /*19.5 Mb */ { AH_TRUE, HT, 19500, 0x82, 0x00, 2, 6 },
227 /* 26 Mb */ { AH_TRUE, HT, 26000, 0x83, 0x00, 3, 8 },
228 /* 39 Mb */ { AH_TRUE, HT, 39000, 0x84, 0x00, 4, 8 },
229 /* 52 Mb */ { AH_TRUE, HT, 52000, 0x85, 0x00, 5, 8 },
230 /*58.5 Mb */ { AH_TRUE, HT, 58500, 0x86, 0x00, 6, 8 },
231 /* 65 Mb */ { AH_TRUE, HT, 65000, 0x87, 0x00, 7, 8 },
233 /* 13 Mb */ { AH_TRUE, HT, 13000, 0x88, 0x00, 8, 4 },
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h87 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; variable
97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
228 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { in ScopedHashTableScope()
229 PrevScope = HT.CurScope; in ScopedHashTableScope()
230 HT.CurScope = this; in ScopedHashTableScope()
236 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
237 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
243 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope()
245 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope()
247 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h153 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()
251 auto &HT = ODT->Table; in find() local
252 auto It = HT.find_hashed(Key, KeyHash); in find()
253 if (It != HT.end()) in find()
254 HT.getInfoObj().ReadDataInto(Key, It.getDataPtr(), It.getDataLen(), in find()
276 auto &HT = ODT->Table; in findAll() local
277 Info &InfoObj = HT.getInfoObj(); in findAll()
278 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) { in findAll()
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp211 ScheduleHazardRecognizer::HazardType HT = in listScheduleTopDown() local
213 if (HT == ScheduleHazardRecognizer::NoHazard) { in listScheduleTopDown()
219 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in listScheduleTopDown()
/freebsd/sys/contrib/device-tree/src/mips/loongson/
H A Dloongson3-package.dtsi22 /* 3A HT Config Space */
24 /* 3B HT Config Space */
H A Dloongson64c-package.dtsi22 /* 3A HT Config Space */
24 /* 3B HT Config Space */
/freebsd/contrib/bearssl/test/
H A Dtest_x509.c203 } HT; typedef
205 static HT *
208 HT *ht; in HT_new()
265 HT_expand(HT *ht) in HT_expand()
297 HT_put(HT *ht, const char *name, void *value) in HT_put()
348 HT_get(const HT *ht, const char *name) in HT_get()
365 HT_clear(HT *ht, void (*free_value)(void *value)) in HT_clear()
387 HT_free(HT *ht, void (*free_value)(void *value)) in HT_free()
829 parse_keyvalue(HT *d) in parse_keyvalue()
874 static HT *keys;
[all …]
/freebsd/contrib/ntp/include/
H A Dascii.h50 #define HT 9 macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp164 WinEHHandlerType HT; in addTryBlockMapEntry() local
167 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry()
169 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry()
170 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue(); in addTryBlockMapEntry()
171 HT.Handler = CPI->getParent(); in addTryBlockMapEntry()
174 HT.CatchObj.Alloca = AI; in addTryBlockMapEntry()
176 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry()
177 TBME.HandlerArray.push_back(HT); in addTryBlockMapEntry()
H A DPostRASchedulerList.cpp570 ScheduleHazardRecognizer::HazardType HT = in ListScheduleTopDown() local
572 if (HT == ScheduleHazardRecognizer::NoHazard) { in ListScheduleTopDown()
589 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in ListScheduleTopDown()
/freebsd/contrib/ntp/sntp/libopts/
H A Dputshell.c73 case HT: in string_size()
129 case HT: add_esc_ch('t'); break; in optionQuoteString()
H A Dautoopts.h64 #define HT '\t' macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp853 for (const WinEHHandlerType &HT : TBME.HandlerArray) { in emitCXXFrameHandler3Table() local
858 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table()
859 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
867 Asm, dyn_cast_if_present<MachineBasicBlock *>(HT.Handler)); in emitCXXFrameHandler3Table()
870 OS.emitInt32(HT.Adjectives); in emitCXXFrameHandler3Table()
873 OS.emitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()
/freebsd/libexec/getty/
H A Dgettytab.h144 #define HT gettyflags[0].value macro
/freebsd/usr.sbin/kbdcontrol/
H A Dlex.l88 HT|ht { number = 9; return TNUM; }
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Ddsa-threecolumn.pem230 7HT
/freebsd/tools/lua/
H A Dtemplate.lua81 local HT = byte("\t")
127 if c == SP or c == HT or c == VT or c == NUL then
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc61 "HT enabled",
62 "HT disabled",
294 "%1$s: HT enabled; %2$d packages; %3$d TPU; %4$d TPUs per package",
295 "%1$s: HT disabled; %2$d packages",
/freebsd/contrib/wpa/hostapd/
H A DChangeLog304 * disable HT for a station that does not support WMM/QoS
310 * added more 2.4 GHz channels for 20/40 MHz HT co-ex scan
335 * fixed channel switch from VHT to HT
349 * fixed a regression in HT 20/40 coex Action frame parsing
458 * added option to advertise 40 MHz intolerant HT capability with
619 * bsd: Add support for setting HT values in IFM_MMASK.
624 * Allow coexistance of HT BSSes with WEP/TKIP BSSes.
627 HT PHY.
711 Move HT IEs to be later in (Re)Assoc Resp.
748 * fixed HT Capabilities IE with nl80211 drivers
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux60 MB(A$HT/1H5:4)AJ]*$8S0E>.=H2&'H7,420CE))`Y:0.1VE*N*K2E03<M6)Y
94 M:J-RX*$@BAHB:C(E.B8HJA\JVALL6I.7B1PHP)X0F@`L09$HT).OEYUUP`;Z
148 M`?"^A`O49.K.R<TH&5CQII=P8%N=POSQOMAGJ$3")9L-+HT,[*<F-<U@G]@2
/freebsd/sys/contrib/openzfs/config/
H A Dax_count_cpus.m412 # virtual and HT cores) currently available to use on the machine and
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt92 OBSOLETE "HT enabled"
93 OBSOLETE "HT disabled"
343 OBSOLETE "%1$s: HT enabled; %2$d packages; %3$d TPU; %4$d TPUs per package"
344 OBSOLETE "%1$s: HT disabled; %2$d packages"

12