Home
last modified time | relevance | path

Searched refs:numbytes (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Docd.c585 int numbytes; in ocd_write_bytes() local
596 buf[7] = numbytes; in ocd_write_bytes()
617 len -= numbytes; in ocd_write_bytes()
626 len -= numbytes; in ocd_write_bytes()
627 memaddr += numbytes; in ocd_write_bytes()
628 myaddr += numbytes; in ocd_write_bytes()
656 int numbytes; in ocd_read_bytes() local
667 buf[6] = numbytes; in ocd_read_bytes()
687 len -= numbytes; in ocd_read_bytes()
698 len -= numbytes; in ocd_read_bytes()
[all …]
H A Ddsrec.c94 int numbytes; in load_srec() local
110 for (i = 0; i < size; i += numbytes) in load_srec()
113 numbytes = make_srec (srec, (CORE_ADDR) (addr + i), abfd, s, in load_srec()
H A Dm68k-tdep.c78 m68k_register_bytes_ok (long numbytes) in m68k_register_bytes_ok() argument
80 return ((numbytes == REGISTER_BYTES_FP) in m68k_register_bytes_ok()
81 || (numbytes == REGISTER_BYTES_NOFP)); in m68k_register_bytes_ok()
H A Dremote-mips.c2646 unsigned int numbytes; in mips_load_srec() local
2654 for (i = 0; i < bfd_get_section_size (s); i += numbytes) in mips_load_srec()
2656 numbytes = min (srec_frame, bfd_get_section_size (s) - i); in mips_load_srec()
2658 bfd_get_section_contents (abfd, s, buffer, i, numbytes); in mips_load_srec()
2660 reclen = mips_make_srec (srec, '3', s->vma + i, buffer, numbytes); in mips_load_srec()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dsmu_v11_0_i2c.c270 u32 numbytes, u32 i2c_flag) in smu_v11_0_i2c_transmit() argument
280 address, numbytes); in smu_v11_0_i2c_transmit()
284 16, 1, data, numbytes, false); in smu_v11_0_i2c_transmit()
297 while (numbytes > 0) { in smu_v11_0_i2c_transmit()
317 if (numbytes == 1 && i2c_flag & I2C_M_STOP) in smu_v11_0_i2c_transmit()
333 numbytes--; in smu_v11_0_i2c_transmit()
369 u32 numbytes, u32 i2c_flag) in smu_v11_0_i2c_receive() argument
383 while (numbytes > 0) { in smu_v11_0_i2c_receive()
396 if (numbytes == 1 && i2c_flag & I2C_M_STOP) in smu_v11_0_i2c_receive()
427 numbytes--; in smu_v11_0_i2c_receive()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Ddlltool.c1931 int numbytes; in gen_exp_file() local
1940 numbytes = ftell (base_file); in gen_exp_file()
1942 copy = xmalloc (numbytes); in gen_exp_file()
1943 fread (copy, 1, numbytes, base_file); in gen_exp_file()
1944 num_entries = numbytes / sizeof (long); in gen_exp_file()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddlltool.c1934 int numbytes; in gen_exp_file() local
1943 numbytes = ftell (base_file); in gen_exp_file()
1945 copy = xmalloc (numbytes); in gen_exp_file()
1946 fread (copy, 1, numbytes, base_file); in gen_exp_file()
1947 num_entries = numbytes / sizeof (long); in gen_exp_file()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlapio.pod23 SSize_t PerlIO_write(PerlIO *f,const void *buf,size_t numbytes);
35 SSize_t PerlIO_read(PerlIO *f, void *buf, size_t numbytes);
H A Dperlclib.pod136 fread(p, size, n, stream) PerlIO_read(perlio, buf, numbytes)
137 fwrite(p, size, n, stream) PerlIO_write(perlio, buf, numbytes)