Searched refs:blocksize (Results 101 - 125 of 193) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c930 return decoder->protected_->blocksize;
1020 * fixed-blocksize stream must stay that way through the whole stream.
2015 if(!allocate_output_(decoder, decoder->private_->frame.header.blocksize, decoder->private_->frame.header.channels))
2072 for(i = 0; i < decoder->private_->frame.header.blocksize; i++)
2077 for(i = 0; i < decoder->private_->frame.header.blocksize; i++)
2082 for(i = 0; i < decoder->private_->frame.header.blocksize; i++) {
2109 memset(decoder->private_->output[channel], 0, sizeof(FLAC__int32) * decoder->private_->frame.header.blocksize);
2116 /* we wait to update fixed_block_size until here, when we're sure we've got a proper frame and hence a correct blocksize */
2125 decoder->protected_->blocksize = decoder->private_->frame.header.blocksize;
[all...]
H A Dstream_encoder_framing.c235 FLAC__ASSERT(header->blocksize > 0 && header->blocksize <= FLAC__MAX_BLOCK_SIZE);
236 /* when this assertion holds true, any legal blocksize can be expressed in the frame header */
239 switch(header->blocksize) {
254 if(header->blocksize <= 0x100)
339 if(!FLAC__bitwriter_write_raw_uint32(bw, header->blocksize-1, (blocksize_hint==6)? 8:16))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dnamei.c292 unsigned blocksize = dir->i_sb->s_blocksize; local
307 dx_show_leaf(hinfo, (struct ext3_dir_entry_2 *) bh->b_data, blocksize, 0);
315 names, space/bcount,(space/bcount)*100/blocksize);
831 unsigned blocksize; local
835 blocksize = sb->s_blocksize;
1127 unsigned blocksize = dir->i_sb->s_blocksize; local
1158 map = (struct dx_map_entry *) (data2 + blocksize);
1160 blocksize, hinfo, map);
1171 de = dx_pack_dirents(data1,blocksize);
1172 de->rec_len = cpu_to_le16(data1 + blocksize
1309 unsigned blocksize; local
1393 unsigned blocksize; local
[all...]
H A Dinode.c597 int blocksize = inode->i_sb->s_blocksize; local
631 memset(bh->b_data, 0, blocksize);
1095 unsigned blocksize = head->b_size; local
1104 block_end = block_start + blocksize;
1714 unsigned blocksize, iblock, length, pos; local
1719 blocksize = inode->i_sb->s_blocksize;
1720 length = blocksize - (offset & (blocksize - 1));
1735 create_empty_buffers(page, blocksize, 0);
1739 pos = blocksize;
2177 unsigned blocksize = inode->i_sb->s_blocksize; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dnamei.c292 unsigned blocksize = dir->i_sb->s_blocksize; local
307 dx_show_leaf(hinfo, (struct ext4_dir_entry_2 *) bh->b_data, blocksize, 0);
315 names, space/bcount,(space/bcount)*100/blocksize);
829 unsigned blocksize; local
833 blocksize = sb->s_blocksize;
1125 unsigned blocksize = dir->i_sb->s_blocksize; local
1156 map = (struct dx_map_entry *) (data2 + blocksize);
1158 blocksize, hinfo, map);
1169 de = dx_pack_dirents(data1,blocksize);
1170 de->rec_len = cpu_to_le16(data1 + blocksize
1307 unsigned blocksize; local
1391 unsigned blocksize; local
[all...]
H A Dinode.c595 int blocksize = inode->i_sb->s_blocksize; local
629 memset(bh->b_data, 0, blocksize);
1094 unsigned blocksize = head->b_size; local
1103 block_end = block_start + blocksize;
1713 unsigned blocksize, iblock, length, pos; local
1719 blocksize = inode->i_sb->s_blocksize;
1720 length = blocksize - (offset & (blocksize - 1));
1738 create_empty_buffers(page, blocksize, 0);
1742 pos = blocksize;
2184 unsigned blocksize = inode->i_sb->s_blocksize; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse.h421 int (*bmap) (const char *, size_t blocksize, uint64_t *idx);
589 int fuse_fs_bmap(struct fuse_fs *fs, const char *path, size_t blocksize,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dmemcpy_mck.S270 #define blocksize r23 define
287 mov blocksize=BLOCK_SIZE
289 cmp.lt p6,p7=blocksize,in2
292 (p6) mov in2=blocksize
365 /* check if we have more than blocksize to copy, if so go back */
366 cmp.gt p8,p0=saved_in2,blocksize
368 (p8) add dst0=saved_in0,blocksize
369 (p8) add src0=saved_in1,blocksize
370 (p8) sub in2=saved_in2,blocksize
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dsetup.c781 uint blocksize, pagesize, mask, blk_offset, off, shift = 0; local
797 blocksize = mtd->erasesize;
799 for (off = offset; off < NFL_BOOT_OS_SIZE; off += blocksize) {
800 mask = blocksize - 1;
814 off = offset + (le32_to_cpu(trx->offsets[1]) & ~mask) - blocksize;
828 mtd->name, off / blocksize);
836 mtd->name, off / blocksize);
843 mtd->name, off / blocksize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dutil.c174 j_blocks = size * 1024 / (fs->blocksize / 1024);
220 fs->blocksize, io_ptr, &jfs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/nvram/
H A Dnvram_rw.c192 off = nfl_info->blocksize;
193 for (; off < SI_FLASH1_SZ; off += nfl_info->blocksize) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dstree.c436 static int is_leaf(char *buf, int blocksize, struct buffer_head *bh) argument
453 if (nr < 1 || nr > ((blocksize - BLKH_SIZE) / (IH_SIZE + MIN_ITEM_LEN))) {
459 used_space = BLKH_SIZE + IH_SIZE * nr + (blocksize - ih_location(ih));
460 if (used_space != blocksize - blkh_free_space(blkh)) {
470 prev_location = blocksize;
478 if (ih_location(ih) >= blocksize
486 || ih_item_len(ih) > MAX_ITEM_LEN(blocksize)) {
506 static int is_internal(char *buf, int blocksize, struct buffer_head *bh) argument
522 if (nr > (blocksize - BLKH_SIZE - DC_SIZE) / (KEY_SIZE + DC_SIZE)) {
531 if (used_space != blocksize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dbmap.c293 * filesystem with a blocksize of 4096.
885 unsigned blocksize, iblock, length, pos; local
895 blocksize = inode->i_sb->s_blocksize;
896 length = blocksize - (offset & (blocksize - 1));
900 create_empty_buffers(page, blocksize, 0);
904 pos = blocksize;
908 pos += blocksize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_seeking/
H A Dmain.c204 printf("frame@%I64u(%u)... ", frame->header.number.sample_number, frame->header.blocksize);
206 printf("frame@%llu(%u)... ", (unsigned long long)frame->header.number.sample_number, frame->header.blocksize);
214 for (i = (unsigned)frame->header.number.sample_number, j = 0; j < frame->header.blocksize; i++, j++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/examples/c/decode/file/
H A Dmain.c149 for(i = 0; i < frame->header.blocksize; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/examples/cpp/decode/file/
H A Dmain.cpp152 for(i = 0; i < frame->header.blocksize; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dplugin.c436 unsigned written_time_last = 0, bh_index_last_w = 0, bh_index_last_o = BITRATE_HIST_SIZE, blocksize = 1; local
457 blocksize = sample_buffer_last_ - sample_buffer_first_ - s;
482 decode_position = decode_position_frame - (double)(sample_buffer_last_ - sample_buffer_first_) * (double)(decode_position_frame - decode_position_frame_last) / (double)blocksize;
596 const unsigned channels = stream_data->channels, wide_samples = frame->header.blocksize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Drock.c84 int blocksize = 1 << rs->inode->i_blkbits; local
90 if ((unsigned)rs->cont_offset > blocksize - min_de_size ||
91 (unsigned)rs->cont_size > blocksize ||
92 (unsigned)(rs->cont_offset + rs->cont_size) > blocksize) {
H A Dinode.c147 unsigned int blocksize; member in struct:iso9660_options
362 popt->blocksize = 1024;
461 popt->blocksize = n;
558 * First of all, get the hardware blocksize for this device.
559 * If we don't know what it is, or the hardware blocksize is
560 * larger than the blocksize the user specified, then use
566 opt.blocksize = sb_min_blocksize(s, opt.blocksize);
683 if(orig_zonesize < opt.blocksize)
725 * we may need to change the device blocksize, an
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dhndnand.h56 uint blocksize; /* Block size */ member in struct:hndnand
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_fs.h165 __u32 blocksize; /* filesystem (data) block size */ member in struct:xfs_fsop_geom_v1
191 __u32 blocksize; /* filesystem (data) block size */ member in struct:xfs_fsop_geom
H A Dxfs_attr_leaf.c1371 xfs_da_log_buf(args->trans, blk1->bp, 0, state->blocksize-1);
1372 xfs_da_log_buf(args->trans, blk2->bp, 0, state->blocksize-1);
1403 xfs_da_log_buf(args->trans, blk1->bp, 0, state->blocksize-1);
1404 xfs_da_log_buf(args->trans, blk2->bp, 0, state->blocksize-1);
1454 * GROT: Is this really necessary? With other than a 512 byte blocksize,
1491 state->blocksize, NULL);
1493 lastdelta = state->blocksize;
1506 state->blocksize, NULL);
1545 state->blocksize, NULL);
1591 if (bytes > (state->blocksize >>
2336 xfs_attr_leaf_newentsize(int namelen, int valuelen, int blocksize, int *local) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Djournal.c270 int start, len, blocksize; local
276 blocksize = sb->s_blocksize;
277 start = (int)(jnl->jh_offset)/blocksize;
278 len = (int)(jh->size + jnl->jh_offset)/blocksize;
280 dprint(DBG_JOURNAL, "start: %d, len: %d, blocksize: %d, journal_maxblock: %d\n", start, len, blocksize, jnl->journal_maxblock);
281 journal = hfsplus_jbd_init_dev(sb->s_bdev, sb->s_bdev, start, len, blocksize);
641 dprint(DBG_JREPLAY, "[i:%x] bnum: %llx, bsize: %x, bufsize: %x, blocksize: %lx\n", i, blhdr->binfo[i].bnum, blhdr->binfo[i].bsize, bufsize, sb->s_blocksize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_buf.c99 * For pages in filesystems where the blocksize is smaller than the
347 size_t blocksize = bp->b_target->bt_bsize; local
407 if (blocksize >= PAGE_CACHE_SIZE) {
1111 unsigned int blocksize = bp->b_target->bt_bsize; local
1127 } else if (blocksize >= PAGE_CACHE_SIZE) {
1156 unsigned int blocksize = bp->b_target->bt_bsize; local
1181 (blocksize >= PAGE_CACHE_SIZE)) {
1468 unsigned int blocksize,
1472 btp->bt_bsize = blocksize;
1512 unsigned int blocksize,
1466 xfs_setsize_buftarg_flags( xfs_buftarg_t *btp, unsigned int blocksize, unsigned int sectorsize, int verbose) argument
1510 xfs_setsize_buftarg( xfs_buftarg_t *btp, unsigned int blocksize, unsigned int sectorsize) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/atm/
H A Dueagle-atm.c543 u16 blocksize; local
577 blocksize = FW_GET_WORD(dsp + pp);
581 if (pp + blocksize > len)
584 pp += blocksize;
670 u16 blockaddr, blocksize; local
711 blocksize = FW_GET_WORD(p);
714 bi.wSize = cpu_to_le16(blocksize);
723 if (uea_idma_write(sc, p, blocksize))
726 p += blocksize;

Completed in 236 milliseconds

12345678