Searched refs:curlen (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/arch/mips/txx9/rbtx4939/ |
| D | setup.c | 331 ssize_t curlen; in rbtx4939_flash_copy_from() local 338 curlen = min_t(unsigned long, len, in rbtx4939_flash_copy_from() 343 curlen); in rbtx4939_flash_copy_from() 344 len -= curlen; in rbtx4939_flash_copy_from() 345 from += curlen; in rbtx4939_flash_copy_from() 346 to += curlen; in rbtx4939_flash_copy_from() 354 curlen = min_t(unsigned long, len, in rbtx4939_flash_copy_from() 356 memcpy(to, (void *)(from ^ 0x400000), curlen); in rbtx4939_flash_copy_from() 357 len -= curlen; in rbtx4939_flash_copy_from() 358 from += curlen; in rbtx4939_flash_copy_from() [all …]
|
| /Linux-v5.10/lib/zlib_deflate/ |
| D | deftree.c | 580 int curlen; /* length of current code */ in scan_tree() local 590 curlen = nextlen; nextlen = tree[n+1].Len; in scan_tree() 591 if (++count < max_count && curlen == nextlen) { in scan_tree() 594 s->bl_tree[curlen].Freq += count; in scan_tree() 595 } else if (curlen != 0) { in scan_tree() 596 if (curlen != prevlen) s->bl_tree[curlen].Freq++; in scan_tree() 603 count = 0; prevlen = curlen; in scan_tree() 606 } else if (curlen == nextlen) { in scan_tree() 626 int curlen; /* length of current code */ in send_tree() local 636 curlen = nextlen; nextlen = tree[n+1].Len; in send_tree() [all …]
|
| /Linux-v5.10/net/sunrpc/xprtrdma/ |
| D | rpc_rdma.c | 1037 int i, npages, curlen; in rpcrdma_inline_fixup() local 1051 curlen = rqst->rq_rcv_buf.head[0].iov_len; in rpcrdma_inline_fixup() 1052 if (curlen > copy_len) in rpcrdma_inline_fixup() 1053 curlen = copy_len; in rpcrdma_inline_fixup() 1054 srcp += curlen; in rpcrdma_inline_fixup() 1055 copy_len -= curlen; in rpcrdma_inline_fixup() 1069 curlen = PAGE_SIZE - page_base; in rpcrdma_inline_fixup() 1070 if (curlen > pagelist_len) in rpcrdma_inline_fixup() 1071 curlen = pagelist_len; in rpcrdma_inline_fixup() 1074 memcpy(destp + page_base, srcp, curlen); in rpcrdma_inline_fixup() [all …]
|
| /Linux-v5.10/drivers/gpu/drm/ |
| D | drm_dp_mst_topology.c | 786 memcpy(&msg->msg[msg->curlen], msg->chunk, msg->curchunk_len - 1); in drm_dp_sideband_append_payload() 787 msg->curlen += msg->curchunk_len - 1; in drm_dp_sideband_append_payload() 802 if (idx > raw->curlen) in drm_dp_sideband_parse_link_address() 812 if (idx > raw->curlen) in drm_dp_sideband_parse_link_address() 819 if (idx > raw->curlen) in drm_dp_sideband_parse_link_address() 824 if (idx > raw->curlen) in drm_dp_sideband_parse_link_address() 828 if (idx > raw->curlen) in drm_dp_sideband_parse_link_address() 835 if (idx > raw->curlen) in drm_dp_sideband_parse_link_address() 841 DRM_DEBUG_KMS("link address reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_link_address() 852 if (idx > raw->curlen) in drm_dp_sideband_parse_remote_dpcd_read() [all …]
|
| /Linux-v5.10/arch/ia64/lib/ |
| D | memcpy_mck.S | 274 #define curlen r24 macro 299 and curlen=15,in2 // copy length after iteration 321 cmp.le p6,p7=8,curlen; // have at least 8 byte remaining? 396 (p6) add curlen=-8,curlen // update length 401 mov in2=curlen // remaining length
|
| /Linux-v5.10/sound/pci/ |
| D | maestro3.c | 692 int curlen; member 977 list->mem_addr + list->curlen, in snd_m3_add_list() 979 return list->curlen++; in snd_m3_add_list() 985 int lastindex = list->curlen - 1; in snd_m3_remove_list() 999 list->curlen--; in snd_m3_remove_list() 2158 chip->mixer_list.curlen = 0; in snd_m3_assp_init() 2161 chip->adc1_list.curlen = 0; in snd_m3_assp_init() 2164 chip->dma_list.curlen = 0; in snd_m3_assp_init() 2167 chip->msrc_list.curlen = 0; in snd_m3_assp_init()
|
| /Linux-v5.10/drivers/staging/rtl8723bs/include/ |
| D | rtw_security.h | 204 u32 state[8], curlen; member
|
| /Linux-v5.10/include/drm/ |
| D | drm_dp_mst_helper.h | 186 u8 curlen; /* total length of the msg */ member
|