Searched refs:block_size (Results 51 - 75 of 268) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dcoh901318_lli.c200 size_t block_size = MAX_DMA_PACKET_SIZE; local
210 block_size = MAX_DMA_PACKET_SIZE/2;
212 s -= block_size;
219 src += block_size;
221 dst += block_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_lib.c173 return e->block_size;
178 return ctx->cipher->block_size;
243 return md->block_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflashsv.c57 int block_size; member in struct:FlashSVContext
136 s->zstream.avail_out = s->block_size * 3;
141 zs.avail_in = s->block_size * 3 - s->zstream.avail_out;
152 s->zstream.avail_out = s->block_size * 3;
157 GetBitContext *gb, int block_size,
173 s->zstream.avail_in = block_size;
175 s->zstream.avail_out = s->block_size * 3;
189 s->blocks[blk_idx].size = block_size;
190 s->blocks[blk_idx].unp_size = s->block_size * 3 - s->zstream.avail_out;
209 skip_bits_long(gb, 8 * block_size); /* ski
156 flashsv_decode_block(AVCodecContext *avctx, AVPacket *avpkt, GetBitContext *gb, int block_size, int width, int height, int x_pos, int y_pos, int blk_idx) argument
[all...]
H A Datrac1.c112 int band_num, band_samples, log2_block_count, nbits, num_blocks, block_size; local
129 block_size = band_samples >> log2_block_count;
137 block_size = 32;
151 start_pos += block_size;
152 pos += block_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Dcompress.c52 int i, block_size = block_end - block_start; local
57 int needblocks = (block_size + (block_start & bufmask) + bufmask)
64 if (block_size > deflateBound(1UL << zisofs_block_shift)) {
69 if (block_size == 0) {
141 block_size);
142 block_size -= stream.avail_in;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquash-1.c30 unsigned short block_size; local
39 SQUASHFS_SWAP_SHORTS_3((&block_size), &sblock_size, 1);
41 memcpy(&block_size, block_ptr, sizeof(unsigned short));
42 block_list[i] = SQUASHFS_COMPRESSED_SIZE(block_size) |
43 (SQUASHFS_COMPRESSED(block_size) ? 0 :
141 i.blocks = (i.data + sBlk.s.block_size - 1) >>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_diag.h66 u32 block_size; member in struct:dasd_diag_init_io
107 u32 block_size; member in struct:dasd_diag_init_io
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_proc.c61 if (device->char_data.block_size == 0)
64 seq_printf(m, "%i\t", device->char_data.block_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmss3.c453 uint8_t *dst, int stride, int block_size)
459 for (i = 0; i < block_size; i++, dst += stride)
460 memset(dst, fc->fill_val, block_size);
464 uint8_t *dst, int stride, int block_size)
479 for (j = 0; j < block_size; j++) {
482 for (i = 0; i < block_size; i++) {
560 uint8_t *dst, int stride, int block_size,
565 int nblocks = block_size >> 3;
583 uint8_t *dst, int stride, int block_size,
586 const int hsize = block_size >>
452 decode_fill_block(RangeCoder *c, FillBlockCoder *fc, uint8_t *dst, int stride, int block_size) argument
463 decode_image_block(RangeCoder *c, ImageBlockCoder *ic, uint8_t *dst, int stride, int block_size) argument
559 decode_dct_block(RangeCoder *c, DCTBlockCoder *bc, uint8_t *dst, int stride, int block_size, int *block, int mb_x, int mb_y) argument
582 decode_haar_block(RangeCoder *c, HaarBlockCoder *hc, uint8_t *dst, int stride, int block_size, int *block) argument
[all...]
H A Datrac1.c108 int band_num, band_samples, log2_block_count, nbits, num_blocks, block_size; local
125 block_size = band_samples >> log2_block_count;
133 block_size = 32;
147 start_pos += block_size;
148 pos += block_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dwebseed.c39 uint32_t block_size; member in struct:tr_webseed_task
179 const uint32_t block_size = tor->blockSize; local
187 const uint32_t bytes_this_pass = MIN( len, block_size );
277 + (task->blocks_done * task->block_size)
286 if( ( task->response_code == 206 ) && ( len >= task->block_size ) )
291 const uint32_t block_size = task->block_size; local
292 const tr_block_index_t completed = len / block_size;
299 data->block_offset = task->piece_offset + task->blocks_done * block_size;
305 block_size * complete
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Drfd_ftl.c24 static int block_size = 0; variable
25 module_param(block_size, int, 0);
26 MODULE_PARM_DESC(block_size, "Block size to use by RFD, defaults to erase unit size");
72 u_int block_size; /* size of erase unit */ member in struct:partition
96 block->offset = part->block_size * block_no;
156 sectors_per_block = part->block_size / SECTOR_SIZE;
157 part->total_blocks = (u32)part->mbd.mtd->size / part->block_size;
203 i * part->block_size, part->header_size,
277 i = (u32)erase->addr / part->block_size;
338 erase->len = part->block_size;
[all...]
H A Dsm_ftl.h35 int block_size; /* block size in bytes */ member in struct:sm_ftl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_qdm2.c41 int block_size; ///< from extradata, used as pkt length member in struct:PayloadContext
92 /* FIXME: set default qdm->block_size */
120 qdm->block_size = AV_RB32(p + 26);
198 if ((res = av_new_packet(pkt, qdm->block_size)) < 0)
228 for (q = pkt->data; q < &pkt->data[qdm->block_size]; q++)
H A Dbrstm.c28 uint32_t block_size; member in struct:BRSTMDemuxContext
142 b->block_size = avio_rb32(s->pb);
143 if (b->block_size > UINT16_MAX / st->codec->channels)
145 b->block_size *= st->codec->channels;
254 size = b->block_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dindex.h56 * @block_size: index block size
101 u32 block_size; member in struct:__anon4169
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIPUpdate.c303 int block_size = BLOCK_SIZE; local
360 buf = malloc(sizeof(char) * block_size + 1);
369 amt = recv(sock, &buf[offset], block_size,0);
378 buf = realloc(buf, offset+block_size + 1);
456 amt = gzread(gz_fh, block, block_size);
571 int block_size = BLOCK_SIZE; local
614 buf = malloc(sizeof(char) * (block_size+4));
620 amt = recv(sock, &buf[offset], block_size,0);
629 buf = realloc(buf, offset + block_size + 4);
710 buf = malloc(sizeof(char) * (block_size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dspi.h51 * @block_size: Write block size (in bytes).
61 unsigned int block_size; member in struct:efx_spi_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dtail_conversion.c183 unsigned long block_size = sb->s_blocksize; local
198 tail_len = (n_new_file_size & (block_size - 1));
259 return block_size - round_tail_len;
278 return block_size - round_tail_len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmdefs.h67 int block_size; /* The optimal i/o blocksize from stat. */ member in struct:__anon6416
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgdbmdefs.h67 int block_size; /* The optimal i/o blocksize from stat. */ member in struct:__anon1792
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_qdm2.c39 int block_size; ///< from extradata, used as pkt length member in struct:PayloadContext
90 /* FIXME: set default qdm->block_size */
120 qdm->block_size = AV_RB32(p + 26);
198 if ((res = av_new_packet(pkt, qdm->block_size)) < 0)
228 for (q = pkt->data; q < &pkt->data[qdm->block_size]; q++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dcache.c120 cache->block_size, cache->pages);
228 * size block_size. To avoid vmalloc fragmentation issues each entry
232 int block_size)
251 cache->block_size = block_size;
252 cache->pages = block_size >> PAGE_CACHE_SHIFT;
231 squashfs_cache_init(char *name, int entries, int block_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/util/
H A Dtable.pl38 $block_size = -1;
56 if ($block_size < 0) {
57 $block_size = $2;
58 &intro($block_size);
59 } elsif ($block_size != $2) {
60 die "$PROG: block-size: $block_size != $2\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dregfio.c72 static int read_block( REGF_FILE *file, prs_struct *ps, uint32 file_offset, uint32 block_size )
88 /* if block_size == 0, we are parsing HBIN records and need
89 to read some of the header to get the block_size from there */
91 if ( block_size == 0 ) {
112 block_size = IVAL( hdr, 0x08 );
115 DEBUG(10,("read_block: block_size == 0x%x\n", block_size ));
124 prs_init( ps, block_size, file->mem_ctx, UNMARSHALL );
128 while ( bytes_read < block_size ) {
129 if ( (returned = read( file->fd, buffer+bytes_read, block_size
452 uint32 record_size, curr_off, block_size, header; local
1029 uint32 curr_off, block_size; local
[all...]

Completed in 300 milliseconds

1234567891011