Home
last modified time | relevance | path

Searched refs:_ht (Results 1 – 5 of 5) sorted by relevance

/freebsd/share/mk/
H A Dmeta2deps.sh189 host) _ht=$HOST_TARGET;;
199 for x in $_ht $TARGET_SPEC $MACHINE
/freebsd/contrib/bmake/mk/
H A Dmeta2deps.sh187 host) _ht=$HOST_TARGET;;
197 for x in $_ht $TARGET_SPEC $MACHINE
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c1467 #define __sta_phy_bitrate_mask_check(_mcs, _gi, _ht, _he) \ in mt7915_mcu_add_rate_ctrl_fixed() argument
1480 if (_ht) \ in mt7915_mcu_add_rate_ctrl_fixed()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c2084 #define __sta_phy_bitrate_mask_check(_mcs, _gi, _ht, _he) \ in mt7996_mcu_add_rate_ctrl_fixed() argument
2095 if (_ht) \ in mt7996_mcu_add_rate_ctrl_fixed()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c14804 struct _ht { /* the hash table */ struct
37458 struct _ht *pEntry, /* The entry into which pNew is inserted */ in insertElement()
37491 struct _ht *new_ht; /* The new hash table */ in rehash()
37495 if( new_size*sizeof(struct _ht)>SQLITE_MALLOC_SOFT_LIMIT ){ in rehash()
37496 new_size = SQLITE_MALLOC_SOFT_LIMIT/sizeof(struct _ht); in rehash()
37510 new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) ); in rehash()
37516 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht); in rehash()
37517 memset(new_ht, 0, new_size*sizeof(struct _ht)); in rehash()
37542 struct _ht *pEntry; in findElementWithHash()
37569 struct _ht *pEntry; in removeElement()