Searched refs:blocksize (Results 126 - 150 of 300) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddir.h115 struct ocfs2_dir_block_trailer *ocfs2_dir_trailer_from_size(int blocksize,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Dbitmap.c18 affs_count_free_bits(u32 blocksize, const void *data) argument
26 for (blocksize /= 4; blocksize > 0; blocksize--) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dunlink.c36 int blocksize EXT2FS_ATTR((unused)),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstradis.c1743 int blocksize, split; local
1750 blocksize = 65536 -
1753 blocksize = saa->audhead - saa->audtail;
1755 if (blocksize < 16384) {
1764 blocksize = 65536 -
1768 blocksize = saa->audhead - saa->audtail;
1772 blocksize--;
1773 if (blocksize > todo)
1774 blocksize = todo;
1776 if (!blocksize)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_deshake.c85 { "blocksize", "set motion search blocksize", OFFSET(blocksize), AV_OPT_TYPE_INT, {.i64=8}, 4, 128, .flags = FLAGS },
137 deshake->blocksize)
197 static int block_contrast(uint8_t *src, int x, int y, int stride, int blocksize) argument
203 for (i = 0; i <= blocksize * 2; i++) {
252 double *angles = av_malloc_array(width * height / (16 * deshake->blocksize), sizeof(*angles));
265 for (y = deshake->ry; y < height - deshake->ry - (deshake->blocksize * 2); y += deshake->blocksize * 2) {
270 contrast = block_contrast(src2, x, y, stride, deshake->blocksize);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dfile.c164 unsigned blocksize; local
175 blocksize = 1 << inode->i_blkbits;
190 block_end = block_start + blocksize;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dnflash.c268 nflash.blocksize = (64 * 1024) << ((nflash.id[3] >> 4) & 0x3);
361 nflash.blocksize = (1 << 10) * 16;
364 nflash.blocksize = (1 << 10) * 128;
367 nflash.blocksize = (1 << 10) * 8;
370 nflash.blocksize = (1 << 10) * 512;
373 nflash.blocksize = (1 << 10) * 256;
403 nflash.numblocks = (nflash.size * (1 << 10)) / (nflash.blocksize >> 10);
406 name, nflash.pagesize, (nflash.blocksize >> 10), nflash.size);
661 if ((offset & (nflash.blocksize - 1)) != 0) {
669 row_addr = (offset & ~(nflash.blocksize
[all...]
H A Dnandcore.c626 nandcore.blocksize = (1 << 10) * 8;
629 nandcore.blocksize = (1 << 10) * 16;
632 nandcore.blocksize = (1 << 10) * 128;
635 nandcore.blocksize = (1 << 10) * 256;
638 nandcore.blocksize = (1 << 10) * 512;
641 nandcore.blocksize = (1 << 10) * 1024;
644 nandcore.blocksize = (1 << 10) * 2048;
690 nandcore.numblocks = (nandcore.size * (1 << 10)) / (nandcore.blocksize >> 10);
701 printf("Block size: %uKB\n", (nandcore.blocksize >> 10));
837 if ((offset & (nfl->blocksize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c1429 static struct buffer_head *getblk(kdev_t kdev, blk_t blocknr, int blocksize) argument
1442 bh->b_size = blocksize;
1577 journal->j_blocksize = ctx->fs->blocksize;
1677 io_channel_set_blksize(ctx->journal_io, ctx->fs->blocksize);
1680 if (ctx->fs->blocksize == 1024)
1682 bh = getblk(dev_journal, start, ctx->fs->blocksize);
1783 ctx->fs->blocksize-V1_SB_SIZE);
1901 memset (p, 0, ctx->fs->blocksize-sizeof(journal_header_t));
1903 jsb->s_blocksize = htonl(ctx->fs->blocksize);
2120 int blocksize local
12418 int blocksize; local
13231 int blocksize; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_camellia.c208 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
210 nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
218 nid##_##keylen##_##nmode,blocksize, \
231 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
233 nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_camellia.c208 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
210 nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
218 nid##_##keylen##_##nmode,blocksize, \
231 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
233 nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dnamei.c164 static int dx_make_map(struct ext3_dir_entry_2 *de, unsigned blocksize,
169 static struct ext3_dir_entry_2 *dx_pack_dirents(char *base, unsigned blocksize);
304 unsigned blocksize = dir->i_sb->s_blocksize; local
319 dx_show_leaf(hinfo, (struct ext3_dir_entry_2 *) bh->b_data, blocksize, 0);
327 names, space/bcount,(space/bcount)*100/blocksize);
711 static int dx_make_map(struct ext3_dir_entry_2 *de, unsigned blocksize, argument
718 while ((char *) de < base + blocksize)
1130 static struct ext3_dir_entry_2 *dx_pack_dirents(char *base, unsigned blocksize) argument
1137 while ((char *)de < base + blocksize) {
1161 unsigned blocksize local
1352 unsigned blocksize; local
1443 unsigned blocksize; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dsddr55.c99 int blocksize; /* Size of block in pages */ member in struct:sddr55_card_info
100 int blockshift; /* log2 of blocksize */
217 len = min((unsigned int) sectors, (unsigned int) info->blocksize >>
236 info->blocksize - page);
345 len = min((unsigned int) sectors, (unsigned int) info->blocksize >>
364 info->blocksize - page);
588 info->blocksize = 16;
619 info->blocksize = 32;
625 info->blocksize = 32;
631 info->blocksize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Drecovery.c109 unsigned int blocksize = nilfs->ns_blocksize; local
113 BUG_ON(offset >= blocksize);
115 size = min_t(u64, check_bytes, blocksize - offset);
122 bh = __bread(nilfs->ns_bdev, ++start, blocksize);
126 size = min_t(u64, check_bytes, blocksize);
512 unsigned blocksize = nilfs->ns_blocksize; local
526 err = block_write_begin(inode->i_mapping, pos, blocksize,
530 if (pos + blocksize > isize)
543 block_write_end(NULL, inode->i_mapping, pos, blocksize,
544 blocksize, pag
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c648 int blocksize; local
666 blocksize = crypto_blkcipher_blocksize(cipher);
716 nblocks = (nbytes + blocksize - 1) / blocksize;
719 cbcbytes = (nblocks - 2) * blocksize;
772 int nblocks, blocksize, cbcbytes; local
787 blocksize = crypto_blkcipher_blocksize(cipher);
795 nblocks = (subbuf.len + blocksize - 1) / blocksize;
799 cbcbytes = (nblocks - 2) * blocksize;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dsuper.c744 int blocksize = BLOCK_SIZE; local
766 * See what the current blocksize for the device is, and
767 * use that as the blocksize. Otherwise (or if the blocksize
772 blocksize = sb_min_blocksize(sb, BLOCK_SIZE);
773 if (!blocksize) {
774 ext2_msg(sb, KERN_ERR, "error: unable to set blocksize");
782 if (blocksize != BLOCK_SIZE) {
783 logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize;
784 offset = (sb_block*BLOCK_SIZE) % blocksize;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Daops.c198 unsigned int blocksize, vcn_ofs; local
209 blocksize = vol->sb->s_blocksize;
213 create_empty_buffers(page, blocksize, 0);
235 lblock = (ni->allocated_size + blocksize - 1) >> blocksize_bits;
243 zblock = (init_size + blocksize - 1) >> blocksize_bits;
342 zero_user(page, i * blocksize, blocksize);
564 unsigned int blocksize, vcn_ofs; local
578 blocksize = vol->sb->s_blocksize;
582 create_empty_buffers(page, blocksize,
[all...]
H A Dfile.c498 unsigned blocksize, u; local
519 blocksize = vol->sb->s_blocksize;
530 create_empty_buffers(page, blocksize, 0);
562 bh_end = bh_pos + blocksize;
600 blocksize);
676 blocksize);
695 blocksize);
734 zero_user(page, bh_offset(bh), blocksize);
859 blocksize);
1085 } while (bh_pos += blocksize, (b
1482 unsigned blocksize, u; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2lib.c458 int blocksize; local
517 totalsize = blocksize = sizeof(i2CmdHeader);
527 if ((blocksize + cnt > maxBlock) || lastended) {
528 blocksize = sizeof(i2CmdHeader);
532 blocksize += cnt;
603 for (blocksize = sizeof(i2CmdHeader), count = nCommands,
625 if ((blocksize + cnt > maxBlock) || lastended) {
632 CMD_COUNT_OF(pInsert) = blocksize - sizeof(i2CmdHeader);
633 stuffIndex += blocksize;
640 blocksize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlpdec.c117 uint16_t blocksize; member in struct:SubStream
596 s->blocksize = 8;
854 s->blocksize = get_bits(gbp, 9);
855 if (s->blocksize < 8 || s->blocksize > m->access_unit_size) {
856 av_log(m->avctx, AV_LOG_ERROR, "Invalid blocksize.\n");
857 s->blocksize = 0;
919 filter_shift, mask, s->blocksize,
922 memcpy(fir->state, firbuf - s->blocksize, MAX_FIR_ORDER * sizeof(int32_t));
923 memcpy(iir->state, iirbuf - s->blocksize, MAX_IIR_ORDE
[all...]
H A Dflac_parser.c313 != header_fi->blocksize) &&
328 expected_sample_num += curr->fi.blocksize;
407 * bps, sample rate, channels, but not decorrelation mode, or blocksize,
487 fpc->pc->duration = header->fi.blocksize;
497 fpc->pc->pts = header->fi.frame_or_sample_num * header->fi.blocksize;
524 s->duration = fi.blocksize;
530 fpc->pc->pts *= fi.blocksize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbget.c51 int blocksize = SMB_DEFAULT_BLOCKSIZE; variable
391 readbuf = (char *)SMB_MALLOC(blocksize);
394 for(curpos = offset_download; curpos < remotestat.st_size; curpos+=blocksize) {
395 ssize_t bytesread = smbc_read(remotehandle, readbuf, blocksize);
397 fprintf(stderr, "Can't read %u bytes at offset "OFF_T_FORMAT", file %s\n", (unsigned int)blocksize, (OFF_T_FORMAT_CAST)curpos, path);
540 {"blocksize", 'b', POPT_ARG_INT, &blocksize, 'b', "Change number of bytes in a block"},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c96 uint32 blocksize; local
147 blocksize = nfl_info->blocksize;
148 off = blocksize;
151 off += blocksize;
159 off += blocksize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dcache.c302 const unsigned long blocksize = sb->s_blocksize; local
317 last_block = (i_size_read(inode) + (blocksize - 1)) >> blocksize_bits;
326 last_block = (MSDOS_I(inode)->mmu_private + (blocksize - 1))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dalgapi.h103 unsigned int blocksize; member in struct:blkcipher_walk
120 unsigned int blocksize; member in struct:ablkcipher_walk
191 unsigned int blocksize);

Completed in 323 milliseconds

1234567891011>>