Searched refs:blocksize (Results 151 - 175 of 300) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dnvram_linux.c95 int blocksize = nfl->blocksize; local
100 for (; off < nfl_boot_size(nfl); off += blocksize) {
104 len = blocksize;
130 uint32 blocksize; local
153 blocksize = nfl_info->blocksize;
154 off = blocksize;
155 for (; off < nfl_boot_size(nfl_info); off += blocksize) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Doggparsevorbis.c311 unsigned blocksize, bs0, bs1; local
332 blocksize = bytestream_get_byte(&p);
333 bs0 = blocksize & 15;
334 bs1 = blocksize >> 4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dfilemap_xip.c445 unsigned blocksize; local
453 blocksize = 1 << mapping->host->i_blkbits;
454 length = offset & (blocksize - 1);
460 length = blocksize - length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dmlpdsp_init_arm.c31 int blocksize, int32_t *sample_buffer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dgcrypt-module.h86 size_t blocksize; member in struct:gcry_cipher_spec
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dgcrypt-module.h86 size_t blocksize; member in struct:gcry_cipher_spec
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dreiserfs.c38 uint16_t blocksize; member in struct:reiserfs_super_block
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Ddisk-io.c799 int readahead_tree_block(struct btrfs_root *root, u64 bytenr, u32 blocksize, argument
806 buf = btrfs_find_create_tree_block(root, bytenr, blocksize);
816 u64 bytenr, u32 blocksize)
821 bytenr, blocksize, GFP_NOFS);
826 u64 bytenr, u32 blocksize)
832 bytenr, blocksize, NULL, GFP_NOFS);
850 u32 blocksize, u64 parent_transid)
859 buf = btrfs_find_create_tree_block(root, bytenr, blocksize);
967 u32 blocksize; local
980 blocksize
815 btrfs_find_tree_block(struct btrfs_root *root, u64 bytenr, u32 blocksize) argument
825 btrfs_find_create_tree_block(struct btrfs_root *root, u64 bytenr, u32 blocksize) argument
849 read_tree_block(struct btrfs_root *root, u64 bytenr, u32 blocksize, u64 parent_transid) argument
1086 u32 blocksize; local
1504 u32 blocksize; local
[all...]
H A Dctree.c552 static int close_blocks(u64 blocknr, u64 other, u32 blocksize) argument
554 if (blocknr < other && other - (blocknr + blocksize) < 32768)
556 if (blocknr > other && blocknr - (other + blocksize) < 32768)
615 u32 blocksize; local
629 blocksize = btrfs_level_size(root, parent_level - 1);
660 close = close_blocks(blocknr, other, blocksize);
664 close = close_blocks(blocknr, other, blocksize);
676 cur = btrfs_find_tree_block(root, blocknr, blocksize);
688 blocksize, gen);
700 min(16 * blocksize,
1361 u32 blocksize; local
1427 int blocksize; local
1570 u32 blocksize; local
[all...]
H A Drelocation.c1649 u32 blocksize; local
1698 blocksize = btrfs_level_size(dest, level - 1);
1725 eb = read_tree_block(dest, old_bytenr, blocksize,
1771 ret = btrfs_inc_extent_ref(trans, src, old_bytenr, blocksize,
1775 ret = btrfs_inc_extent_ref(trans, dest, new_bytenr, blocksize,
1780 ret = btrfs_free_extent(trans, src, new_bytenr, blocksize,
1785 ret = btrfs_free_extent(trans, dest, old_bytenr, blocksize,
1849 u32 blocksize; local
1875 blocksize = btrfs_level_size(root, i - 1);
1876 eb = read_tree_block(root, bytenr, blocksize, ptr_ge
2445 u32 blocksize; local
2602 mark_block_processed(struct reloc_control *rc, u64 bytenr, u32 blocksize) argument
2612 u32 blocksize; local
2653 tree_block_processed(u64 bytenr, u32 blocksize, struct reloc_control *rc) argument
3133 __add_tree_block(struct reloc_control *rc, u64 bytenr, u32 blocksize, struct rb_root *blocks) argument
3362 u32 blocksize = btrfs_level_size(rc->extent_root, 0); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-brcm-hnd/
H A Dboard_ns.c954 uint blocksize, pagesize, mask, blk_offset, off, shift = 0; local
970 blocksize = mtd->erasesize;
972 for (off = offset; off < offset + size; off += blocksize) {
973 mask = blocksize - 1;
987 off = offset + (le32_to_cpu(trx->offsets[1]) & ~mask) - blocksize;
1001 mtd->name, off / blocksize);
1009 mtd->name, off / blocksize);
1016 mtd->name, off / blocksize);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Ditree.c129 int blocksize = inode->i_sb->s_blocksize; local
148 memset(bh->b_data, 0, blocksize);
372 unsigned blocksize; local
378 blocksize = inode->i_sb->s_blocksize;
379 iblock = (inode->i_size + blocksize-1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c70 .blocksize = 8,
91 .blocksize = 1,
112 .blocksize = 8,
135 .blocksize = 16,
158 .blocksize = 16,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dkmvc.c270 int blocksize; local
280 /* blocksize 127 is really palette change event */
319 blocksize = bytestream2_get_byte(&ctx->g);
321 if (blocksize != 8 && blocksize != 127) {
322 av_log(avctx, AV_LOG_ERROR, "Block size = %i\n", blocksize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dkmvc.c253 int blocksize; local
269 /* blocksize 127 is really palette change event */
308 blocksize = bytestream2_get_byte(&ctx->g);
310 if (blocksize != 8 && blocksize != 127) {
311 av_log(avctx, AV_LOG_ERROR, "Block size = %i\n", blocksize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dsddr09.c265 int blocksize; /* Size of block in pages */ member in struct:sddr09_card_info
266 int blockshift; /* log2 of blocksize */
654 len = min(sectors, (unsigned int) info->blocksize) * info->pagesize;
671 pages = min(sectors, info->blocksize - page);
792 result = sddr09_read22(us, address>>1, info->blocksize,
798 for (i = 0; i < info->blocksize; i++) {
832 result = sddr09_write_inplace(us, address>>1, info->blocksize,
881 len = min(sectors, (unsigned int) info->blocksize) * info->pagesize;
897 pages = min(sectors, info->blocksize - page);
1464 info->blocksize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dstree.c396 static int is_leaf(char *buf, int blocksize, struct buffer_head *bh) argument
413 if (nr < 1 || nr > ((blocksize - BLKH_SIZE) / (IH_SIZE + MIN_ITEM_LEN))) {
420 used_space = BLKH_SIZE + IH_SIZE * nr + (blocksize - ih_location(ih));
421 if (used_space != blocksize - blkh_free_space(blkh)) {
431 prev_location = blocksize;
439 if (ih_location(ih) >= blocksize
447 || ih_item_len(ih) > MAX_ITEM_LEN(blocksize)) {
467 static int is_internal(char *buf, int blocksize, struct buffer_head *bh) argument
483 if (nr > (blocksize - BLKH_SIZE - DC_SIZE) / (KEY_SIZE + DC_SIZE)) {
491 if (used_space != blocksize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dbmap.c193 * filesystem with a blocksize of 4096.
967 unsigned blocksize, iblock, length, pos; local
976 blocksize = inode->i_sb->s_blocksize;
977 length = blocksize - (offset & (blocksize - 1));
981 create_empty_buffers(page, blocksize, 0);
985 pos = blocksize;
989 pos += blocksize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dblkcipher.c251 bsize = min(walk->blocksize, n);
282 unsigned bs = walk->blocksize;
307 walk->blocksize = crypto_blkcipher_blocksize(desc->tfm);
316 walk->blocksize = crypto_blkcipher_blocksize(desc->tfm);
351 unsigned int blocksize)
354 walk->blocksize = blocksize;
500 seq_printf(m, "blocksize : %u\n", alg->cra_blocksize);
349 blkcipher_walk_virt_block(struct blkcipher_desc *desc, struct blkcipher_walk *walk, unsigned int blocksize) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dsolos-pci.c533 int blocksize = 0; local
540 blocksize = FPGA_BLOCK;
544 blocksize = SOLOS_BLOCK;
549 blocksize = FPGA_BLOCK;
559 blocksize = SOLOS_BLOCK;
575 numblocks = fw->size / blocksize;
594 for (offset = 0; offset < fw->size; offset += blocksize) {
605 for(i = 0; i < blocksize; i += 4) {
614 iowrite32(offset / blocksize, card->config_regs + FLASH_BLOCK);

Completed in 361 milliseconds

1234567891011>>