HomeSort by relevance Sort by last modified time
    Searched refs:try_next (Results 1 - 4 of 4) sorted by null

  /external/qemu/
qemu-sockets-android.c 89 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) {
qemu-sockets.c 131 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/
MachineModuleInfo.cpp 533 goto try_next;
539 try_next:;
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 249 milliseconds