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

1 2

  /src/tests/lib/libc/string/
t_popcount.c 40 static unsigned int byte_count[256]; variable
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...]
t_popcount.c 40 static unsigned int byte_count[256]; variable
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
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...]
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
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
pciidereg.h 108 u_int32_t byte_count; /* memory region length */ member in struct:idedma_table
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_bufs.c 455 int byte_count; local
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
633 byte_count = 0
737 int byte_count; local
    [all...]
drm_bufs.c 455 int byte_count; local
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
633 byte_count = 0
737 int byte_count; local
    [all...]
  /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
    [all...]
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
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
edid.c 296 int byte_count = byte_left; local
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); local
edid.c 296 int byte_count = byte_left; local
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); local
  /src/sys/arch/mac68k/include/
adbsys.h 61 int byte_count; /* number of bytes */ member in struct:adb_event_s
adbsys.h 61 int byte_count; /* number of bytes */ member in struct:adb_event_s
  /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);
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
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
1153 int byte_count; local
    [all...]
drm_bufs.c 784 int byte_count; local
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
1153 int byte_count; local
    [all...]
  /src/usr.sbin/ndbootd/
ndbootd.c 179 unsigned int byte_count, bytes_left; local
189 byte_count = ip_packet->ip_hl << 2;
190 for (bytes_left = byte_count; bytes_left >= sizeof(*_word);) {
334 ssize_t byte_count; local
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...]
ndbootd.c 179 unsigned int byte_count, bytes_left; local
189 byte_count = ip_packet->ip_hl << 2;
190 for (bytes_left = byte_count; bytes_left >= sizeof(*_word);) {
334 ssize_t byte_count; local
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/macppc/include/
adbsys.h 62 int byte_count; /* number of bytes */ member in struct:adb_event_s
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
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
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;

Completed in 47 milliseconds

1 2