Home
last modified time | relevance | path

Searched refs:totsize (Results 1 - 18 of 18) sorted by relevance

/third_party/lame/libmp3lame/
H A Dmpglib_interface.c345 int totsize = 0; /* number of decoded samples per channel */ in lame_decode_headers() local
348 switch (ret = lame_decode1_headers(buffer, len, pcm_l + totsize, pcm_r + totsize, mp3data)) { in lame_decode_headers()
352 return totsize; in lame_decode_headers()
354 totsize += ret; in lame_decode_headers()
654 int totsize = 0; /* number of decoded samples per channel */ in hip_decode_headers() local
657 switch (ret = hip_decode1_headers(hip, buffer, len, pcm_l + totsize, pcm_r + totsize, mp3data)) { in hip_decode_headers()
661 return totsize; in hip_decode_headers()
663 totsize in hip_decode_headers()
[all...]
/kernel/linux/linux-5.10/sound/soc/sprd/
H A Dsprd-pcm-dma.c195 size_t totsize = params_buffer_bytes(params); in sprd_pcm_hw_params() local
208 runtime->dma_bytes = totsize; in sprd_pcm_hw_params()
222 runtime->dma_bytes = totsize; in sprd_pcm_hw_params()
223 sg_num = totsize / period; in sprd_pcm_hw_params()
224 dma_private->dma_addr_offset = totsize / channels; in sprd_pcm_hw_params()
/kernel/linux/linux-5.10/net/core/
H A Dxdp.c449 unsigned int metasize, totsize; in xdp_convert_zc_to_xdp_frame() local
457 totsize = xdp->data_end - xdp->data + metasize; in xdp_convert_zc_to_xdp_frame()
459 if (sizeof(*xdpf) + totsize > PAGE_SIZE) in xdp_convert_zc_to_xdp_frame()
472 memcpy(addr, data_to_copy, totsize); in xdp_convert_zc_to_xdp_frame()
475 xdpf->len = totsize - metasize; in xdp_convert_zc_to_xdp_frame()
/kernel/linux/linux-6.6/net/core/
H A Dxdp.c546 unsigned int metasize, totsize; in xdp_convert_zc_to_xdp_frame() local
554 totsize = xdp->data_end - xdp->data + metasize; in xdp_convert_zc_to_xdp_frame()
556 if (sizeof(*xdpf) + totsize > PAGE_SIZE) in xdp_convert_zc_to_xdp_frame()
569 memcpy(addr, data_to_copy, totsize); in xdp_convert_zc_to_xdp_frame()
572 xdpf->len = totsize - metasize; in xdp_convert_zc_to_xdp_frame()
/kernel/linux/linux-6.6/sound/soc/sprd/
H A Dsprd-pcm-dma.c195 size_t totsize = params_buffer_bytes(params); in sprd_pcm_hw_params() local
218 sg_num = totsize / period; in sprd_pcm_hw_params()
219 dma_private->dma_addr_offset = totsize / channels; in sprd_pcm_hw_params()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c664 hdr->totsize = cpu_to_be16(sizeof(*hdr)); in xfs_attr_shortform_create()
753 be16_add_cpu(&sf->hdr.totsize, size); in xfs_attr_shortform_add()
786 int size = 0, end, totsize; in xfs_attr_shortform_remove() local
807 totsize = be16_to_cpu(sf->hdr.totsize); in xfs_attr_shortform_remove()
808 if (end != totsize) in xfs_attr_shortform_remove()
809 memmove(&((char *)sf)[base], &((char *)sf)[end], totsize - end); in xfs_attr_shortform_remove()
811 be16_add_cpu(&sf->hdr.totsize, -size); in xfs_attr_shortform_remove()
816 totsize -= size; in xfs_attr_shortform_remove()
817 if (totsize in xfs_attr_shortform_remove()
[all...]
H A Dxfs_da_format.h584 __be16 totsize; /* total bytes in shortform list */ member
H A Dxfs_inode_fork.c280 return be16_to_cpu(atp->hdr.totsize); in xfs_dfork_attr_shortform_size()
H A Dxfs_attr.c531 return be16_to_cpu(sf->hdr.totsize); in xfs_attr_sf_totsize()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c696 hdr->totsize = cpu_to_be16(sizeof(*hdr)); in xfs_attr_shortform_create()
785 be16_add_cpu(&sf->hdr.totsize, size); in xfs_attr_shortform_add()
816 int size = 0, end, totsize; in xfs_attr_sf_removename() local
845 totsize = be16_to_cpu(sf->hdr.totsize); in xfs_attr_sf_removename()
846 if (end != totsize) in xfs_attr_sf_removename()
847 memmove(&((char *)sf)[base], &((char *)sf)[end], totsize - end); in xfs_attr_sf_removename()
849 be16_add_cpu(&sf->hdr.totsize, -size); in xfs_attr_sf_removename()
854 totsize -= size; in xfs_attr_sf_removename()
855 if (totsize in xfs_attr_sf_removename()
[all...]
H A Dxfs_da_format.h585 __be16 totsize; /* total bytes in shortform list */ member
H A Dxfs_inode_fork.c282 return be16_to_cpu(atp->hdr.totsize); in xfs_dfork_attr_shortform_size()
H A Dxfs_attr.c1103 return be16_to_cpu(sf->hdr.totsize); in xfs_attr_sf_totsize()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_ondisk.h92 XFS_CHECK_OFFSET(struct xfs_attr_shortform, hdr.totsize, 0); in xfs_check_ondisk_structs()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_ondisk.h93 XFS_CHECK_OFFSET(struct xfs_attr_shortform, hdr.totsize, 0); in xfs_check_ondisk_structs()
/third_party/python/Python/
H A Dcompile.c7760 int bsize, totsize, extended_arg_recompile; in assemble_jump_offsets() local
7766 totsize = 0; in assemble_jump_offsets()
7769 b->b_offset = totsize; in assemble_jump_offsets()
7770 totsize += bsize; in assemble_jump_offsets()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_common.c4264 pkt_filter.u.patlist.totsize = buf + buf_len - (char*)pkt_filterp; in dhd_pktfilter_offload_set()
4265 pkt_filter.u.patlist.totsize -= WL_PKT_FILTER_FIXED_LEN; in dhd_pktfilter_offload_set()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h6818 uint16 totsize; /**< Total size of this pattern list (includes this struct) */ member

Completed in 106 milliseconds