Lines Matching refs:nr_bytes
3649 int nr_bytes; in remote_write_bytes() local
3725 for (nr_bytes = 0; in remote_write_bytes()
3726 (nr_bytes < todo) && (p - payload_start) < payload_size; in remote_write_bytes()
3727 nr_bytes++) in remote_write_bytes()
3729 switch (myaddr[nr_bytes] & 0xff) in remote_write_bytes()
3736 *p++ = (myaddr[nr_bytes] & 0xff) ^ 0x20; in remote_write_bytes()
3739 *p++ = myaddr[nr_bytes] & 0xff; in remote_write_bytes()
3743 if (nr_bytes < todo) in remote_write_bytes()
3749 plen += hexnumnstr (plen, (ULONGEST) nr_bytes, plenlen); in remote_write_bytes()
3757 nr_bytes = bin2hex (myaddr, p, todo); in remote_write_bytes()
3758 p += 2 * nr_bytes; in remote_write_bytes()
3782 return nr_bytes; in remote_write_bytes()