Searched refs:blocksize (Results 1 - 25 of 193) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A Dformat.h37 unsigned FLAC__format_get_max_rice_partition_order(unsigned blocksize, unsigned predictor_order);
38 unsigned FLAC__format_get_max_rice_partition_order_from_blocksize(unsigned blocksize);
39 unsigned FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order(unsigned limit, unsigned blocksize, unsigned predictor_order);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dwrapper.c94 u32 blocksize; local
96 blocksize = sb_min_blocksize(sb, HFSPLUS_SECTOR_SIZE);
97 if (!blocksize)
133 blocksize = be32_to_cpu(vhdr->blocksize);
139 if (blocksize < HFSPLUS_SECTOR_SIZE ||
140 ((blocksize - 1) & blocksize))
142 HFSPLUS_SB(sb).alloc_blksz = blocksize;
144 while ((blocksize >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dwrapper.c94 u32 blocksize; local
96 blocksize = sb_min_blocksize(sb, HFSPLUS_SECTOR_SIZE);
97 if (!blocksize)
133 blocksize = be32_to_cpu(vhdr->blocksize);
139 if (blocksize < HFSPLUS_SECTOR_SIZE ||
140 ((blocksize - 1) & blocksize))
142 HFSPLUS_SB(sb).alloc_blksz = blocksize;
144 while ((blocksize >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcipher.c659 len = ((gcry_cipher_spec_t *) cipher->spec)->blocksize;
661 log_bug ("cipher %d w/o blocksize\n", algorithm);
919 memset (c->u_iv.iv, 0, c->cipher->blocksize);
922 if (ivlen != c->cipher->blocksize)
925 ivlen, (unsigned int)c->cipher->blocksize);
928 if (ivlen > c->cipher->blocksize)
929 ivlen = c->cipher->blocksize;
948 memset (c->u_iv.iv, 0, c->cipher->blocksize);
949 memset (c->lastiv, 0, c->cipher->blocksize);
950 memset (c->u_ctr.ctr, 0, c->cipher->blocksize);
958 unsigned int blocksize = c->cipher->blocksize; local
982 unsigned int blocksize = c->cipher->blocksize; local
1010 size_t blocksize = c->cipher->blocksize; local
1087 size_t blocksize = c->cipher->blocksize; local
1164 size_t blocksize = c->cipher->blocksize; local
1248 size_t blocksize = c->cipher->blocksize; local
1349 size_t blocksize = c->cipher->blocksize; local
1402 size_t blocksize = c->cipher->blocksize; local
1454 unsigned int blocksize = c->cipher->blocksize; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dibm.c46 int blocksize, offset, size,res; local
60 blocksize = bdev_hardsect_size(bdev);
61 if (blocksize <= 0)
81 data = read_dev_sector(bdev, info->label_block*(blocksize/512), &sect);
108 blocksize = label->cms.block_size;
110 size = (label->cms.block_count - 1) * (blocksize >> 9);
116 put_partition(state, 1, offset*(blocksize >> 9),
117 size-offset*(blocksize >> 9));
131 while ((data = read_dev_sector(bdev, blk*(blocksize/512),
157 offset * (blocksize >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Dbcm_nflash.c75 uint offset, blocksize, mask, blk_offset, off; local
116 blocksize = mtd->erasesize;
117 mask = blocksize - 1;
121 for (blk_idx = good_bytes/blocksize; blk_idx < mtd->eraseregions->numblocks; blk_idx++) {
123 skip_bytes += blocksize;
127 good_bytes += blocksize;
134 blk_offset = blocksize * blk_idx;
140 if (off >= (blk_offset + blocksize)) {
141 blk_offset += blocksize;
145 skip_bytes += blocksize;
198 uint offset, blocksize, mask, blk_offset, off; local
333 uint addr, len, blocksize; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dimager.c44 static int check_zero_block(char *buf, int blocksize) argument
47 int left = blocksize;
70 buf = xmalloc(fs->blocksize * BUF_BLOCKS);
91 if (check_zero_block(cp, fs->blocksize)) {
95 cp += fs->blocksize;
96 lseek(fd, fs->blocksize, SEEK_CUR);
101 if (check_zero_block(cp + d*fs->blocksize, fs->blocksize))
105 actual = write(fd, cp, fs->blocksize * d);
110 if (actual != (ssize_t) (fs->blocksize *
[all...]
H A Dgetsize.c66 errcode_t ext2fs_get_device_size(const char *file, int blocksize, argument
90 *retblocks = pi.PartitionLength.QuadPart / blocksize;
100 gi.Cylinders.QuadPart / blocksize;
104 *retblocks = filesize.QuadPart / blocksize;
110 *retblocks = filesize / blocksize;
135 errcode_t ext2fs_get_device_size(const char *file, int blocksize,
167 && ((size64 / (blocksize / 512)) > 0xFFFFFFFF))
170 *retblocks = size64 / (blocksize / 512);
185 && ((size64 / blocksize) > 0xFFFFFFFF))
188 *retblocks = size64 / blocksize;
[all...]
H A Ddir_iterate.c56 int blocksize,
75 retval = ext2fs_get_mem(fs->blocksize, &ctx.buf);
94 int blocksize,
103 int blocksize, char *buf, void *priv_data) variable
107 return (*xl->func)(dirent, offset, blocksize, buf, xl->real_private);
116 int blocksize,
160 while (offset < fs->blocksize) {
162 if (((offset + dirent->rec_len) > fs->blocksize) ||
177 fs->blocksize, ctx->buf,
48 ext2fs_dir_iterate2(ext2_filsys fs, ext2_ino_t dir, int flags, char *block_buf, int (*func)(ext2_ino_t dir, int entry, struct ext2_dir_entry *dirent, int offset, int blocksize, char *buf, void *priv_data), void *priv_data) argument
110 ext2fs_dir_iterate(ext2_filsys fs, ext2_ino_t dir, int flags, char *block_buf, int (*func)(struct ext2_dir_entry *dirent, int offset, int blocksize, char *buf, void *priv_data), void *priv_data) argument
H A Dext_attr.c34 ext2fs_swap_ext_attr(buf, buf, fs->blocksize, 1);
47 retval = ext2fs_get_mem(fs->blocksize, &buf);
51 ext2fs_swap_ext_attr(buf, inbuf, fs->blocksize, 1);
78 retval = ext2fs_get_mem(fs->blocksize, &buf);
H A Dind_block.c29 int limit = fs->blocksize >> 2;
34 memset(buf, 0, fs->blocksize);
55 int limit = fs->blocksize >> 2;
H A Dnewdir.c40 retval = ext2fs_get_mem(fs->blocksize, &buf);
43 memset(buf, 0, fs->blocksize);
45 dir->rec_len = fs->blocksize;
H A Dmkjournal.c56 if ((retval = ext2fs_get_mem(fs->blocksize, &jsb)))
59 memset (jsb, 0, fs->blocksize);
66 jsb->s_blocksize = htonl(fs->blocksize);
79 if (fs->blocksize == 1024)
113 ret_size = write(fd, buf, fs->blocksize);
118 if (ret_size != (int) fs->blocksize)
120 memset(buf, 0, fs->blocksize);
123 ret_size = write(fd, buf, fs->blocksize);
128 if (ret_size != (int) fs->blocksize)
177 memset(es->buf, 0, fs->blocksize);
[all...]
H A Dres_gdt.c77 retval = ext2fs_get_mem(2 * fs->blocksize, (void *)&dindir_buf);
80 gdt_buf = (__u32 *)((char *)dindir_buf + fs->blocksize);
88 rsv_add = fs->blocksize / 512;
107 memset(dindir_buf, 0, fs->blocksize);
113 inode_size *= fs->blocksize;
134 memset(gdt_buf, 0, fs->blocksize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c15 gss_krb5_padding(int blocksize, int length) argument
19 BUG_ON(blocksize != 8);
24 gss_krb5_add_padding(struct xdr_buf *buf, int offset, int blocksize) argument
26 int padding = gss_krb5_padding(blocksize, buf->len - offset);
41 gss_krb5_remove_padding(struct xdr_buf *buf, int blocksize) argument
69 if (pad > blocksize)
79 make_confounder(char *p, int blocksize) argument
93 BUG_ON(blocksize != 8);
109 int blocksize = 0, plainlen; local
120 blocksize
196 int blocksize; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/protected/
H A Dstream_decoder.h46 unsigned blocksize; /* in samples (per channel) */ member in struct:FLAC__StreamDecoderProtected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1_patch.c43 int truesize, size, loopsize, blocksize; local
85 blocksize = truesize;
87 blocksize *= 2;
88 sp->block = snd_emu10k1_synth_alloc(emu, blocksize);
90 snd_printd("emu10k1: synth malloc failed (size=%d)\n", blocksize);
95 sp->v.truesize = blocksize;
102 snd_assert(offset + size <= blocksize, return -EINVAL);
110 snd_assert(offset + size <= blocksize, return -EINVAL);
133 if (offset < blocksize)
134 snd_emu10k1_synth_bzero(emu, sp->block, offset, blocksize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dsmbtar34 blocksize=""
57 -b <blocksize> Specify tape's blocksize `set -- $blocksize; echo $2`
115 blocksize="$OPTARG"
158 echo "blocksize is $blocksize"
165 -T${tarcmd}${tarargs} $blocksize $newer $tapefile '${1+"$@"}' $verbose
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsflash.c71 sflash.blocksize = 64 * 1024;
86 sflash.blocksize = 4 * 1024;
116 sflash.blocksize = 4 * 1024;
190 sflash.blocksize = 256;
195 sflash.blocksize = 256;
200 sflash.blocksize = 256;
205 sflash.blocksize = 256;
210 sflash.blocksize = 512;
215 sflash.blocksize = 512;
220 sflash.blocksize
541 uint blocksize = 0, mask, cur_offset, cur_length, cur_retlen, remainder; local
[all...]
H A Dccsflash.c99 ccsflash.blocksize = 64 * 1024;
114 ccsflash.blocksize = 4 * 1024;
144 ccsflash.blocksize = 4 * 1024;
218 ccsflash.blocksize = 256;
223 ccsflash.blocksize = 256;
228 ccsflash.blocksize = 256;
233 ccsflash.blocksize = 256;
238 ccsflash.blocksize = 512;
243 ccsflash.blocksize = 512;
248 ccsflash.blocksize
573 uint blocksize = 0, mask, cur_offset, cur_length, cur_retlen, remainder; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dudf.c82 goto blocksize;
84 goto blocksize;
86 goto blocksize;
88 goto blocksize;
90 goto blocksize;
92 goto blocksize;
94 goto blocksize;
97 blocksize:
103 dbg("test for blocksize: 0x%x", bs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c101 int blocksize; member in struct:mke2fs_defaults
118 int blocksize, int sector_size,
138 *inode_ratio = p->inode_ratio < blocksize ?
139 blocksize : p->inode_ratio;
140 use_bsize = p->blocksize;
142 if (blocksize <= 0) {
151 if ((blocksize < 0) && (use_bsize < (-blocksize)))
152 use_bsize = -blocksize;
153 blocksize
116 set_fs_defaults(const char *fs_type, struct ext2_super_block *super, int blocksize, int sector_size, int *inode_ratio) argument
721 unsigned int gdpb, blocksize; local
795 int blocksize = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dsuper.c155 int *blocksize, char **prefix, char *volume, unsigned long *mount_opts)
166 *blocksize = -1;
185 printk ("AFFS: Invalid blocksize (512, 1024, 2048, 4096 allowed)\n");
188 *blocksize = n;
263 int size, blocksize; local
288 &blocksize,&sbi->s_prefix,
307 pr_debug("AFFS: initial blocksize=%d, #blocks=%d\n", 512, size);
314 if (blocksize > 0) {
315 i = j = blocksize;
316 size = size / (blocksize / 51
154 parse_options(char *options, uid_t *uid, gid_t *gid, int *mode, int *reserved, s32 *root, int *blocksize, char **prefix, char *volume, unsigned long *mount_opts) argument
476 int blocksize; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dshorten.c98 int blocksize; member in struct:ShortenContext
120 if(s->blocksize + s->nwrap >= UINT_MAX/sizeof(int32_t) || s->blocksize + s->nwrap <= (unsigned)s->nwrap){
121 av_log(s->avctx, AV_LOG_ERROR, "s->blocksize + s->nwrap too large\n");
127 s->decoded[chan] = av_realloc(s->decoded[chan], sizeof(int32_t)*(s->blocksize + s->nwrap));
149 for (i = 0; i < s->blocksize; i++)
245 static int16_t * interleave_buffer(int16_t *samples, int nchan, int blocksize, int32_t **buffer) { argument
247 for (i=0; i<blocksize; i++)
261 for (i=0; i < s->blocksize; i++) {
304 if (!s->blocksize)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmcat.c46 static size_t bufLen(size_t blocksize, mt_size_t totalSize, mt_off_t address) argument
49 return blocksize;
50 if(address + blocksize > totalSize)
52 return blocksize;

Completed in 94 milliseconds

12345678