Searched refs:curlen (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/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.15/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.15/net/sunrpc/xprtrdma/ |
| D | rpc_rdma.c | 1042 int i, npages, curlen; in rpcrdma_inline_fixup() local 1056 curlen = rqst->rq_rcv_buf.head[0].iov_len; in rpcrdma_inline_fixup() 1057 if (curlen > copy_len) in rpcrdma_inline_fixup() 1058 curlen = copy_len; in rpcrdma_inline_fixup() 1059 srcp += curlen; in rpcrdma_inline_fixup() 1060 copy_len -= curlen; in rpcrdma_inline_fixup() 1074 curlen = PAGE_SIZE - page_base; in rpcrdma_inline_fixup() 1075 if (curlen > pagelist_len) in rpcrdma_inline_fixup() 1076 curlen = pagelist_len; in rpcrdma_inline_fixup() 1079 memcpy(destp + page_base, srcp, curlen); in rpcrdma_inline_fixup() [all …]
|
| /Linux-v5.15/drivers/gpu/drm/ |
| D | drm_dp_mst_topology.c | 790 memcpy(&msg->msg[msg->curlen], msg->chunk, msg->curchunk_len - 1); in drm_dp_sideband_append_payload() 791 msg->curlen += msg->curchunk_len - 1; in drm_dp_sideband_append_payload() 807 if (idx > raw->curlen) in drm_dp_sideband_parse_link_address() 817 if (idx > raw->curlen) in drm_dp_sideband_parse_link_address() 824 if (idx > raw->curlen) in drm_dp_sideband_parse_link_address() 829 if (idx > raw->curlen) in drm_dp_sideband_parse_link_address() 833 if (idx > raw->curlen) in drm_dp_sideband_parse_link_address() 840 if (idx > raw->curlen) in drm_dp_sideband_parse_link_address() 846 DRM_DEBUG_KMS("link address reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_link_address() 857 if (idx > raw->curlen) in drm_dp_sideband_parse_remote_dpcd_read() [all …]
|
| /Linux-v5.15/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.15/sound/pci/ |
| D | maestro3.c | 687 int curlen; member 972 list->mem_addr + list->curlen, in snd_m3_add_list() 974 return list->curlen++; in snd_m3_add_list() 980 int lastindex = list->curlen - 1; in snd_m3_remove_list() 994 list->curlen--; in snd_m3_remove_list() 2157 chip->mixer_list.curlen = 0; in snd_m3_assp_init() 2160 chip->adc1_list.curlen = 0; in snd_m3_assp_init() 2163 chip->dma_list.curlen = 0; in snd_m3_assp_init() 2166 chip->msrc_list.curlen = 0; in snd_m3_assp_init()
|
| /Linux-v5.15/include/drm/ |
| D | drm_dp_mst_helper.h | 186 u8 curlen; /* total length of the msg */ member
|