Searched refs:blocksize (Results 51 - 75 of 193) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dnvram_rw.c191 int blocksize = nfl->blocksize; local
196 for (; off < NFL_BOOT_SIZE; off += blocksize) {
200 len = blocksize;
261 uint32 blocksize; local
263 blocksize = nfl_info->blocksize;
264 off = blocksize;
265 for (; off < NFL_BOOT_SIZE; off += blocksize) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_seektable.c115 const unsigned blocksize = frame->header.blocksize; local
117 const FLAC__uint64 frame_last_sample = frame_first_sample + (FLAC__uint64)blocksize - 1;
128 cd->seektable_template->points[i].frame_samples = blocksize;
141 cd->samples_written += blocksize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_bins.sh100 for blocksize in '' '--lax -b 32' '--lax -b 32768' '--lax -b 65535' ; do
101 test_file $binfile $channels $bps "-$opt $extras $blocksize $disable"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dalauda.c325 MEDIA_INFO(us).blocksize = 1 << media_info->blockshift;
329 MEDIA_INFO(us).blockmask = MEDIA_INFO(us).blocksize - 1;
663 * (pagesize+64)*blocksize bytes in length.
682 (MEDIA_INFO(us).pagesize + 64) * MEDIA_INFO(us).blocksize,
704 unsigned int blocksize = MEDIA_INFO(us).blocksize; local
728 blocksize, blockbuffer);
732 memset(blockbuffer, 0, blocksize * (pagesize + 64));
740 for (i = 0; i < blocksize; i++) {
804 unsigned int blocksize local
897 unsigned int blocksize = MEDIA_INFO(us).blocksize; local
[all...]
H A Dsddr55.c59 int blocksize; /* Size of block in pages */ member in struct:sddr55_card_info
60 int blockshift; /* log2 of blocksize */
176 len = min((unsigned int) sectors, (unsigned int) info->blocksize >>
194 info->blocksize - page);
302 len = min((unsigned int) sectors, (unsigned int) info->blocksize >>
320 info->blocksize - page);
543 info->blocksize = 16;
574 info->blocksize = 32;
580 info->blocksize = 32;
586 info->blocksize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dmkdir.c86 inode.i_blocks = fs->blocksize / 512;
90 inode.i_size = fs->blocksize;
H A Dbb_inode.c77 retval = ext2fs_get_mem(fs->blocksize, &rec.block_buf);
80 memset(rec.block_buf, 0, fs->blocksize);
131 inode.i_blocks = rec.bad_block_count * (fs->blocksize / 512);
132 inode.i_size = rec.bad_block_count * fs->blocksize;
H A Dlookup.c34 int blocksize EXT2FS_ATTR((unused)),
H A Dnamei.c52 retval = ext2fs_get_mem(fs->blocksize, &buffer);
158 retval = ext2fs_get_mem(fs->blocksize, &buf);
177 retval = ext2fs_get_mem(fs->blocksize, &buf);
196 retval = ext2fs_get_mem(fs->blocksize, &buf);
H A Dread_bb.c80 (fs->blocksize / 512)) + 20;
H A Dblock.c47 limit = ctx->fs->blocksize >> 2;
121 limit = ctx->fs->blocksize >> 2;
197 limit = ctx->fs->blocksize >> 2;
307 limit = fs->blocksize >> 2;
317 retval = ext2fs_get_mem(fs->blocksize * 3, &ctx.ind_buf);
321 ctx.dind_buf = ctx.ind_buf + fs->blocksize;
322 ctx.tind_buf = ctx.dind_buf + fs->blocksize;
H A Dinode.c84 retval = ext2fs_get_mem(fs->blocksize, &fs->icache->buffer);
150 fs->blocksize),
340 (size_t) num_blocks * scan->fs->blocksize);
350 scan->bytes_left = num_blocks * scan->fs->blocksize;
500 inodes_per_block = fs->blocksize / EXT2_INODE_SIZE(fs->super);
501 block_nr = fs->image_header->offset_inode / fs->blocksize;
526 if ((offset + length) > fs->blocksize)
527 clen = fs->blocksize - offset;
646 if ((offset + length) > fs->blocksize)
647 clen = fs->blocksize
[all...]
H A Dclosefs.c85 meta_bg_size = (fs->blocksize / sizeof (struct ext2_group_desc));
140 io_channel_set_blksize(fs->io, fs->blocksize);
230 retval = ext2fs_get_mem((size_t)(fs->blocksize *
235 memset(group_shadow, 0, (size_t) fs->blocksize *
309 1, group_ptr + (meta_bg*fs->blocksize));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbuffer.c293 printk("device blocksize: %d\n", 1 << bd_inode->i_blkbits);
599 sector_t bblock, unsigned blocksize)
601 struct buffer_head *bh = __find_get_block(bdev, bblock + 1, blocksize);
1413 unsigned long blocksize, unsigned long b_state)
1417 head = alloc_page_buffers(page, blocksize, 1);
1506 const unsigned blocksize = 1 << inode->i_blkbits; local
1514 create_empty_buffers(page, blocksize,
1549 WARN_ON(bh->b_size != blocksize);
1666 unsigned blocksize, bbits; local
1674 blocksize
598 write_boundary_block(struct block_device *bdev, sector_t bblock, unsigned blocksize) argument
1412 create_empty_buffers(struct page *page, unsigned long blocksize, unsigned long b_state) argument
1782 unsigned blocksize; local
1823 unsigned int blocksize; local
1997 unsigned blocksize = 1 << inode->i_blkbits; local
2128 const unsigned blocksize = 1 << blkbits; local
2325 unsigned blocksize = 1 << inode->i_blkbits; local
2365 unsigned blocksize; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Droqvideoenc.c299 diff = eval_motion_dist(enc, j, i, MOTION, blocksize); \
307 static void motion_search(RoqContext *enc, int blocksize) argument
329 int max=(enc->width/blocksize)*enc->height/blocksize;
331 if (blocksize == 4) {
339 for (i=0; i<enc->height; i+=blocksize)
340 for (j=0; j<enc->width; j+=blocksize) {
342 blocksize);
346 if (blocksize == 4)
349 offset = (i/blocksize)*en
[all...]
H A Dlpc.h43 const int32_t *samples, int blocksize, int min_order,
H A Dvorbis_dec.c140 uint_fast32_t blocksize[2]; member in struct:vorbis_context_s
649 || res_setup->end>vc->blocksize[1]/(res_setup->type==2?1:2)
651 av_log(vc->avccontext, AV_LOG_ERROR, "partition out of bounds: type, begin, end, size, blocksize: %d, %d, %d, %d, %d\n", res_setup->type, res_setup->begin, res_setup->end, res_setup->partition_size, vc->blocksize[1]/2);
794 n=vc->blocksize[blockflag]/2;
912 vc->blocksize[0]=(1<<bl0);
913 vc->blocksize[1]=(1<<bl1);
915 av_log(vc->avccontext, AV_LOG_ERROR, " Vorbis id header packet corrupt (illegal blocksize). \n");
919 if (vc->blocksize[1]/2 * vc->audio_channels * 2 >
931 float *win = av_malloc(vc->blocksize[
1433 vorbis_inverse_coupling(float *mag, float *ang, int blocksize) argument
1478 uint_fast16_t blocksize; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dmemp001.tcl119 proc file_create { fname nblocks blocksize } {
122 seek $fid [expr $i * $blocksize] start
125 seek $fid [expr $nblocks * $blocksize - 1]
134 if { [file size $fname] != $nblocks * $blocksize } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doggparsevorbis.c178 unsigned blocksize, bs0, bs1; local
192 blocksize = bytestream_get_byte(&p);
193 bs0 = blocksize & 15;
194 bs1 = blocksize >> 4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsmb.h33 __u16 blocksize; member in struct:smb_dskattr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dhndsflash.h31 uint blocksize; /* Block size */ member in struct:hndsflash
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dxfs.c31 uint32_t blocksize; member in struct:xfs_super_block
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c83 int blocksize = nfl->blocksize; local
88 for (; off < NFL_BOOT_SIZE; off += blocksize) {
92 len = blocksize;
122 uint32 blocksize; local
174 blocksize = nfl_info->blocksize;
175 off = blocksize;
176 for (; off < NFL_BOOT_SIZE; off += blocksize) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Danalyze.c70 fprintf(fout, "frame=%u\toffset=%I64u\tbits=%u\tblocksize=%u\tsample_rate=%u\tchannels=%u\tchannel_assignment=%s\n", frame_number, frame_offset, frame_bytes*8, frame->header.blocksize, frame->header.sample_rate, channels, FLAC__ChannelAssignmentString[frame->header.channel_assignment]);
72 fprintf(fout, "frame=%u\toffset=%llu\tbits=%u\tblocksize=%u\tsample_rate=%u\tchannels=%u\tchannel_assignment=%s\n", frame_number, (unsigned long long)frame_offset, frame_bytes*8, frame->header.blocksize, frame->header.sample_rate, channels, FLAC__ChannelAssignmentString[frame->header.channel_assignment]);
97 for(i = 0; i < frame->header.blocksize-subframe->data.fixed.order; i++)
117 for(i = 0; i < frame->header.blocksize-subframe->data.lpc.order; i++)
137 residual_samples = frame->header.blocksize - subframe->data.fixed.order;
142 residual_samples = frame->header.blocksize - subframe->data.lpc.order;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmformat.c782 int blocksize; local
1006 blocksize = 0;
1112 if(!used_dev.blocksize || used_dev.blocksize < Fs.sector_size)
1113 blocksize = Fs.sector_size;
1115 blocksize = used_dev.blocksize;
1117 if(blocksize > MAX_SECTOR)
1118 blocksize = MAX_SECTOR;
1160 read(fd, buf, blocksize);
[all...]

Completed in 291 milliseconds

12345678