| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | adler32memcpy.cc | 86 bool CalculateAdlerChecksum(uint64 *data64, unsigned int size_in_bytes, in CalculateAdlerChecksum() argument 90 unsigned int count = size_in_bytes / sizeof(data); in CalculateAdlerChecksum() 125 unsigned int size_in_bytes, AdlerChecksum *checksum) { in AdlerMemcpyC() argument 128 unsigned int count = size_in_bytes / sizeof(data); in AdlerMemcpyC() 166 unsigned int size_in_bytes, AdlerChecksum *checksum) { in AdlerMemcpyWarmC() argument 169 unsigned int count = size_in_bytes / sizeof(data); in AdlerMemcpyWarmC() 227 unsigned int size_in_bytes, AdlerChecksum *checksum) { in AdlerMemcpyAsm() argument 264 if ((size_in_bytes >> 19) > 0) { in AdlerMemcpyAsm() 270 uint32 remaining_words = (size_in_bytes % 48) / 4; in AdlerMemcpyAsm() 274 uint32 num_of_48_byte_units = size_in_bytes / 48; in AdlerMemcpyAsm() [all …]
|
| H A D | adler32memcpy.h | 42 bool CalculateAdlerChecksum(uint64 *data64, unsigned int size_in_bytes, 47 unsigned int size_in_bytes, AdlerChecksum *checksum); 52 unsigned int size_in_bytes, AdlerChecksum *checksum); 56 unsigned int size_in_bytes, AdlerChecksum *checksum);
|
| H A D | worker.h | 345 unsigned int size_in_bytes, 351 unsigned int size_in_bytes, 356 unsigned int size_in_bytes, 361 unsigned int size_in_bytes);
|
| H A D | worker.cc | 1037 unsigned int size_in_bytes, in AdlerAddrMemcpyC() argument 1043 unsigned int count = size_in_bytes / sizeof(data); in AdlerAddrMemcpyC() 1108 unsigned int size_in_bytes, in AdlerAddrMemcpyWarm() argument 1113 os_->AdlerMemcpyWarm(dstmem64, srcmem64, size_in_bytes, &ignored_checksum); in AdlerAddrMemcpyWarm() 1118 int length = size_in_bytes / kCacheLineSize; in AdlerAddrMemcpyWarm() 1128 AdlerAddrCrcC(srcmem64, size_in_bytes, checksum, pe); in AdlerAddrMemcpyWarm() 1130 TagAddrC(dstmem64, size_in_bytes); in AdlerAddrMemcpyWarm() 1136 unsigned int size_in_bytes) { in TagAddrC() argument 1141 int length = size_in_bytes / wordsize_; in TagAddrC() 1152 unsigned int size_in_bytes, in AdlerAddrCrcC() argument [all …]
|
| H A D | os.cc | 274 unsigned int size_in_bytes, in AdlerMemcpyWarm() argument 277 return AdlerMemcpyAsm(dstmem, srcmem, size_in_bytes, checksum); in AdlerMemcpyWarm() 279 return AdlerMemcpyWarmC(dstmem, srcmem, size_in_bytes, checksum); in AdlerMemcpyWarm()
|
| H A D | os.h | 351 unsigned int size_in_bytes,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | si_dma.c | 240 u32 size_in_bytes, cur_size_in_bytes; in si_copy_dma() local 246 size_in_bytes = (num_gpu_pages << RADEON_GPU_PAGE_SHIFT); in si_copy_dma() 247 num_loops = DIV_ROUND_UP(size_in_bytes, 0xfffff); in si_copy_dma() 259 cur_size_in_bytes = size_in_bytes; in si_copy_dma() 262 size_in_bytes -= cur_size_in_bytes; in si_copy_dma()
|
| H A D | cik_sdma.c | 588 u32 size_in_bytes, cur_size_in_bytes; in cik_copy_dma() local 594 size_in_bytes = (num_gpu_pages << RADEON_GPU_PAGE_SHIFT); in cik_copy_dma() 595 num_loops = DIV_ROUND_UP(size_in_bytes, 0x1fffff); in cik_copy_dma() 607 cur_size_in_bytes = size_in_bytes; in cik_copy_dma() 610 size_in_bytes -= cur_size_in_bytes; in cik_copy_dma()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrproperty.c | 166 int size_in_bytes; in RRChangeOutputProperty() local 172 size_in_bytes = format >> 3; in RRChangeOutputProperty() 206 new_value.data = xallocarray(total_len, size_in_bytes); in RRChangeOutputProperty() 207 if (!new_value.data && total_len && size_in_bytes) { in RRChangeOutputProperty() 223 (prop_value->size * size_in_bytes)); in RRChangeOutputProperty() 229 (prop_value->size * size_in_bytes)); in RRChangeOutputProperty() 233 memcpy((char *) new_data, (char *) value, len * size_in_bytes); in RRChangeOutputProperty() 236 prop_value->size * size_in_bytes); in RRChangeOutputProperty()
|
| H A D | rrproviderproperty.c | 142 int size_in_bytes; in RRChangeProviderProperty() local 149 size_in_bytes = format >> 3; in RRChangeProviderProperty() 183 total_size = total_len * size_in_bytes; in RRChangeProviderProperty() 201 (prop_value->size * size_in_bytes)); in RRChangeProviderProperty() 207 (prop_value->size * size_in_bytes)); in RRChangeProviderProperty() 211 memcpy((char *) new_data, (char *) value, len * size_in_bytes); in RRChangeProviderProperty() 214 prop_value->size * size_in_bytes); in RRChangeProviderProperty()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-udma.c | 91 void __user *userbuf, int size_in_bytes) in ivtv_udma_setup() argument 106 ivtv_udma_get_page_info(&user_dma, (unsigned long)userbuf, size_in_bytes); in ivtv_udma_setup() 110 user_dma.page_count, size_in_bytes, user_dma.offset); in ivtv_udma_setup()
|
| H A D | ivtv-udma.h | 17 void __user *userbuf, int size_in_bytes);
|
| H A D | ivtvfb.c | 275 int size_in_bytes) in ivtvfb_prep_dec_dma_to_device() argument 282 if (ivtv_udma_setup(itv, ivtv_dest_addr, userbuf, size_in_bytes) <= 0) { in ivtvfb_prep_dec_dma_to_device() 285 size_in_bytes, itv->udma.page_count); in ivtvfb_prep_dec_dma_to_device() 292 size_in_bytes, itv->udma.page_count); in ivtvfb_prep_dec_dma_to_device()
|
| /OK3568_Linux_fs/kernel/sound/pci/asihpi/ |
| H A D | hpi6205.c | 588 interface->control_cache.size_in_bytes, in create_adapter_obj() 596 interface->control_cache.size_in_bytes); in create_adapter_obj() 601 interface->control_cache.size_in_bytes, in create_adapter_obj() 816 status->size_in_bytes = phm->u.d.u.buffer.buffer_size; in outstream_host_buffer_allocate() 888 return status->size_in_bytes - (status->host_index - in outstream_get_space_available() 935 status->size_in_bytes - in outstream_write() 936 (status->host_index & (status->size_in_bytes - 1))); in outstream_write() 939 (status->host_index & (status->size_in_bytes - 1)), in outstream_write() 985 phr->u.d.u.stream_info.buffer_size = status->size_in_bytes; in outstream_get_info() 987 status->size_in_bytes - outstream_get_space_available(status); in outstream_get_info() [all …]
|
| H A D | hpi6205.h | 45 u32 size_in_bytes; member
|
| H A D | hpicmn.h | 59 number_of_controls, const u32 size_in_bytes, u8 *pDSP_control_buffer);
|
| H A D | hpi_internal.h | 619 u32 size_in_bytes; member 899 u16 size_in_bytes; member 950 u16 size_in_bytes; member
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xiproperty.c | 689 int size_in_bytes; in XIChangeDeviceProperty() local 696 size_in_bytes = format >> 3; in XIChangeDeviceProperty() 727 new_value.data = xallocarray(total_len, size_in_bytes); in XIChangeDeviceProperty() 728 if (!new_value.data && total_len && size_in_bytes) { in XIChangeDeviceProperty() 744 (prop_value->size * size_in_bytes)); in XIChangeDeviceProperty() 750 (prop_value->size * size_in_bytes)); in XIChangeDeviceProperty() 754 memcpy((char *) new_data, value, len * size_in_bytes); in XIChangeDeviceProperty() 757 prop_value->size * size_in_bytes); in XIChangeDeviceProperty()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | st_smi.c | 31 unsigned long size_in_bytes; member 41 .size_in_bytes = size \ 153 info->size = flash_devices[i].size_in_bytes; in flash_get_size()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/tools/ta_resign_tool-release/linux/ |
| H A D | resign_ta.py | 129 sig_len = key.size_in_bytes() 177 sig_len = key.size_in_bytes()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_crat.c | 222 uint64_t size_in_bytes; in kfd_parse_subtype_mem() local 247 size_in_bytes = in kfd_parse_subtype_mem() 259 props->size_in_bytes += size_in_bytes; in kfd_parse_subtype_mem() 269 props->size_in_bytes = size_in_bytes; in kfd_parse_subtype_mem()
|
| H A D | kfd_dbgdev.c | 49 uint32_t *packet_buff, size_t size_in_bytes) in dbgdev_diq_submit_ib() argument 62 if (WARN_ON(!size_in_bytes)) in dbgdev_diq_submit_ib() 97 ((size_in_bytes / 4) & 0xfffff); in dbgdev_diq_submit_ib()
|
| H A D | kfd_topology.h | 108 uint64_t size_in_bytes; member
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | ksparser.py | 54 def sizetype(default, size_in_bytes=False): argument 71 if size_in_bytes:
|
| /OK3568_Linux_fs/kernel/tools/perf/util/c++/ |
| H A D | clang.cpp | 205 size_t size = O->size_in_bytes(); in perf_clang__compile_bpf()
|