Home
last modified time | relevance | path

Searched refs:next_tp (Results 1 – 8 of 8) sorted by relevance

/dports/www/onionbalance/OnionBalance-0.2.1/onionbalance/hs_v3/
H A Dhashring.py56 next_tp = current_tp + 1
75 srv = my_onionbalance.consensus.get_current_srv(next_tp)
76 tp = next_tp
/dports/x11/foot/foot/
H A Dgrid.c624 struct coord **next_tp = &tracking_points[0]; in grid_resize_and_reflow() local
675 if (unlikely((*next_tp)->row == old_row_idx)) { in grid_resize_and_reflow()
676 tp = *next_tp; in grid_resize_and_reflow()
680 for (struct coord **iter = next_tp; (*iter)->row == old_row_idx; iter++) in grid_resize_and_reflow()
830 next_tp++; in grid_resize_and_reflow()
831 tp = *next_tp; in grid_resize_and_reflow()
838 (void*)tp, (*next_tp)->row, (*next_tp)->col); in grid_resize_and_reflow()
877 for (struct coord **tp = next_tp; *tp != &terminator; tp++) { in grid_resize_and_reflow()
881 xassert(old_rows == 0 || *next_tp == &terminator); in grid_resize_and_reflow()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Djsector.cpp1169 OrgTileP tp, next_tp; in FindOrgTile() local
1174 TRAVERSE(thelist, tp, next_tp) in FindOrgTile()
1187 OrgTileP tp=NULL, next_tp=NULL; in JS_UnInitLockouts() local
1190 TRAVERSE(&orgwalllist, tp, next_tp) in JS_UnInitLockouts()
1194 TRAVERSE(&orgwalloverlist, tp, next_tp) in JS_UnInitLockouts()
1198 TRAVERSE(&orgsectorceilinglist, tp, next_tp) in JS_UnInitLockouts()
1202 TRAVERSE(&orgsectorfloorlist, tp, next_tp) in JS_UnInitLockouts()
/dports/games/jfsw/jfsw-c434002/src/
H A Djsector.c1181 OrgTileP tp, next_tp; in FindOrgTile() local
1186 TRAVERSE(thelist, tp, next_tp) in FindOrgTile()
1199 OrgTileP tp=NULL, next_tp=NULL; in JS_UnInitLockouts() local
1202 TRAVERSE(&orgwalllist, tp, next_tp) in JS_UnInitLockouts()
1206 TRAVERSE(&orgwalloverlist, tp, next_tp) in JS_UnInitLockouts()
1210 TRAVERSE(&orgsectorceilinglist, tp, next_tp) in JS_UnInitLockouts()
1214 TRAVERSE(&orgsectorfloorlist, tp, next_tp) in JS_UnInitLockouts()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmain.c602 const tabpage_T *next_tp; in getout() local
605 for (const tabpage_T *tp = first_tabpage; tp != NULL; tp = next_tp) { in getout()
606 next_tp = tp->tp_next; in getout()
624 next_tp = first_tabpage; in getout()
/dports/editors/vim/vim-8.2.3745/src/
H A Dmain.c1571 tabpage_T *next_tp; in getout() local
1577 for (tp = first_tabpage; tp != NULL; tp = next_tp) in getout()
1579 next_tp = tp->tp_next; in getout()
1597 next_tp = first_tabpage; in getout()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Doutliner.cpp1901 int sym, next_tp; in resetThreadprivate() local
1902 for (sym = gbl.threadprivate; sym > NOSYM; sym = next_tp) { in resetThreadprivate()
1903 next_tp = TPLNKG(sym); in resetThreadprivate()
H A Dexpsmp.cpp3001 int next_tp; in exp_mp_func_prologue() local