Home
last modified time | relevance | path

Searched refs:hnext (Results 101 – 125 of 389) sorted by relevance

12345678910>>...16

/dports/graphics/dynamechs/dynamechs_4.0pre1/dm/
H A DdmIntegRK45.cpp334 void dmIntegRK45::rkqs(Float htry, Float *hdid, Float *hnext) in rkqs() argument
368 *hdid = *hnext = m_euler_step; in rkqs()
447 *hnext = SAFETY*h*pow(errmax,(float)PCORRECT); in rkqs()
449 *hnext = 5.0*h; in rkqs()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/cdt/
H A Ddthash.c130 static Void_t* hnext(Dt_t* dt, Dtlink_t* lnk) in hnext() function
321 DTRETURN(obj, hnext(dt, lnk) );
327 { *fngr = hnext(dt, lnk) ? hash->here : NIL(Dtlink_t*);
376 { *fngr = hnext(dt, ll) ? hash->here : NIL(Dtlink_t*);
380 DTRETURN(obj, hnext(dt, ll));
/dports/multimedia/libv4l/linux-5.13-rc2/security/integrity/ima/
H A Dima_queue.c57 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) { in ima_lookup_digest_entry()
112 hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]); in ima_add_digest_entry()
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/integrity/ima/
H A Dima_queue.c57 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) { in ima_lookup_digest_entry()
112 hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]); in ima_add_digest_entry()
/dports/cad/xcircuit/xcircuit-3.10.30/asg/
H A Dnet.h183 nptr hnext; /* link in hash bucket */ member
199 obptr hnext; /* link in hash bucket */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/integrity/ima/
H A Dima_queue.c57 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) { in ima_lookup_digest_entry()
112 hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]); in ima_add_digest_entry()
/dports/astro/libgal/libgal-0.5.0/odeint/
H A Dgal_rkfqs.h80 double *hnext,
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/include/
H A Dmonitor.h17 struct monitor *hnext; member
/dports/math/sympol/SymPol-0.1.9/external/cddlib-094f/
H A Dcddcore_f.c1605 void ddf_SelectNextHalfspace0(ddf_ConePtr cone, ddf_rowset excluded, ddf_rowrange *hnext) in ddf_SelectNextHalfspace0() argument
1620 *hnext = i; in ddf_SelectNextHalfspace0()
1622 *hnext = 0; in ddf_SelectNextHalfspace0()
1625 void ddf_SelectNextHalfspace1(ddf_ConePtr cone, ddf_rowset excluded, ddf_rowrange *hnext) in ddf_SelectNextHalfspace1() argument
1640 *hnext = i; in ddf_SelectNextHalfspace1()
1642 *hnext=0; in ddf_SelectNextHalfspace1()
1657 *hnext = i; in ddf_SelectNextHalfspace2()
1679 *hnext = i; in ddf_SelectNextHalfspace3()
1706 *hnext = i; in ddf_SelectNextHalfspace4()
1739 *hnext = minindex; in ddf_SelectNextHalfspace5()
[all …]
/dports/net/hostapd-devel/hostap-14ab4a816/src/ap/
H A Dsta_info.c75 s = s->hnext; in ap_get_sta()
126 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add()
138 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del()
142 while (s->hnext != NULL && in ap_sta_hash_del()
143 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0) in ap_sta_hash_del()
144 s = s->hnext; in ap_sta_hash_del()
145 if (s->hnext != NULL) in ap_sta_hash_del()
146 s->hnext = s->hnext->hnext; in ap_sta_hash_del()
H A Dap_list.h20 struct ap_info *hnext; /* next entry in hash table list */ member
/dports/net/hostapd/hostapd-2.9/src/ap/
H A Dsta_info.c77 s = s->hnext; in ap_get_sta()
128 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add()
140 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del()
144 while (s->hnext != NULL && in ap_sta_hash_del()
145 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0) in ap_sta_hash_del()
146 s = s->hnext; in ap_sta_hash_del()
147 if (s->hnext != NULL) in ap_sta_hash_del()
148 s->hnext = s->hnext->hnext; in ap_sta_hash_del()
H A Dap_list.h20 struct ap_info *hnext; /* next entry in hash table list */ member
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/ap/
H A Dsta_info.c77 s = s->hnext; in ap_get_sta()
128 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add()
140 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del()
144 while (s->hnext != NULL && in ap_sta_hash_del()
145 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0) in ap_sta_hash_del()
146 s = s->hnext; in ap_sta_hash_del()
147 if (s->hnext != NULL) in ap_sta_hash_del()
148 s->hnext = s->hnext->hnext; in ap_sta_hash_del()
H A Dap_list.h20 struct ap_info *hnext; /* next entry in hash table list */ member
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dsta_info.c77 s = s->hnext; in ap_get_sta()
128 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add()
140 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del()
144 while (s->hnext != NULL && in ap_sta_hash_del()
145 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0) in ap_sta_hash_del()
146 s = s->hnext; in ap_sta_hash_del()
147 if (s->hnext != NULL) in ap_sta_hash_del()
148 s->hnext = s->hnext->hnext; in ap_sta_hash_del()
H A Dap_list.h20 struct ap_info *hnext; /* next entry in hash table list */ member
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/ap/
H A Dsta_info.c75 s = s->hnext; in ap_get_sta()
126 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add()
138 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del()
142 while (s->hnext != NULL && in ap_sta_hash_del()
143 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0) in ap_sta_hash_del()
144 s = s->hnext; in ap_sta_hash_del()
145 if (s->hnext != NULL) in ap_sta_hash_del()
146 s->hnext = s->hnext->hnext; in ap_sta_hash_del()
H A Dap_list.h20 struct ap_info *hnext; /* next entry in hash table list */ member
/dports/www/c-icap/c_icap-0.5.10/include/
H A Dhash.h36 struct ci_hash_entry *hnext; member
/dports/games/xlife/xlife-6.7/
H A Dhistory.h33 struct historytile_t *next, *hnext; member
/dports/japanese/sj3-lib/sj3-2.0.1.20/dict/include/
H A Dsj_struct.h59 struct hinsi_rec *hnext; member
/dports/cad/netgen/netgen-6.2.2105/libsrc/geom2d/
H A Dgenmesh2d.cpp46 double hnext = hi[i] + gradh * (xi[i+1]-xi[i]).Length(); in CalcPartition() local
47 if(hnext > 2*hi[i]) in CalcPartition()
49 hi[i+1] = min(hi[i+1], hnext); in CalcPartition()
53 double hnext = hi[i] + gradh * (xi[i-1]-xi[i]).Length(); in CalcPartition() local
54 if(hnext > 2*hi[i]) in CalcPartition()
56 hi[i-1] = min(hi[i-1], hnext); in CalcPartition()
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dwhowas.h60 struct Whowas *hnext; /**< Next entry with the same hash value. */ member
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dres.h41 DNSCache *hprev, *hnext; /**< Previous and next in hash list */ member

12345678910>>...16