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

/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_listen_socket.cc231 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/
H A Dlisten_socket.cc145 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/
H A DASCIIMathPHP-2.0.class.php1093 $len_left = $chop_flg ? $this->chopExpr(1) : strlen($this->_curr_expr)-1; variable
1096 if ($len_left == 0 && isset($this->_symbol_arr[$char])) {

Completed in 53 milliseconds