Home
last modified time | relevance | path

Searched refs:msize (Results 1 – 15 of 15) sorted by relevance

/linux-4.19.296/lib/mpi/
Dmpi-pow.c44 mpi_size_t esize, msize, bsize, rsize; in mpi_powm() local
55 msize = mod->nlimbs; in mpi_powm()
56 size = 2 * msize; in mpi_powm()
62 if (!msize) in mpi_powm()
68 res->nlimbs = (msize == 1 && mod->d[0] == 1) ? 0 : 1; in mpi_powm()
83 mp = mp_marker = mpi_alloc_limb_space(msize); in mpi_powm()
86 mod_shift_cnt = count_leading_zeros(mod->d[msize - 1]); in mpi_powm()
88 mpihelp_lshift(mp, mod->d, msize, mod_shift_cnt); in mpi_powm()
90 MPN_COPY(mp, mod->d, msize); in mpi_powm()
94 if (bsize > msize) { /* The base is larger than the module. Reduce it. */ in mpi_powm()
[all …]
/linux-4.19.296/include/media/
Dvideobuf-dma-contig.h25 unsigned int msize,
Dvideobuf-vmalloc.h38 unsigned int msize,
Dvideobuf-core.h144 unsigned int msize; member
194 unsigned int msize,
Dvideobuf-dma-sg.h100 unsigned int msize,
/linux-4.19.296/fs/9p/
Dvfs_dir.c114 buflen = fid->clnt->msize - P9_IOHDRSZ; in v9fs_dir_readdir()
174 buflen = fid->clnt->msize - P9_READDIRHDRSZ; in v9fs_dir_readdir_dotl()
Dv9fs.c441 v9ses->maxdata = v9ses->clnt->msize - P9_IOHDRSZ; in v9fs_session_init()
/linux-4.19.296/drivers/media/v4l2-core/
Dvideobuf-vmalloc.c306 unsigned int msize, in videobuf_queue_vmalloc_init() argument
310 videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize, in videobuf_queue_vmalloc_init()
Dvideobuf-dma-contig.c357 unsigned int msize, in videobuf_queue_dma_contig_init() argument
361 videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize, in videobuf_queue_dma_contig_init()
Dvideobuf-dma-sg.c670 q.msize = size; in videobuf_sg_alloc()
682 unsigned int msize, in videobuf_queue_sg_init() argument
686 videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize, in videobuf_queue_sg_init()
Dvideobuf-core.c61 BUG_ON(q->msize < sizeof(*vb)); in videobuf_alloc_vb()
68 vb = q->int_ops->alloc_vb(q->msize); in videobuf_alloc_vb()
151 unsigned int msize, in videobuf_queue_core_init() argument
163 q->msize = msize; in videobuf_queue_core_init()
/linux-4.19.296/include/net/9p/
Dclient.h122 unsigned int msize; member
/linux-4.19.296/drivers/base/firmware_loader/
Dmain.c304 size_t msize = INT_MAX; in fw_get_filesystem_firmware() local
309 msize = fw_priv->allocated_size; in fw_get_filesystem_firmware()
330 msize, id); in fw_get_filesystem_firmware()
/linux-4.19.296/drivers/isdn/hardware/eicon/
Dio.h242 byte msize; member
/linux-4.19.296/drivers/message/fusion/
Dmptbase.c1648 u32 msize; in mpt_mapresources() local
1704 mem_phys = msize = 0; in mpt_mapresources()
1714 if (msize) in mpt_mapresources()
1718 msize = pci_resource_len(pdev, ii); in mpt_mapresources()
1721 ioc->mem_size = msize; in mpt_mapresources()
1726 mem = ioremap(mem_phys, msize); in mpt_mapresources()