Home
last modified time | relevance | path

Searched refs:next_slot (Results 1 – 3 of 3) 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.c1424 int next_slot = 1; /* increment timer to next slot */ local
1428 next_slot = 0; /* try probe again with current slot */
1435 next_slot = 0;
1439 if (next_slot) {
/third_party/node/deps/v8/tools/
Dgrokdump.py2072 next_slot = slot + self.reader.MachinePointerSize()
2073 if not self.reader.IsValidAddress(next_slot): return False
2074 next_address = self.reader.ReadUIntPtr(next_slot)