Lines Matching refs:nr_bytes
3583 int nr_bytes; in remote_write_bytes() local
3650 for (nr_bytes = 0; in remote_write_bytes()
3651 (nr_bytes < todo) && (p - payload_start) < payload_size; in remote_write_bytes()
3652 nr_bytes++) in remote_write_bytes()
3654 switch (myaddr[nr_bytes] & 0xff) in remote_write_bytes()
3661 *p++ = (myaddr[nr_bytes] & 0xff) ^ 0x20; in remote_write_bytes()
3664 *p++ = myaddr[nr_bytes] & 0xff; in remote_write_bytes()
3668 if (nr_bytes < todo) in remote_write_bytes()
3674 plen += hexnumnstr (plen, (ULONGEST) nr_bytes, plenlen); in remote_write_bytes()
3682 nr_bytes = bin2hex (myaddr, p, todo); in remote_write_bytes()
3683 p += 2 * nr_bytes; in remote_write_bytes()
3707 return nr_bytes; in remote_write_bytes()