Searched refs:msize (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A Dmpi-pow.c45 mpi_size_t esize, msize, bsize, rsize; local
67 msize = mod->nlimbs;
68 size = 2 * msize;
78 if (!msize)
79 msize = 1 / msize; /* Provoke a signal. */
86 res->nlimbs = (msize == 1 && mod->d[0] == 1) ? 0 : 1;
95 mp_nlimbs = msec? msize:0;
96 mp = mp_marker = mpi_alloc_limb_space(msize, msec);
97 count_leading_zeros (mod_shift_cnt, mod->d[msize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-pow.c45 mpi_size_t esize, msize, bsize, rsize; local
67 msize = mod->nlimbs;
68 size = 2 * msize;
78 if (!msize)
79 msize = 1 / msize; /* Provoke a signal. */
86 res->nlimbs = (msize == 1 && mod->d[0] == 1) ? 0 : 1;
95 mp_nlimbs = msec? msize:0;
96 mp = mp_marker = mpi_alloc_limb_space(msize, msec);
97 count_leading_zeros (mod_shift_cnt, mod->d[msize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dxattr.c38 int msize, read_count; local
66 msize = attr_fid->clnt->msize;
68 if (attr_size > (msize - P9_IOHDRSZ))
69 read_count = msize - P9_IOHDRSZ;
107 int retval, msize, write_count; local
128 msize = fid->clnt->msize;;
130 if (value_len > (msize - P9_IOHDRSZ))
131 write_count = msize
[all...]
H A Dvfs_file.c155 size = fid->iounit ? fid->iounit : fid->clnt->msize - P9_IOHDRSZ;
197 size = fid->iounit ? fid->iounit : fid->clnt->msize - P9_IOHDRSZ;
235 rsize = fid->iounit ? fid->iounit : clnt->msize - P9_IOHDRSZ;
H A Dvfs_dir.c146 buflen = fid->clnt->msize - P9_IOHDRSZ;
220 buflen = fid->clnt->msize - P9_READDIRHDRSZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dvideobuf-dma-contig.h25 unsigned int msize,
H A Dvideobuf-vmalloc.h38 unsigned int msize,
H A Dvideobuf-dma-sg.h105 unsigned int msize,
H A Dvideobuf-core.h149 unsigned int msize; member in struct:videobuf_queue
186 unsigned int msize,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-tipc.c170 u_int msize; local
185 msize = TIPC_MSIZE(w0);
196 hsize*4, msize,
209 hsize*4, msize,
235 u_int msize; local
255 msize = TIPC_MSIZE(w0);
264 hsize*4, msize,
303 u_int msize; local
315 msize = TIPC_MSIZE(w0);
326 hsize*4, msize,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dpmc551.c40 * reloaded. Soooo, to help, the module supports an msize
627 static int msize = 0; variable
630 module_param(msize, int, 0);
631 MODULE_PARM_DESC(msize, "memory size in MiB [1 - 1024]");
646 if (msize) {
647 msize = (1 << (ffs(msize) - 1)) << 20;
648 if (msize > (1 << 30)) {
650 msize);
697 if (msize) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/
H A Dtext.c236 size_t msize = 0; local
246 if (avahi_string_list_get_pair(self->index, &mkey, &mvalue, &msize) < 0)
251 memcpy(val, mvalue, msize);
252 *val_len = msize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dtext.c236 size_t msize = 0; local
246 if (avahi_string_list_get_pair(self->index, &mkey, &mvalue, &msize) < 0)
251 memcpy(val, mvalue, msize);
252 *val_len = msize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Dclient.c55 {Opt_msize, "msize=%u"},
115 clnt->msize = 8192;
144 clnt->msize = option;
232 req->tc = kmalloc(sizeof(struct p9_fcall)+c->msize,
234 req->rc = kmalloc(sizeof(struct p9_fcall)+c->msize,
246 req->tc->capacity = c->msize;
248 req->rc->capacity = c->msize;
679 int msize; local
681 P9_DPRINTK(P9_DEBUG_9P, ">>> TVERSION msize %d protocol %d\n",
682 c->msize,
[all...]
H A Dtrans_rdma.c286 ib_dma_unmap_single(rdma->cm_id->device, c->busa, client->msize,
396 c->rc->sdata, client->msize,
402 sge.length = client->msize;
440 req->rc = kmalloc(sizeof(struct p9_fcall)+client->msize,
445 req->rc->capacity = client->msize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfic.c263 int msize; local
335 msize = avpkt->size - nslices * 4 - tsize - FIC_HEADER_SIZE;
337 if (msize <= 0) {
371 slice_size = msize;
377 if (slice_size < slice_off || slice_size > msize)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dvideobuf-vmalloc.c288 unsigned int msize,
291 videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize,
282 videobuf_queue_vmalloc_init(struct videobuf_queue *q, const struct videobuf_queue_ops *ops, struct device *dev, spinlock_t *irqlock, enum v4l2_buf_type type, enum v4l2_field field, unsigned int msize, void *priv) argument
H A Dvideobuf-dma-contig.c351 unsigned int msize,
354 videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize,
345 videobuf_queue_dma_contig_init(struct videobuf_queue *q, const struct videobuf_queue_ops *ops, struct device *dev, spinlock_t *irqlock, enum v4l2_buf_type type, enum v4l2_field field, unsigned int msize, void *priv) argument
H A Dvideobuf-dma-sg.c643 q.msize = size;
655 unsigned int msize,
658 videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize,
649 videobuf_queue_sg_init(struct videobuf_queue *q, const struct videobuf_queue_ops *ops, struct device *dev, spinlock_t *irqlock, enum v4l2_buf_type type, enum v4l2_field field, unsigned int msize, void *priv) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dwanrouter.h205 unsigned msize; /* dual-port memory size */ member in struct:wandev_conf
473 unsigned msize; /* dual-port memory size */ member in struct:wan_device
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmformat.c765 int msize=0; local
927 msize = atoi(optarg);
928 if(msize != 512 &&
929 msize != 1024 &&
930 msize != 2048 &&
931 msize != 4096) {
1100 SET_INT(Fs.sector_size, msize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dx_tables.c482 u_int16_t msize = cm->u.user.match_size; local
489 memcpy(m->data, cm->data, msize - sizeof(*cm));
494 msize += off;
495 m->u.user.match_size = msize;
498 *dstptr += msize;
509 u_int16_t msize = m->u.user.match_size - off; local
512 put_user(msize, &cm->u.user.match_size) ||
521 if (copy_to_user(cm->data, m->data, msize - sizeof(*cm)))
526 *dstptr += msize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_sync.c718 int msize; local
720 msize = msg->size;
725 if (ip_vs_send_async(sock, (char *)msg, msize) != msize)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/9p/
H A Dclient.h126 * @msize: maximum data size negotiated by protocol
154 int msize; member in struct:p9_client
H A D9p.h488 u32 msize; member in struct:p9_tversion
493 u32 msize; member in struct:p9_rversion

Completed in 248 milliseconds

12