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

/external/qemu/
H A Dqemu-sockets-android.c89 int slisten,to,try_next,nn; local
156 try_next = to && (sock_address_get_port(e) <= to + port_offset);
157 if (!try_next || sockets_debug)
161 if (try_next) {
H A Dqemu-sockets.c131 int slisten,rc,to,try_next; local
199 try_next = to && (inet_getport(e) <= to + port_offset);
200 if (!try_next || sockets_debug)
204 if (try_next) {
/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp533 goto try_next;
539 try_next:;
/external/valgrind/main/perf/
H A Dtinycc.c16747 try_next:
16751 goto try_next;
16759 goto try_next;
16764 goto try_next;
16789 goto try_next;
16797 goto try_next;
16804 goto try_next;
16813 goto try_next;
16819 goto try_next;
16838 goto try_next;
[all...]

Completed in 683 milliseconds