Searched refs:pothead (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/ipfilter/
H A Darc4random.c189 static u_char *pothead = pot, *pottail = pot; variable
255 if (pothead + length > pot + sizeof(pot)) {
259 numbytes = pot + sizeof(pot) - pothead;
260 bcopy(pothead, dest, numbytes);
262 pothead = pot;
263 bcopy(pothead, dest + length - left, left);
264 pothead += left;
266 bcopy(pothead, dest, length);
267 pothead += length;
271 pothead
[all...]

Completed in 156 milliseconds