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

/external/qemu/
H A Dqemu-sockets-android.c52 int slisten,pos,to,try_next,nn; local
143 try_next = to && (sock_address_get_port(e) <= to + port_offset);
144 if (!try_next || sockets_debug)
148 if (try_next) {
H A Dqemu-sockets.c100 int slisten,rc,pos,to,try_next; local
190 try_next = to && (inet_getport(e) <= to + port_offset);
191 if (!try_next || sockets_debug)
195 if (try_next) {
/external/e2fsprogs/lib/blkid/
H A Ddevname.c311 goto try_next;
315 goto try_next;
318 goto try_next;
322 try_next:

Completed in 57 milliseconds