Searched refs:num_bytes (Results 101 - 112 of 112) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djpeglib.h757 JMETHOD(void, skip_input_data, (j_decompress_ptr cinfo, long num_bytes));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmov.c1531 unsigned int i, entries, sample_size, field_size, num_bytes; local
1574 num_bytes = (entries*field_size+4)>>3;
1576 buf = av_malloc(num_bytes+FF_INPUT_BUFFER_PADDING_SIZE);
1582 if (avio_read(pb, buf, num_bytes) < num_bytes) {
1588 init_get_bits(&gb, buf, 8*num_bytes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dalloc.c1596 unsigned int num_bytes; local
1602 num_bytes = sizeof(struct ocfs2_extent_rec) * next_free;
1604 memmove(&el->l_recs[1], &el->l_recs[0], num_bytes);
1610 int i, insert_index, next_free, has_empty, num_bytes; local
1662 num_bytes = next_free - insert_index;
1663 num_bytes *= sizeof(struct ocfs2_extent_rec);
1666 num_bytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmov.c1849 unsigned int i, entries, sample_size, field_size, num_bytes; local
1893 num_bytes = (entries*field_size+4)>>3;
1895 buf = av_malloc(num_bytes+FF_INPUT_BUFFER_PADDING_SIZE);
1901 if (avio_read(pb, buf, num_bytes) < num_bytes) {
1907 init_get_bits(&gb, buf, 8*num_bytes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata.c745 unsigned int num_bytes; /* Segment Length */ member in struct:sg_list
1641 cpp->sglist[k].num_bytes = H2DEV(sg_dma_len(sg));
H A Du14-34f.c408 unsigned int num_bytes; /* Segment Length */ member in struct:sg_list
997 cpp->sglist[k].num_bytes = H2DEV(sg_dma_len(sg));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dsrmmu.c1149 unsigned long vend = SRMMU_PGDIR_ALIGN(vbase + sp_banks[sp_entry].num_bytes);
1182 for (i = 0; sp_banks[i].num_bytes != 0; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dni_mio_common.c1560 void *data, unsigned int num_bytes,
1565 unsigned int length = num_bytes / bytes_per_sample(s);
2841 void *data, unsigned int num_bytes,
2848 unsigned int length = num_bytes / sizeof(short);
1559 ni_ai_munge(struct comedi_device *dev, struct comedi_subdevice *s, void *data, unsigned int num_bytes, unsigned int chan_index) argument
2840 ni_ao_munge(struct comedi_device *dev, struct comedi_subdevice *s, void *data, unsigned int num_bytes, unsigned int chan_index) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h1109 extern void bcm_inc_bytes(uchar *num, int num_bytes, uint8 amount);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmutils.c4025 bcm_inc_bytes(uchar *num, int num_bytes, uint8 amount) argument
4029 for (i = 0; i < num_bytes; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpng.h1331 /* Tell lib we have already handled the first <num_bytes> magic bytes.
1335 int num_bytes));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpng.h1585 /* Tell lib we have already handled the first <num_bytes> magic bytes.
1589 int num_bytes));

Completed in 444 milliseconds

12345