Searched refs:loop (Results 1 – 5 of 5) sorted by relevance
104 int rand = 0, count = 0, loop = 0; in nextBytes() local106 if (loop == 0) { in nextBytes()108 loop = 3; in nextBytes()110 loop--; in nextBytes()
74 loop: in getData()80 break loop; in getData() local
161 loop: for (int ii = 0; ii < certs.length; ii++) { in chooseAlias()168 break loop; in chooseAlias() local
207 boolean loop = isBlocking(); in receive()209 retAddr = receiveImpl(target, loop); in receive()211 retAddr = receiveDirectImpl(target, loop); in receive()223 private SocketAddress receiveImpl(ByteBuffer target, boolean loop) throws IOException { in receiveImpl() argument265 } while (loop); in receiveImpl()269 private SocketAddress receiveDirectImpl(ByteBuffer target, boolean loop) throws IOException { in receiveDirectImpl() argument298 } while (loop); in receiveDirectImpl()
119 int loop = 0; in open() local130 !busy0(dbx, ++loop)) { in open()