HomeSort by: relevance | last modified time | path
    Searched refs:HT (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_phy.c 29 #define HT IEEE80211_T_HT
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...]
  /src/external/bsd/ntp/dist/include/
ascii.h 52 #define HT 9
  /src/usr.bin/config/
hash.c 98 ht_init(struct hashtab *ht, size_t sz)
102 ht->ht_tab = emalloc(sz * sizeof (ht->ht_tab[0]));
103 ht->ht_size = sz;
104 ht->ht_mask = sz - 1;
106 TAILQ_INIT(&ht->ht_tab[n]);
107 ht->ht_used = 0;
108 ht->ht_lim = HASHFRACTION(sz);
115 ht_expand(struct hashtab *ht)
121 n = ht->ht_size * 2
209 struct hashtab *ht; local
233 struct hashtab *ht; local
    [all...]
defs.h 548 #define ht_insert2(ht, nam1, nam2, val) ht_insrep2(ht, nam1, nam2, val, 0)
549 #define ht_insert(ht, nam, val) ht_insrep(ht, nam, val, 0)
550 #define ht_replace(ht, nam, val) ht_insrep(ht, nam, val, 1)
562 /* typed hash, named struct HT, whose type is string -> struct VT */
563 #define DECLHASH(HT, VT) \
564 struct HT; \
565 struct HT *HT##_create(void);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ScopedHashTable.h 13 // 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;
89 /// PrevScope - This is the scope that we are shadowing in HT.
97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
MultiOnDiskHashTable.h 153 auto &HT = ODT->Table;
154 Info &InfoObj = HT.getInfoObj();
156 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) {
249 auto &HT = ODT->Table;
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;
275 Info &InfoObj = HT.getInfoObj()
    [all...]
  /src/tests/usr.bin/rump_server/
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
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 215 ScheduleHazardRecognizer::HazardType HT =
217 if (HT == ScheduleHazardRecognizer::NoHazard) {
223 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
  /src/sys/arch/amiga/dev/
kbdmap.h 41 #define HT 9
grf_rtreg.h 92 unsigned short HT;
grf_rt.c 134 HT = (HT * 4) / FX
143 /* FQ FLG MW MH HBS HSS HSE HBE HT VBS VSS VSE VBE VT */
165 /* FQ FLG MW MH HBS HSS HSE HBE HT VBS VSS VSE VBE VT */
444 WCrt (ba, CRT_ID_HOR_TOTAL, md->HT & 0xff);
502 | ((md->HT & 0x100) / 0x100 * 0x01)
512 WCrt (ba, CRT_ID_EXT_HOR_TIMING2, ( ((md->HT & 0x200)/ 0x200 * 0x01)
936 vm->htotal = md->HT * 32 / md->DEP;
941 vm->htotal = md->HT * md->FX;
grf_cl.c 1417 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS,
1466 HT = gv->htotal;
1563 HT /= 2;
1572 WCrt(ba, CRT_ID_HOR_TOTAL, HT);
1622 WCrt(ba, CRT_ID_LACE_END, HT / 2); /* MW/16 */
grf_et.c 1136 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS,
1182 HT = gv->htotal;
1217 HT *= hmul;
1276 WCrt(ba, CRT_ID_HOR_TOTAL, HT);
1340 ((HT & 0x100) ? 0x01 : 0x00) |
grf_rh.c 880 WCrt(ba, CRT_ID_HOR_TOTAL, md->HT & 0xff);
955 ((md->HT & 0x100) / 0x100) |
974 ((md->HT & 0x200)/ 0x200) |
1220 * HT = (HT * 4) / FX
1230 * FQ FLG MW MH HBS HSS HSE HBE HT VBS VSS VSE VBE VT
1672 vm->htotal = md->HT * 32 / md->DEP;
1677 vm->htotal = md->HT * md->FX;
  /src/sys/arch/atari/dev/
kbdmap.h 45 #define HT 9
  /src/sys/arch/x68k/include/
kbdmap.h 15 #define HT 9
  /src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h 12 #define HT 9
  /src/external/bsd/byacc/dist/
defs.h 86 #define HT '\t' /* horizontal tab */
  /src/libexec/getty/
gettytab.h 142 #define HT gettyflags[0].value
  /src/sys/external/bsd/drm2/dist/drm/radeon/
trinityd.h 101 # define HT(x) ((x) << 16)
  /src/external/bsd/ntp/dist/sntp/libopts/
autoopts.h 72 #define HT '\t'
putshell.c 75 case HT:
131 case HT: add_esc_ch('t'); break;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WinEHPrepare.cpp 150 WinEHHandlerType HT;
153 HT.TypeDescriptor = nullptr;
155 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts());
156 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue();
157 HT.Handler = CPI->getParent();
160 HT.CatchObj.Alloca = AI;
162 HT.CatchObj.Alloca = nullptr;
163 TBME.HandlerArray.push_back(HT);
PostRASchedulerList.cpp 573 ScheduleHazardRecognizer::HazardType HT =
575 if (HT == ScheduleHazardRecognizer::NoHazard) {
592 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 854 for (const WinEHHandlerType &HT : TBME.HandlerArray) {
859 if (HT.CatchObj.FrameIndex != INT_MAX) {
860 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo);
868 getMCSymbolForMBB(Asm, HT.Handler.dyn_cast<MachineBasicBlock *>());
871 OS.emitInt32(HT.Adjectives);
874 OS.emitValue(create32bitRef(HT.TypeDescriptor), 4);

Completed in 48 milliseconds

1 2