Searched defs:next (Results 1 - 4 of 4) sorted by relevance

/pkg/src/modules/
H A Dliblist.h42 struct libnode *next; /* next node */ member in struct:libnode
H A Dcpiofile.py261 """Return the next size number of bytes from the stream.
516 # modifications to frombuf(), as well as CpioFile.next() to pass the
575 self.firstmember = next(self)
583 cpioinfo = next(self)
853 next = __next__ variable in class:CpioFile
889 cpioinfo = next(self)
909 """Find the next cpio archive glommed on to the end of the current one.
914 reading from the next archive, which can be done by creating a
926 """Return the next cpio archive glommed on to the end of the current one.
945 cpioinfo = next(sel
957 next = __next__ variable in class:CpioIter
[all...]
/pkg/src/modules/client/transport/
H A Dfileobj.py285 next = __next__ variable in class:StreamingFileObj
/pkg/src/modules/solver/
H A Dsolver.c177 int next = irand(&s->random_seed,s->size); local
178 assert(next >= 0 && next < s->size);
179 if (values[next] == l_Undef)
180 return next;
191 int next = heap[0]; local
197 orderpos[next] = -1;
224 if (values[next] == l_Undef)
225 return next;
746 goto next; }
845 int next; local
[all...]

Completed in 49 milliseconds