Searched refs:blocksize (Results 251 - 275 of 300) sorted by relevance

<<1112

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c901 this_len = cipher_descriptor_len(nbytes, walk->blocksize);
950 memcpy(rctx->walk.iv, final_iv, rctx->walk.blocksize);
1043 iv_paddr = c->dest_final - rctx->walk.blocksize;
1057 rctx->walk.blocksize);
1064 rctx->walk.blocksize);
1067 rctx->walk.blocksize);
H A Dtalitos.c1776 unsigned int blocksize = local
1783 if (!req_ctx->last && (nbytes + req_ctx->nbuf <= blocksize)) {
1792 /* At least (blocksize + 1) bytes are available to hash */
1794 to_hash_later = nbytes_to_hash & (blocksize - 1);
1803 nbytes_to_hash -= blocksize;
1804 to_hash_later = blocksize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr.c1249 state->blocksize = state->mp->m_sb.sb_blocksize;
1414 state->blocksize = state->mp->m_sb.sb_blocksize;
1504 state->blocksize = state->mp->m_sb.sb_blocksize;
1768 state->blocksize = state->mp->m_sb.sb_blocksize;
H A Dxfs_fsops.c56 geo->blocksize = mp->m_sb.sb_blocksize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Ddsputil_init_neon.c172 void ff_vorbis_inverse_coupling_neon(float *mag, float *ang, int blocksize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq3.c309 int blocksize = 2 - (width >> 3); // 16->0, 8->1, 4->2 local
338 : s->hdsp.put_pixels_tab)[blocksize][dxy](dest, src, h->linesize,
346 blocksize++;
367 : s->hdsp.put_pixels_tab)[blocksize][dxy](dest, src,
H A Dopus_celt.c81 int blocksize; member in struct:CeltContext
1766 int len = s->blocksize * s->blocks;
2042 s->blocksize = frame_size / s->blocks;
2097 float *dst = frame->buf + 1024 + j * s->blocksize;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.h505 int blocksize; /* blocksize */ member in struct:e2fsck_struct
H A Dtune2fs.c106 fs->blocksize, io_ptr, &jfs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dinode.c138 unsigned blocksize = head->b_size; local
147 block_end = block_start + blocksize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsuper.c737 u64 pos, int blocksize,
743 offset = do_div(sb_index, blocksize);
736 nilfs_read_super_block(struct super_block *sb, u64 pos, int blocksize, struct buffer_head **pbh) argument
H A Dsegment.c341 unsigned blocksize = sci->sc_super->s_blocksize; local
344 if (unlikely(ssp->offset + bytes > blocksize)) {
416 unsigned blocksize = sci->sc_super->s_blocksize; local
417 /* Size of finfo and binfo is enough small against blocksize */
421 blocksize;
648 * may be included if blocksize < pagesize.
2122 * for blocksize < pagesize because page dirty
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddsputil.h409 void (*vorbis_inverse_coupling)(float *mag, float *ang, int blocksize);
531 unsigned int filter_shift, int32_t mask, int blocksize,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_flac.sh147 blocksize=$1
150 echo -n "fractional block size test (blocksize=$blocksize samples=$samples) encode... "
151 run_flac $SILENT --force --verify --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=16 --channels=2 --blocksize=$blocksize --no-padding --lax -o pbs.flac pbs.raw || die "ERROR"
165 # multiples of the flac sample chunk size (2048) and the blocksize.
678 run_flac --verify --force $SILENT --no-padding --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=16 --channels=2 --blocksize=576 noise.raw || die "ERROR generating FLAC file"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmballoc.c113 * blocksize) blocks. So it can have information regarding groups_per_page
747 * contain blocks_per_page (PAGE_CACHE_SIZE / blocksize) blocks.
758 int blocksize; local
777 blocksize = 1 << inode->i_blkbits;
778 blocks_per_page = PAGE_CACHE_SIZE / blocksize;
881 data = page_address(page) + (i * blocksize);
892 group, page->index, i * blocksize);
910 group, page->index, i * blocksize);
915 memcpy(data, bitmap, blocksize);
H A Dextents.c2546 int blkbits, blocksize; local
2553 blocksize = inode->i_sb->s_blocksize;
2578 blocksize, offset);
2579 if (ret != blocksize) {
2587 offset += blocksize;
3699 * If blocksize = 4096 offset = 3072 and len = 2048
3781 * If blocksize = 4096 offset = 3072 and len = 2048
H A Dxattr.c1112 void *from, size_t n, int blocksize)
1123 > blocksize);
1110 ext4_xattr_shift_entries(struct ext4_xattr_entry *entry, int value_offs_shift, void *to, void *from, size_t n, int blocksize) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c1324 static int ntfs_fuse_bmap(const char *path, size_t blocksize, uint64_t *idx) argument
1330 int cl_per_bl = ctx->vol->cluster_size / blocksize;
1332 if (blocksize > ctx->vol->cluster_size)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dinode.c324 u64 blocksize = root->sectorsize; local
372 num_bytes = (end - start + blocksize) & ~(blocksize - 1);
373 num_bytes = max(blocksize, num_bytes);
458 total_compressed = (total_compressed + blocksize - 1) &
459 ~(blocksize - 1);
759 u64 blocksize = root->sectorsize; local
774 num_bytes = (end - start + blocksize) & ~(blocksize - 1);
775 num_bytes = max(blocksize, num_byte
3208 u32 blocksize = root->sectorsize; local
[all...]
H A Dtree-log.c1676 u32 blocksize; local
1696 blocksize = btrfs_level_size(root, *level - 1);
1702 next = btrfs_find_create_tree_block(root, bytenr, blocksize);
1720 bytenr, blocksize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dconfig.c172 { "BLOCKSIZE", OFFS(blocksize), T_UINT },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dreplaygain.c286 const unsigned samples = frame->header.blocksize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddir.c122 struct ocfs2_dir_block_trailer *ocfs2_dir_trailer_from_size(int blocksize, argument
127 p += blocksize - sizeof(struct ocfs2_dir_block_trailer);
2887 * blocksize == clustersize and the dirent won't fit in the
3480 int blocksize = dir->i_sb->s_blocksize; local
3523 if (ocfs2_skip_dir_trailer(dir, de, offset % blocksize,
3524 blocksize))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dfix_node.c2040 unsigned long blocksize = sb->s_blocksize; local
2044 max_num_of_items = (blocksize - BLKH_SIZE) / (IH_SIZE + MIN_ITEM_LEN);
2045 max_num_of_entries = (blocksize - BLKH_SIZE - IH_SIZE) /
2132 "blocksize %s[%d] (%b)",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c1163 size_t blocksize; local
1166 blocksize = aligned;
1167 if (blocksize < MINSIZE)
1168 blocksize = MINSIZE;
1169 len = sizeof(struct stack_block) - MINSIZE + blocksize;
1170 if (len < blocksize)
1176 stacknleft = blocksize;
1177 sstrend = stacknxt + blocksize;
7280 size_t blocksize; local
7285 blocksize
[all...]

Completed in 520 milliseconds

<<1112