Home
last modified time | relevance | path

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

123

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_phy.c29 #define HT IEEE80211_T_HT macro
50 /* 6.5 Mb */ { AH_TRUE, HT, 6500, 0x80, 0x00, 0, 8, 0, 0 },
51 /* 13 Mb */ { AH_TRUE, HT, 13000, 0x81, 0x00, 1, 8, 0, 0 },
52 /*19.5 Mb */ { AH_TRUE, HT, 19500, 0x82, 0x00, 2, 8, 0, 0 },
53 /* 26 Mb */ { AH_TRUE, HT, 26000, 0x83, 0x00, 3, 8, 0, 0 },
54 /* 39 Mb */ { AH_TRUE, HT, 39000, 0x84, 0x00, 4, 8, 0, 0 },
55 /* 52 Mb */ { AH_TRUE, HT, 52000, 0x85, 0x00, 5, 8, 0, 0 },
56 /*58.5 Mb */ { AH_TRUE, HT, 58500, 0x86, 0x00, 6, 8, 0, 0 },
57 /* 65 Mb */ { AH_TRUE, HT, 65000, 0x87, 0x00, 7, 8, 0, 0 },
58 /* 13 Mb */ { AH_TRUE, HT, 13000, 0x88, 0x00, 8, 8, 0, 0 },
[all …]
/netbsd-src/usr.bin/config/
H A Dhash.c391 #define DEFHASH(HT, VT) \ argument
392 struct HT { \
396 struct HT * \
397 HT##_create(void) \
399 struct HT *tbl; \
407 HT##_insert(struct HT *tbl, const char *name, struct VT *val) \
413 HT##_replace(struct HT *tbl, const char *name, struct VT *val) \
419 HT##_remov
[all...]
H A Ddefs.h562 #define DECLHASH(HT, VT) \ argument
563 struct HT; \
564 struct HT *HT##_create(void); \
565 int HT##_insert(struct HT *, const char *, struct VT *); \
566 int HT##_replace(struct HT *, const char *, struct VT *); \
567 int HT##_remove(struct HT *, const char *); \
568 struct VT *HT##_lookup(struct HT *, const char *); \
569 int HT##_enumerate(struct HT *, \
/netbsd-src/sys/arch/amiga/dev/
H A Drtmons6 HBS 81 HSS 82 HSE 89 HBE 110 HT 107
12 HBS 81 HSS 82 HSE 89 HBE 110 HT 107
18 HBS 76 HSS 77 HSE 84 HBE 98 HT 95
24 HBS 101 HSS 102 HSE 110 HBE 123 HT 120
30 HBS 101 HSS 102 HSE 111 HBE 130 HT 127
36 HBS 129 HSS 130 HSE 141 HBE 176 HT 173
42 HBS 101 HSS 102 HSE 110 HBE 126 HT 123
48 HBS 161 HSS 162 HSE 175 HBE 205 HT 202
54 HBS 181 HSS 182 HSE 196 HBE 225 HT 222
60 HBS 101 HSS 102 HSE 110 HBE 126 HT 123
[all …]
H A Dkbdmap.h41 #define HT 9 macro
H A Dgrf_rt.c444 WCrt (ba, CRT_ID_HOR_TOTAL, md->HT & 0xff); in rt_load_mon()
502 | ((md->HT & 0x100) / 0x100 * 0x01) in rt_load_mon()
512 WCrt (ba, CRT_ID_EXT_HOR_TIMING2, ( ((md->HT & 0x200)/ 0x200 * 0x01) in rt_load_mon()
936 vm->htotal = md->HT * 32 / md->DEP; in rt_getvmode()
941 vm->htotal = md->HT * md->FX; in rt_getvmode()
H A Dgrf_cv3d.c1213 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS, in cv3d_load_mon() local
1271 HT = gv->htotal * hmul - 5; in cv3d_load_mon()
1353 ((HT & 0x100) ? 0x01 : 0x00) | in cv3d_load_mon()
1359 (((HT-5) & 0x100) ? 0x40 : 0x00) ); in cv3d_load_mon()
1368 WCrt(ba, CRT_ID_HOR_TOTAL, HT); in cv3d_load_mon()
1369 WCrt(ba, CRT_ID_DISPLAY_FIFO, HT - 5); in cv3d_load_mon()
1423 WCrt(ba, CRT_ID_LACE_RETR_START, HT / 2); in cv3d_load_mon()
H A Dgrf_cv.c1299 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS, in cv_load_mon() local
1363 HT = gv->htotal * hmul - 5; in cv_load_mon()
1430 ((HT & 0x100) ? 0x01 : 0x00) | in cv_load_mon()
1436 (((HT-5) & 0x100) ? 0x40 : 0x00) ); in cv_load_mon()
1445 WCrt(ba, CRT_ID_HOR_TOTAL, HT); in cv_load_mon()
1446 WCrt(ba, CRT_ID_DISPLAY_FIFO, HT - 5); in cv_load_mon()
1500 WCrt(ba, CRT_ID_LACE_RETR_START, HT / 2); in cv_load_mon()
H A Dgrf_rtreg.h92 unsigned short HT; member
H A Dgrf_et.c1136 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS, in et_load_mon() local
1182 HT = gv->htotal; in et_load_mon()
1217 HT *= hmul; in et_load_mon()
1276 WCrt(ba, CRT_ID_HOR_TOTAL, HT); in et_load_mon()
1340 ((HT & 0x100) ? 0x01 : 0x00) | in et_load_mon()
H A Dgrf_rh.c880 WCrt(ba, CRT_ID_HOR_TOTAL, md->HT & 0xff); in rh_load_mon()
955 ((md->HT & 0x100) / 0x100) | in rh_load_mon()
974 ((md->HT & 0x200)/ 0x200) | in rh_load_mon()
1672 vm->htotal = md->HT * 32 / md->DEP; in rh_getvmode()
1677 vm->htotal = md->HT * md->FX; in rh_getvmode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DScopedHashTable.h87 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; variable
97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
229 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { in ScopedHashTableScope()
230 PrevScope = HT.CurScope; in ScopedHashTableScope()
231 HT.CurScope = this; in ScopedHashTableScope()
237 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope()
238 HT.CurScope = PrevScope; in ~ScopedHashTableScope()
244 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope()
246 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope()
248 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
249 auto &HT = ODT->Table; in find() local
250 auto It = HT.find_hashed(Key, KeyHash); in find()
251 if (It != HT.end()) in find()
252 HT.getInfoObj().ReadDataInto(Key, It.getDataPtr(), It.getDataLen(), in find()
274 auto &HT = ODT->Table; in findAll() local
275 Info &InfoObj = HT.getInfoObj(); in findAll()
276 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) { in findAll()
/netbsd-src/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp215 ScheduleHazardRecognizer::HazardType HT = in listScheduleTopDown() local
217 if (HT == ScheduleHazardRecognizer::NoHazard) { in listScheduleTopDown()
223 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in listScheduleTopDown()
/netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/loongson/
H A Dloongson64c-package.dtsi22 /* 3A HT Config Space */
24 /* 3B HT Config Space */
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp150 WinEHHandlerType HT; in addTryBlockMapEntry() local
153 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry()
155 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry()
156 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue(); in addTryBlockMapEntry()
157 HT.Handler = CPI->getParent(); in addTryBlockMapEntry()
160 HT.CatchObj.Alloca = AI; in addTryBlockMapEntry()
162 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry()
163 TBME.HandlerArray.push_back(HT); in addTryBlockMapEntry()
H A DPostRASchedulerList.cpp573 ScheduleHazardRecognizer::HazardType HT = in ListScheduleTopDown() local
575 if (HT == ScheduleHazardRecognizer::NoHazard) { in ListScheduleTopDown()
592 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in ListScheduleTopDown()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dascii.h52 #define HT 9 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp854 for (const WinEHHandlerType &HT : TBME.HandlerArray) { in emitCXXFrameHandler3Table() local
859 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table()
860 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
868 getMCSymbolForMBB(Asm, HT.Handler.dyn_cast<MachineBasicBlock *>()); in emitCXXFrameHandler3Table()
871 OS.emitInt32(HT.Adjectives); in emitCXXFrameHandler3Table()
874 OS.emitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()
/netbsd-src/sys/arch/x68k/include/
H A Dkbdmap.h15 #define HT 9 macro
/netbsd-src/sys/arch/x68k/usr.bin/loadkmap/
H A Dkbdmap.h12 #define HT 9 macro
/netbsd-src/sys/arch/atari/dev/
H A Dkbdmap.h45 #define HT 9 macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dtrinityd.h101 # define HT(x) ((x) << 16) macro
/netbsd-src/libexec/getty/
H A Dgettytab.h142 #define HT gettyflags[0].value macro

123