HomeSort by relevance Sort by last modified time
    Searched full:len_left (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.cc 231 int len_left = len; local
233 int sent = HANDLE_EINTR(send(socket_, send_buf, len_left, 0));
234 if (sent == len_left) { // A shortcut to avoid extraneous checks.
250 // sent != len_left according to the shortcut above.
253 len_left -= sent;
  /external/chromium/net/base/
listen_socket.cc 145 int len_left = len; local
147 int sent = HANDLE_EINTR(send(socket_, send_buf, len_left, 0));
148 if (sent == len_left) { // A shortcut to avoid extraneous checks.
164 // sent != len_left according to the shortcut above.
167 len_left -= sent;
  /external/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.class.php 1093 $len_left = $chop_flg ? $this->chopExpr(1) : strlen($this->_curr_expr)-1; variable
    [all...]

Completed in 477 milliseconds