Home
last modified time | relevance | path

Searched refs:next_slot (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mapi/new/
DgenCommon.py81 next_slot = 0
92 functions[i] = functions[i]._replace(slot=next_slot)
93 next_slot += 1
/third_party/lwip/src/core/
Dtcp.c1247 int next_slot = 1; /* increment timer to next slot */ in tcp_slowtmr() local
1251 next_slot = 0; /* try probe again with current slot */ in tcp_slowtmr()
1258 next_slot = 0; in tcp_slowtmr()
1262 if (next_slot) { in tcp_slowtmr()