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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvorbisdsp_init.c28 intptr_t blocksize);
30 intptr_t blocksize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwv.c36 wv->blocksize = AV_RL32(data + 4);
37 if (wv->blocksize < 24 || wv->blocksize > WV_BLOCK_LIMIT)
39 wv->blocksize -= 24;
H A Dwv.h35 uint32_t blocksize; //< size of the block data (excluding the header) member in struct:WvHeader
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dvorbisdsp_init.c25 intptr_t blocksize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dvorbisdsp_init_arm.c28 intptr_t blocksize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dibm.c64 int blocksize, res; local
81 blocksize = bdev_logical_block_size(bdev);
82 if (blocksize <= 0)
104 * blocksize.
110 labelsect = info->label_block * (blocksize >> 9);
146 blocksize = label->cms.block_size;
153 * (blocksize >> 9);
159 * (blocksize >> 9);
161 put_partition(state, 1, offset*(blocksize >> 9),
162 size-offset*(blocksize >>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/47xxnand/
H A Dbcm_nflash.c89 uint offset, blocksize, mask, blk_offset, off; local
129 blocksize = mtd->erasesize;
130 mask = blocksize - 1;
134 for (blk_idx = good_bytes/blocksize; blk_idx < mtd->eraseregions->numblocks; blk_idx++) {
136 skip_bytes += blocksize;
140 good_bytes += blocksize;
147 blk_offset = blocksize * blk_idx;
153 if (off >= (blk_offset + blocksize)) {
154 blk_offset += blocksize;
158 skip_bytes += blocksize;
211 uint offset, blocksize, mask, blk_offset, off; local
351 uint addr, len, blocksize; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/nand/
H A Dbcm_nflash.c125 uint offset, blocksize, mask, blk_offset, off; local
168 blocksize = mtd->erasesize;
169 mask = blocksize - 1;
173 for (blk_idx = good_bytes/blocksize; blk_idx < mtd->eraseregions->numblocks; blk_idx++) {
175 skip_bytes += blocksize;
179 good_bytes += blocksize;
186 blk_offset = blocksize * blk_idx;
192 if (off >= (blk_offset + blocksize)) {
193 blk_offset += blocksize;
197 skip_bytes += blocksize;
251 uint offset, blocksize, mask, blk_offset, off; local
391 uint addr, len, blocksize; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dwrapper.c94 u32 blocksize; local
96 blocksize = sb_min_blocksize(sb, HFSPLUS_SECTOR_SIZE);
97 if (!blocksize)
137 blocksize = be32_to_cpu(vhdr->blocksize);
143 if (blocksize < HFSPLUS_SECTOR_SIZE ||
144 ((blocksize - 1) & blocksize))
146 HFSPLUS_SB(sb).alloc_blksz = blocksize;
148 while ((blocksize >>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dwrapper.c131 u32 blocksize; local
135 blocksize = sb_min_blocksize(sb, HFSPLUS_SECTOR_SIZE);
136 if (!blocksize)
199 blocksize = be32_to_cpu(vhdr->blocksize);
205 if (blocksize < HFSPLUS_SECTOR_SIZE ||
206 ((blocksize - 1) & blocksize))
208 HFSPLUS_SB(sb).alloc_blksz = blocksize;
210 while ((blocksize >>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dblockcheck.h55 void ocfs2_block_check_compute(void *data, size_t blocksize,
57 int ocfs2_block_check_validate(void *data, size_t blocksize,
104 extern u32 ocfs2_hamming_encode_block(void *data, unsigned int blocksize);
105 extern void ocfs2_hamming_fix_block(void *data, unsigned int blocksize,
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisdsp.h27 intptr_t blocksize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 if (offset + size > blocksize)
111 if (offset + size > blocksize)
136 if (offset < blocksize)
137 snd_emu10k1_synth_bzero(emu, sp->block, offset, blocksize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/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-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsflash.c75 sflash.blocksize = 64 * 1024;
90 sflash.blocksize = 4 * 1024;
120 sflash.blocksize = 4 * 1024;
194 sflash.blocksize = 256;
199 sflash.blocksize = 256;
204 sflash.blocksize = 256;
209 sflash.blocksize = 256;
214 sflash.blocksize = 512;
219 sflash.blocksize = 512;
224 sflash.blocksize
545 uint blocksize = 0, mask, cur_offset, cur_length, cur_retlen, remainder; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflac.c91 /* blocksize */
94 "reserved blocksize code: 0\n");
97 fi->blocksize = get_bits(gb, 8) + 1;
99 fi->blocksize = get_bits(gb, 16) + 1;
101 fi->blocksize = ff_flac_blocksize_table[bs_code];
132 int ff_flac_get_max_frame_size(int blocksize, int ch, int bps) argument
144 count += (( 2*bps+1) * blocksize + 7) / 8;
146 count += ( ch*bps * blocksize + 7) / 8;
H A Dshorten.c104 int blocksize; member in struct:ShortenContext
134 if (s->blocksize + s->nwrap >= UINT_MAX / sizeof(int32_t) ||
135 s->blocksize + s->nwrap <= (unsigned)s->nwrap) {
137 "s->blocksize + s->nwrap too large\n");
147 tmp_ptr = av_realloc(s->decoded_base[chan], (s->blocksize + s->nwrap) *
177 for (i = 0; i < s->blocksize; i++)
260 static void interleave_buffer(int16_t *samples, int nchan, int blocksize, argument
264 for (i=0; i<blocksize; i++)
309 for (i = 0; i < s->blocksize; i++) {
319 for (i = 0; i < s->blocksize;
356 unsigned blocksize; local
508 unsigned blocksize = get_uint(s, av_log2(s->blocksize)); local
[all...]
H A Dflac.h83 int blocksize; /**< block size of the frame */ member in struct:FLACFrameInfo
124 * @param blocksize block size, in samples
128 int ff_flac_get_max_frame_size(int blocksize, int ch, int bps);

Completed in 230 milliseconds

1234567891011>>