| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/ |
| H A D | ar5416_phy.c | 29 #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 D | hash.c | 391 #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 D | defs.h | 562 #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 D | rtmons | 6 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 D | kbdmap.h | 41 #define HT 9 macro
|
| H A D | grf_rt.c | 444 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 D | grf_cv3d.c | 1213 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 D | grf_cv.c | 1299 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 D | grf_rtreg.h | 92 unsigned short HT; member
|
| H A D | grf_et.c | 1136 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 D | grf_rh.c | 880 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 D | ScopedHashTable.h | 87 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 D | MultiOnDiskHashTable.h | 153 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 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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGVLIW.cpp | 215 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 D | loongson64c-package.dtsi | 22 /* 3A HT Config Space */ 24 /* 3B HT Config Space */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 150 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 D | PostRASchedulerList.cpp | 573 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 D | ascii.h | 52 #define HT 9 macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 854 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 D | kbdmap.h | 15 #define HT 9 macro
|
| /netbsd-src/sys/arch/x68k/usr.bin/loadkmap/ |
| H A D | kbdmap.h | 12 #define HT 9 macro
|
| /netbsd-src/sys/arch/atari/dev/ |
| H A D | kbdmap.h | 45 #define HT 9 macro
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | trinityd.h | 101 # define HT(x) ((x) << 16) macro
|
| /netbsd-src/libexec/getty/ |
| H A D | gettytab.h | 142 #define HT gettyflags[0].value macro
|