| /freebsd-12.1/sys/dev/ath/ath_hal/ar5416/ |
| H A D | ar5416_phy.c | 31 #define HT IEEE80211_T_HT macro 53 /* 13 Mb */ { AH_TRUE, HT, 13000, 0x81, 0x00, 1, 8 }, 55 /* 26 Mb */ { AH_TRUE, HT, 26000, 0x83, 0x00, 3, 8 }, 56 /* 39 Mb */ { AH_TRUE, HT, 39000, 0x84, 0x00, 4, 8 }, 58 /*58.5 Mb */ { AH_TRUE, HT, 58500, 0x86, 0x00, 6, 8 }, 59 /* 65 Mb */ { AH_TRUE, HT, 65000, 0x87, 0x00, 7, 8 }, 60 /* 13 Mb */ { AH_TRUE, HT, 13000, 0x88, 0x00, 8, 8 }, 65 /* 104 Mb */ { AH_TRUE, HT, 104000, 0x8d, 0x00, 13, 8 }, 66 /* 117 Mb */ { AH_TRUE, HT, 117000, 0x8e, 0x00, 14, 8 }, 67 /* 130 Mb */ { AH_TRUE, HT, 130000, 0x8f, 0x00, 15, 8 }, [all …]
|
| /freebsd-12.1/sys/net80211/ |
| H A D | ieee80211_phy.c | 69 #define HT IEEE80211_T_HT macro 206 [12] = { .phy = HT, 6500, 0x00, N(0), 4 }, 207 [13] = { .phy = HT, 13000, 0x00, N(1), 6 }, 208 [14] = { .phy = HT, 19500, 0x00, N(2), 6 }, 209 [15] = { .phy = HT, 26000, 0x00, N(3), 8 }, 210 [16] = { .phy = HT, 39000, 0x00, N(4), 8 }, 211 [17] = { .phy = HT, 52000, 0x00, N(5), 8 }, 212 [18] = { .phy = HT, 58500, 0x00, N(6), 8 }, 213 [19] = { .phy = HT, 65000, 0x00, N(7), 8 }, 215 [20] = { .phy = HT, 13000, 0x00, N(8), 4 }, [all …]
|
| /freebsd-12.1/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_phy.c | 29 #define HT IEEE80211_T_HT macro 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, 65000, 0x87, 0x00, 7, 8 }, 231 /* 13 Mb */ { AH_TRUE, HT, 13000, 0x88, 0x00, 8, 4 }, [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | ScopedHashTable.h | 88 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; variable 98 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT); 230 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { in ScopedHashTableScope() 231 PrevScope = HT.CurScope; in ScopedHashTableScope() 232 HT.CurScope = this; in ScopedHashTableScope() 238 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope() 239 HT.CurScope = PrevScope; in ~ScopedHashTableScope() 245 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope() 247 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope() 249 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | MultiOnDiskHashTable.h | 154 auto &HT = ODT->Table; in condense() local 155 Info &InfoObj = HT.getInfoObj(); in condense() 157 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) { in condense() 250 auto &HT = ODT->Table; in find() local 251 auto It = HT.find_hashed(Key, KeyHash); in find() 252 if (It != HT.end()) in find() 253 HT.getInfoObj().ReadDataInto(Key, It.getDataPtr(), It.getDataLen(), in find() 275 auto &HT = ODT->Table; in findAll() local 276 Info &InfoObj = HT.getInfoObj(); in findAll() 277 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) { in findAll()
|
| /freebsd-12.1/contrib/netbsd-tests/usr.bin/rump_server/ |
| H A D | t_disk.sh | 95 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-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGVLIW.cpp | 218 ScheduleHazardRecognizer::HazardType HT = in listScheduleTopDown() local 220 if (HT == ScheduleHazardRecognizer::NoHazard) { in listScheduleTopDown() 226 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in listScheduleTopDown()
|
| /freebsd-12.1/contrib/bearssl/test/ |
| H A D | test_x509.c | 203 } 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() 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; 880 static HT *trust_anchors; [all …]
|
| /freebsd-12.1/sys/gnu/dts/mips/ |
| H A D | HT-TM02.dts | 6 compatible = "HT-TM02", "ralink,rt5350-soc"; 7 model = "HooToo HT-TM02";
|
| /freebsd-12.1/share/examples/diskless/ |
| H A D | ME | 44 /conf/HT.<category> directories. You put the actual configuration file in 45 /conf/HT.<category> and make a softlink from 46 /conf/ME/<appropriate-machines>/config-file to "../HT.<category/config-file".
|
| H A D | README.BOOTP | 43 involved are HT.DISKLESS/ and 192.157.86.12/. 46 /conf/$IP/ ) contains all the junk. The HT.DISKLESS directory exists 55 >> NOTE << HT.DISKLESS/ttys contains the typical configuration required
|
| H A D | README.TEMPLATING | 58 /conf/HT.SHELL/resolv.conf. It may sound a little messy, but this 167 "../HT.xxxx/filename", where HT.xxxx is something like HT.STD ... this
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 148 WinEHHandlerType HT; in addTryBlockMapEntry() local 151 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry() 153 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry() 154 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue(); in addTryBlockMapEntry() 155 HT.Handler = CPI->getParent(); in addTryBlockMapEntry() 158 HT.CatchObj.Alloca = AI; in addTryBlockMapEntry() 160 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry() 161 TBME.HandlerArray.push_back(HT); in addTryBlockMapEntry()
|
| H A D | PostRASchedulerList.cpp | 575 ScheduleHazardRecognizer::HazardType HT = in ListScheduleTopDown() local 577 if (HT == ScheduleHazardRecognizer::NoHazard) { in ListScheduleTopDown() 594 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in ListScheduleTopDown()
|
| /freebsd-12.1/contrib/ntp/include/ |
| H A D | ascii.h | 50 #define HT 9 macro
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 821 for (const WinEHHandlerType &HT : TBME.HandlerArray) { in emitCXXFrameHandler3Table() local 826 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table() 827 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table() 835 getMCSymbolForMBB(Asm, HT.Handler.dyn_cast<MachineBasicBlock *>()); in emitCXXFrameHandler3Table() 838 OS.EmitIntValue(HT.Adjectives, 4); in emitCXXFrameHandler3Table() 841 OS.EmitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()
|
| /freebsd-12.1/contrib/ntp/sntp/libopts/ |
| H A D | putshell.c | 96 case HT: in string_size() 150 case HT: add_esc_ch('t'); break; in optionQuoteString()
|
| H A D | autoopts.h | 61 #define HT '\t' macro
|
| /freebsd-12.1/usr.sbin/kbdcontrol/ |
| H A D | lex.l | 90 HT|ht { number = 9; return TNUM; }
|
| /freebsd-12.1/libexec/getty/ |
| H A D | gettytab.h | 147 #define HT gettyflags[0].value macro
|
| /freebsd-12.1/lib/libomp/ |
| H A D | kmp_i18n_default.inc | 62 "HT enabled", 63 "HT disabled", 270 "%1$s: HT enabled; %2$d packages; %3$d TPU; %4$d TPUs per package", 271 "%1$s: HT disabled; %2$d packages",
|
| /freebsd-12.1/contrib/wpa/hostapd/ |
| H A D | ChangeLog | 224 * disable HT for a station that does not support WMM/QoS 230 * added more 2.4 GHz channels for 20/40 MHz HT co-ex scan 255 * fixed channel switch from VHT to HT 269 * fixed a regression in HT 20/40 coex Action frame parsing 378 * added option to advertise 40 MHz intolerant HT capability with 539 * bsd: Add support for setting HT values in IFM_MMASK. 544 * Allow coexistance of HT BSSes with WEP/TKIP BSSes. 547 HT PHY. 631 Move HT IEs to be later in (Re)Assoc Resp. 668 * fixed HT Capabilities IE with nl80211 drivers [all …]
|
| /freebsd-12.1/contrib/sendmail/contrib/ |
| H A D | mail.local.linux | 60 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-12.1/contrib/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 93 OBSOLETE "HT enabled" 94 OBSOLETE "HT disabled" 319 OBSOLETE "%1$s: HT enabled; %2$d packages; %3$d TPU; %4$d TPUs per package" 320 OBSOLETE "%1$s: HT disabled; %2$d packages"
|
| /freebsd-12.1/contrib/byacc/ |
| H A D | defs.h | 76 #define HT '\t' /* horizontal tab */ macro
|