| /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/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| ScheduleDAGVLIW.cpp | 215 ScheduleHazardRecognizer::HazardType HT = 217 if (HT == ScheduleHazardRecognizer::NoHazard) { 223 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
|
| ScheduleDAGRRList.cpp | 680 ScheduleHazardRecognizer::HazardType HT = 683 if (HT == ScheduleHazardRecognizer::NoHazard)
|
| /src/external/bsd/ntp/dist/include/ |
| ascii.h | 52 #define HT 9
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| hashtable.h | 20 typedef struct ht_internal_st HT; 199 pfx ossl_unused int ossl_ht_##name##_##vtype##_insert(HT *h, HT_KEY *key, \ 225 pfx ossl_unused vtype *ossl_unused ossl_ht_##name##_##vtype##_get(HT *h, \ 251 int ossl_ht_##name##_##vtype##_insert(HT *h, HT_KEY *key, vtype *data, \ 254 vtype *ossl_unused ossl_ht_##name##_##vtype##_get(HT *h, \ 282 HT *ossl_ht_new(const HT_CONFIG *conf); 287 void ossl_ht_free(HT *htable); 292 void ossl_ht_read_lock(HT *htable); 297 void ossl_ht_write_lock(HT *htable); 302 void ossl_ht_read_unlock(HT *htable) [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/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/llvm/lib/CodeGen/ |
| PostRASchedulerList.cpp | 573 ScheduleHazardRecognizer::HazardType HT = 575 if (HT == ScheduleHazardRecognizer::NoHazard) { 592 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
|
| 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);
|
| /src/libexec/getty/ |
| gettytab.h | 142 #define HT gettyflags[0].value
|
| /src/sys/arch/amiga/dev/ |
| kbdmap.h | 41 #define HT 9
|
| 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_cv3d.c | 1213 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS, 1271 HT = gv->htotal * hmul - 5; 1353 ((HT & 0x100) ? 0x01 : 0x00) | 1359 (((HT-5) & 0x100) ? 0x40 : 0x00) ); 1368 WCrt(ba, CRT_ID_HOR_TOTAL, HT); 1369 WCrt(ba, CRT_ID_DISPLAY_FIFO, HT - 5); 1423 WCrt(ba, CRT_ID_LACE_RETR_START, HT / 2);
|
| 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_cv.c | 1299 unsigned short HT, HDE, HBS, HBE, HSS, HSE, VDE, VBS, VBE, VSS, 1363 HT = gv->htotal * hmul - 5; 1430 ((HT & 0x100) ? 0x01 : 0x00) | 1436 (((HT-5) & 0x100) ? 0x40 : 0x00) ); 1445 WCrt(ba, CRT_ID_HOR_TOTAL, HT); 1446 WCrt(ba, CRT_ID_DISPLAY_FIFO, HT - 5); 1500 WCrt(ba, CRT_ID_LACE_RETR_START, HT / 2);
|
| grf_rhreg.h | 87 unsigned short HT;
|
| grf_rtreg.h | 92 unsigned short HT;
|
| /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/external/bsd/ntp/dist/sntp/libopts/ |
| autoopts.h | 72 #define HT '\t'
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| trinityd.h | 101 # define HT(x) ((x) << 16)
|