HomeSort by: relevance | last modified time | path
    Searched defs:byte_count (Results 1 - 22 of 22) sorted by relevancy

  /src/tests/lib/libc/string/
t_popcount.c 40 static unsigned int byte_count[256]; variable in typeref:typename:unsigned int[256]
53 byte_count[i] = 0;
56 ++byte_count[i];
147 r = byte_count[i & 255] + byte_count[(i >> 8) & 255]
148 + byte_count[(i >> 16) & 255]
149 + byte_count[(i >> 24) & 255];
173 r2 = byte_count[p & 255] + byte_count[(p >> 8) & 255]
174 + byte_count[(p >> 16) & 255
    [all...]
  /src/sys/arch/hpcmips/stand/pbsdboot/
elf.c 73 vmem_sub(int opr, void* xxx, void *addr, int nbytes, int *byte_count)
114 int tmp_progress = *byte_count * 100 / total_bytes;
115 *byte_count += n;
133 long byte_count; local in function:scanfile
187 byte_count = 0;
211 &byte_count) != 0) {
217 &byte_count) != 0) {
221 byte_count += phtbl[i].p_memsz;
232 total_bytes = byte_count;
289 &byte_count) != 0)
    [all...]
  /src/sys/dev/pci/
pciidereg.h 108 u_int32_t byte_count; /* memory region length */ member in struct:idedma_table
if_iwmreg.h 2892 * @byte_count: frame's byte-count
2913 uint32_t byte_count; member in struct:iwm_rx_phy_info
2919 uint16_t byte_count; member in struct:iwm_rx_mpdu_res_start
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_bufs.c 455 int byte_count; local in function:drm_do_addbufs_agp
468 byte_count = 0;
519 buf->offset = (dma->byte_count + offset);
538 byte_count += PAGE_SIZE << page_order;
541 DRM_DEBUG("byte_count: %d\n", byte_count);
558 dma->byte_count += byte_count;
584 int byte_count; local in function:drm_do_addbufs_pci
633 byte_count = 0
737 int byte_count; local in function:drm_do_addbufs_sg
    [all...]
drmP.h 577 unsigned long byte_count; member in struct:drm_device_dma
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_smu7_smumgr.c 54 int smu7_copy_bytes_from_smc(struct pp_hwmgr *hwmgr, uint32_t smc_start_address, uint32_t *dest, uint32_t byte_count, uint32_t limit)
63 PP_ASSERT_WITH_CODE((limit > (smc_start_address + byte_count)), "SMC address is beyond the SMC RAM area.", return -EINVAL);
67 while (byte_count >= 4) {
73 byte_count -= 4;
77 if (byte_count) {
82 for (i = 0; i < byte_count; i++)
91 const uint8_t *src, uint32_t byte_count, uint32_t limit)
100 PP_ASSERT_WITH_CODE((limit > (smc_start_address + byte_count)), "SMC address is beyond the SMC RAM area.", return -EINVAL);
104 while (byte_count >= 4) {
116 byte_count -= 4
468 uint32_t byte_count = length; local in function:smu7_upload_smc_firmware_data
    [all...]
amdgpu_ci_smumgr.c 114 const uint8_t *src, uint32_t byte_count, uint32_t limit)
123 || ((smc_start_address + byte_count) >= limit)) {
130 while (byte_count >= 4) {
142 byte_count -= 4;
146 if (0 != byte_count) {
158 extra_shift = 8 * (4 - byte_count);
160 while (byte_count > 0) {
163 byte_count--;
2317 uint32_t byte_count, start_addr; local in function:ci_load_smc_ucode
2327 byte_count = info.image_size
    [all...]
amdgpu_iceland_smumgr.c 166 uint32_t byte_count = length; local in function:iceland_upload_smc_firmware_data
169 PP_ASSERT_WITH_CODE((limit >= byte_count), "SMC address is beyond the SMC RAM area.", return -EINVAL);
174 while (byte_count >= 4) {
178 byte_count -= 4;
183 PP_ASSERT_WITH_CODE((0 == byte_count), "SMC size must be divisible by 4.", return -EINVAL);
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
edid.c 296 int byte_count = byte_left; local in function:gmbus3_mmio_read
306 if (byte_count > 4)
307 byte_count = 4;
308 for (i = 0; i < byte_count; i++) {
313 memcpy(&vgpu_vreg(vgpu, offset), &reg_data, byte_count);
  /src/sys/arch/sandpoint/stand/altboot/
fxp.c 107 volatile uint16_t byte_count; member in struct:txdesc
240 cbp->byte_count = 22; /* (22) bytes to config */
344 txd->byte_count = htole16(0x8000);
  /src/sys/external/bsd/drm2/dist/drm/
drm_bufs.c 784 int byte_count; local in function:drm_legacy_addbufs_agp
800 byte_count = 0;
868 buf->offset = (dma->byte_count + offset);
891 byte_count += PAGE_SIZE << page_order;
894 DRM_DEBUG("byte_count: %d\n", byte_count);
914 dma->page_count += byte_count >> PAGE_SHIFT;
915 dma->byte_count += byte_count;
948 int byte_count; local in function:drm_legacy_addbufs_pci
1153 int byte_count; local in function:drm_legacy_addbufs_sg
    [all...]
  /src/usr.sbin/ndbootd/
ndbootd.c 179 unsigned int byte_count, bytes_left; local in function:_ndbootd_ip_cksum
189 byte_count = ip_packet->ip_hl << 2;
190 for (bytes_left = byte_count; bytes_left >= sizeof(*_word);) {
334 ssize_t byte_count; local in function:main
789 byte_count = ntohl(nd_packet->ndboot_packet_current_byte_count);
790 for (; byte_count > 0;) {
805 byte_count);
817 byte_count);
853 byte_count);
864 byte_count);
    [all...]
  /src/sys/arch/mac68k/include/
adbsys.h 61 int byte_count; /* number of bytes */ member in struct:adb_event_s
  /src/sys/arch/macppc/include/
adbsys.h 62 int byte_count; /* number of bytes */ member in struct:adb_event_s
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_legacy.h 121 unsigned long byte_count; member in struct:drm_device_dma
  /src/sys/external/bsd/dwc2/dist/
dwc2_core.c 1769 u32 byte_count; local in function:dwc2_hc_write_packet
1781 byte_count = chan->max_packet;
1783 byte_count = remaining_count;
1785 dword_count = (byte_count + 3) / 4;
1800 chan->xfer_count += byte_count;
1801 chan->xfer_buf += byte_count;
  /src/sys/dev/ic/
i82557reg.h 190 /*0*/ volatile uint8_t __FXP_BITFIELD2(byte_count:6, :2);
346 volatile uint16_t byte_count; member in struct:fxp_cb_tx
siopreg.h 418 uint16_t byte_count; /* excluding header/trailer */ member in struct:nvram_symbios
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ttm.c 2243 uint64_t dst_offset, uint32_t byte_count,
2262 num_loops = DIV_ROUND_UP(byte_count, max_bytes);
2284 uint32_t cur_size_in_bytes = min(byte_count, max_bytes);
2291 byte_count -= cur_size_in_bytes;
2343 uint64_t byte_count = mm_node->size << PAGE_SHIFT; local in function:amdgpu_fill_buffer
2345 num_loops += DIV_ROUND_UP_ULL(byte_count, max_bytes);
2371 uint64_t byte_count = mm_node->size << PAGE_SHIFT; local in function:amdgpu_fill_buffer
2375 while (byte_count) {
2376 uint32_t cur_size_in_bytes = min_t(uint64_t, byte_count,
2383 byte_count -= cur_size_in_bytes
    [all...]
  /src/sys/nfs/
nfs_vnops.c 1126 int error = 0, len, retlen, tsiz, eof __unused, byte_count; local in function:nfs_readrpc
1141 byte_count = 0; /* count bytes actually transferred */
1176 byte_count += retlen;
1187 iostat_unbusy(nmp->nm_stats, byte_count, 1);
1233 int byte_count; local in function:nfs_writerpc
1260 byte_count = 0; /* count of bytes actually written */
1391 byte_count += len;
1412 iostat_unbusy(nmp->nm_stats, byte_count, 0);
  /src/libexec/ftpd/
ftpd.c 194 off_t byte_count; variable in typeref:typename:off_t
1753 byte_count = -1;
1794 logxfer("get", byte_count, name, NULL, tdp, error);
1866 byte_count = -1;
1913 logxfer(desc, byte_count, name, NULL, tdp, error);
2006 byte_count = 0;
2134 byte_count += c;
2295 byte_count++;
2314 if ((byte_count % 4096) == 0)
2446 FILESIZECHECK(byte_count + c)
    [all...]

Completed in 44 milliseconds