Searched refs:bytecount (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/sys/dev/i2o/
H A Di2odpt.h72 u_int32_t bytecount; member in struct:i2o_dpt_scsi_scb_exec
87 u_int32_t bytecount; member in struct:i2o_dpt_flash_region
124 u_int32_t bytecount; member in struct:i2o_dpt_driver_get
137 u_int32_t bytecount; member in struct:i2o_dpt_driver_set
/netbsd-current/sys/arch/atari/dev/
H A Dhdfd_intr.s65 subql #1, _C_LABEL(fddmalen) | decrement bytecount
93 subql #1, _C_LABEL(fddmalen) | decrement bytecount
104 subql #1, _C_LABEL(fddmalen) | decrement bytecount
/netbsd-current/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcdqueue.c122 int bytecount = local
128 bytecount);
921 #define BITSTUFFTIME(bytecount) ((8 * 7 * (bytecount)) / 6)
927 int is_isoc, int bytecount)
936 (2083 * (3 + BITSTUFFTIME(bytecount)))) / 1000 +
941 (2083 * (3 + BITSTUFFTIME(bytecount)))) / 1000 +
947 (8354 * (31 + 10 * BITSTUFFTIME(bytecount))) / 1000;
954 (8354 * (31 + 10 * BITSTUFFTIME(bytecount))) / 1000;
961 (67667 * (31 + 10 * BITSTUFFTIME(bytecount))) /
926 dwc2_calc_bus_time(struct dwc2_hsotg *hsotg, int speed, int is_in, int is_isoc, int bytecount) argument
[all...]
/netbsd-current/common/lib/libc/arch/mips/string/
H A Dbcopy.S182 andi t0,SIZEREG,(SZREG-1) # t0 = bytecount mod SZREG
278 andi t0,SIZEREG,SZREG-1 # t0 = bytecount mod 4
/netbsd-current/sys/dev/ic/
H A Dmvsatareg.h300 uint16_t bytecount; /* Byte Count */ member in struct:eprd
H A Ddp83932.c713 uint16_t status, bytecount /*, ptr0, ptr1, seqno */;
727 bytecount = sonic32toh(sc, rda32->rda_bytecount);
739 bytecount = sonic16toh(sc, rda16->rda_bytecount);
778 len = bytecount - ETHER_CRC_LEN;
711 uint16_t status, bytecount /*, ptr0, ptr1, seqno */; local
H A Dmvsata.c2680 eprd->bytecount = htole32(EPRD_BYTECOUNT(ds_len));
2944 eprd->bytecount = htole32(EPRD_BYTECOUNT(ds_len));
/netbsd-current/external/gpl2/groff/dist/src/devices/grops/
H A Dpsrm.cpp827 unsigned bytecount = 0; local
837 bytecount++;
851 } while ((unit == Bytes ? bytecount : linecount) < numberof);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dobject.cc113 section_size_type bytecount; local
116 contents = object->section_contents(xindex_shndx, &bytecount, false);
123 bytecount = convert_to_section_size_type(shdr.get_sh_size());
124 contents = object->get_view(shdr.get_sh_offset(), bytecount, true, false);
128 this->symtab_xindex_.reserve(bytecount / 4);
129 for (section_size_type i = 0; i < bytecount; i += 4)
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dobject.cc113 section_size_type bytecount; local
116 contents = object->section_contents(xindex_shndx, &bytecount, false);
123 bytecount = convert_to_section_size_type(shdr.get_sh_size());
124 contents = object->get_view(shdr.get_sh_offset(), bytecount, true, false);
128 this->symtab_xindex_.reserve(bytecount / 4);
129 for (section_size_type i = 0; i < bytecount; i += 4)
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dobject.cc113 section_size_type bytecount; local
116 contents = object->section_contents(xindex_shndx, &bytecount, false);
123 bytecount = convert_to_section_size_type(shdr.get_sh_size());
124 contents = object->get_view(shdr.get_sh_offset(), bytecount, true, false);
128 this->symtab_xindex_.reserve(bytecount / 4);
129 for (section_size_type i = 0; i < bytecount; i += 4)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-record.c1174 ULONGEST bytecount; local
1176 regcache_raw_read_unsigned (regcache, tdep->arg3, &bytecount);
1177 if (record_mem_at_reg (regcache, tdep->arg2, (int) bytecount))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-record.c1190 ULONGEST bytecount; local
1192 regcache_raw_read_unsigned (regcache, tdep->arg3, &bytecount);
1193 if (record_mem_at_reg (regcache, tdep->arg2, (int) bytecount))
/netbsd-current/sys/compat/linux32/arch/amd64/
H A Dlinux32_machdep.c522 syscallarg(netbsd32_size_t) bytecount;
528 NETBSD32TOX_UAP(bytecount, size_t);
H A Dlinux32_syscallargs.h430 syscallarg(netbsd32_size_t) bytecount; member in struct:linux32_sys_modify_ldt_args
H A Dlinux32_systrace_args.c796 iarg[2] = SCARG(p, bytecount); /* netbsd32_size_t */
/netbsd-current/sys/compat/linux/arch/i386/
H A Dlinux_machdep.c510 gl.num = SCARG(uap, bytecount) / sizeof(union descriptor);
545 if (SCARG(uap, bytecount) != sizeof(ldt_info))
599 syscallarg(size_t) bytecount;
H A Dlinux_syscallargs.h465 syscallarg(size_t) bytecount; member in struct:linux_sys_modify_ldt_args
H A Dlinux_systrace_args.c831 uarg[2] = SCARG(p, bytecount); /* size_t */
/netbsd-current/sys/compat/linux/arch/amd64/
H A Dlinux_syscallargs.h646 syscallarg(size_t) bytecount; member in struct:linux_sys_modify_ldt_args
H A Dlinux_systrace_args.c1222 uarg[2] = SCARG(p, bytecount); /* size_t */

Completed in 240 milliseconds