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

  /external/chromium_org/v8/src/ic/arm64/
ic-compiler-arm64.cc 74 Label try_next; local
76 __ B(ne, &try_next);
82 __ Bind(&try_next);
  /external/pcre/dist/
pcre_study.c 790 BOOL try_next = TRUE; local
796 while (try_next) /* Loop for items in this branch */
905 try_next = FALSE;
933 if (rc == SSB_DONE) try_next = FALSE; else
949 try_next = FALSE;
1041 try_next = FALSE;
1052 try_next = FALSE;
1087 try_next = FALSE;
1115 try_next = FALSE;
1125 try_next = FALSE
    [all...]
  /external/qemu/util/
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) {

Completed in 401 milliseconds