Searched refs:blocksize (Results 51 - 75 of 300) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_mult.c80 size_t blocksize; /* block size for wNAF splitting */ member in struct:ec_pre_comp_st
109 ret->blocksize = 8; /* default */
338 size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */ local
397 blocksize = pre_comp->blocksize;
403 numblocks = (BN_num_bits(scalar) / blocksize) + 1;
518 if (tmp_len < numblocks * blocksize) {
522 numblocks = (tmp_len + blocksize - 1) / blocksize;
536 wNAF_len[i] = blocksize;
747 size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflac.h84 int blocksize; /**< block size of the frame */ member in struct:FLACFrameInfo
120 * @param blocksize block size, in samples
124 int ff_flac_get_max_frame_size(int blocksize, int ch, int bps);
H A Dflacdec.c57 int blocksize; ///< number of samples in the current frame member in struct:FLACContext
223 samples= s->blocksize >> rice_order;
224 if (samples << rice_order != s->blocksize) {
225 av_log(s->avctx, AV_LOG_ERROR, "invalid rice order: %i blocksize %i\n",
226 rice_order, s->blocksize);
261 const int blocksize = s->blocksize; local
286 for (i = pred_order; i < blocksize; i++)
290 for (i = pred_order; i < blocksize; i++)
294 for (i = pred_order; i < blocksize;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmlpdsp.c27 unsigned int filter_shift, int32_t mask, int blocksize,
36 for (i = 0; i < blocksize; i++) {
25 ff_mlp_filter_channel(int32_t *state, const int32_t *coeff, int firorder, int iirorder, unsigned int filter_shift, int32_t mask, int blocksize, int32_t *sample_buffer) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dvorbisdsp_altivec.c32 intptr_t blocksize)
39 for (i = 0; i < blocksize; i += 4) {
31 vorbis_inverse_coupling_altivec(float *mag, float *ang, intptr_t blocksize) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dhfs.c119 uint32_t blocksize; member in struct:hfsplus_vol_header
148 unsigned int blocksize; local
223 blocksize = be32_to_cpu(hfsplus->blocksize);
224 dbg("blocksize %u", blocksize);
230 buf = volume_id_get_buffer(id, off + (cat_block * blocksize), 0x2000);
248 leaf_block = (leaf_node_head * leaf_node_size) / blocksize;
269 leaf_off = (ext_block_start + leaf_block) * blocksize;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Ddblist_dir.c34 int blocksize,
49 retval = ext2fs_get_mem(dblist->fs->blocksize, &ctx.buf);
27 ext2fs_dblist_dir_iterate(ext2_dblist dblist, 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
H A Dinitialize.c71 unsigned int gdpb = fs->blocksize / sizeof(struct ext2_group_desc);
147 set_field(s_log_block_size, 0); /* default blocksize: 1024 bytes */
176 fs->blocksize = EXT2_BLOCK_SIZE(super);
178 frags_per_block = fs->blocksize / fs->fragsize;
180 /* default: (fs->blocksize*8) blocks/group, up to 2^16 (GDT limit) */
181 set_field(s_blocks_per_group, fs->blocksize * 8);
217 i = fs->blocksize >= 4096 ? 1 : 4096 / fs->blocksize;
235 if (ipg > fs->blocksize * 8) {
349 retval = ext2fs_get_mem((size_t) fs->desc_blocks * fs->blocksize,
[all...]
H A Drw_bitmaps.c72 retval = ext2fs_get_mem(fs->blocksize, &bitmap_block);
75 memset(bitmap_block, 0xff, fs->blocksize);
115 retval = ext2fs_get_mem(fs->blocksize, &bitmap_block);
118 memset(bitmap_block, 0xff, fs->blocksize);
127 for (j = nbits; j < fs->blocksize * 8; j++)
187 fs->blocksize);
196 fs->blocksize);
H A Dfileio.c34 #define BMAP_BUFFER (file->buf + fs->blocksize)
69 retval = ext2fs_get_mem(fs->blocksize * 3, &file->buf);
145 b = file->pos / file->fs->blocksize;
184 memset(file->buf, 0, fs->blocksize);
227 start = file->pos % fs->blocksize;
228 c = fs->blocksize - start;
268 start = file->pos % fs->blocksize;
269 c = fs->blocksize - start;
277 retval = load_buffer(file, (c == fs->blocksize));
H A Dlink.c33 int blocksize,
49 if ((offset + dirent->rec_len < blocksize - 8) &&
51 (offset + dirent->rec_len + next->rec_len <= blocksize)) {
31 link_proc(struct ext2_dir_entry *dirent, int offset, int blocksize, char *buf, void *priv_data) argument
H A Dext2fsP.h56 int blocksize,
H A Ddupfs.c63 retval = ext2fs_get_mem((size_t) fs->desc_blocks * fs->blocksize,
68 (size_t) fs->desc_blocks * fs->blocksize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Dsuper.c174 int *blocksize, char **prefix, char *volume, unsigned long *mount_opts)
185 *blocksize = -1;
204 printk ("AFFS: Invalid blocksize (512, 1024, 2048, 4096 allowed)\n");
207 *blocksize = n;
281 int size, blocksize; local
310 &blocksize,&sbi->s_prefix,
331 pr_debug("AFFS: initial blocksize=%d, #blocks=%d\n", 512, size);
338 if (blocksize > 0) {
339 i = j = blocksize;
340 size = size / (blocksize / 51
173 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
506 int blocksize; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwvdec.c121 int64_t block_end = avio_tell(pb) + wc->header.blocksize;
180 avio_seek(pb, block_end - wc->header.blocksize, SEEK_SET);
224 avio_skip(pb, wc->header.blocksize);
271 if (av_new_packet(pkt, wc->header.blocksize + WV_HEADER_SIZE) < 0)
274 ret = avio_read(s->pb, pkt->data + WV_HEADER_SIZE, wc->header.blocksize);
275 if (ret != wc->header.blocksize) {
286 if ((ret = av_grow_packet(pkt, WV_HEADER_SIZE + wc->header.blocksize)) < 0) {
292 ret = avio_read(s->pb, pkt->data + off + WV_HEADER_SIZE, wc->header.blocksize);
293 if (ret != wc->header.blocksize) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dinit.c173 if ((r=read_boot(Stream, boot, out_dev->blocksize)) < 0){
226 int blocksize; local
371 if(!dev.blocksize || dev.blocksize < This->sector_size)
372 blocksize = This->sector_size;
374 blocksize = dev.blocksize;
377 8 * disk_size * blocksize,
378 disk_size * blocksize,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtftp.c8 * Optional blocksize negotiation (RFC2347 + RFC2348)
60 static int tftp_blocksize_check(int blocksize, int bufsize) argument
62 /* Check if the blocksize is valid:
68 if ((bufsize && (blocksize > bufsize))
69 || (blocksize < 8) || (blocksize > 65564)
71 bb_error_msg("bad blocksize");
75 return blocksize;
171 /* add "blksize", <nul>, blocksize */
402 int blocksize local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dblockcheck.c154 u32 ocfs2_hamming_encode_block(void *data, unsigned int blocksize) argument
156 return ocfs2_hamming_encode(0, data, blocksize * 8, 0);
222 void ocfs2_hamming_fix_block(void *data, unsigned int blocksize, argument
225 ocfs2_hamming_fix(data, blocksize * 8, 0, fix);
391 void ocfs2_block_check_compute(void *data, size_t blocksize, argument
399 crc = crc32_le(~0, data, blocksize);
400 ecc = ocfs2_hamming_encode_block(data, blocksize);
420 int ocfs2_block_check_validate(void *data, size_t blocksize, argument
436 crc = crc32_le(~0, data, blocksize);
446 ecc = ocfs2_hamming_encode_block(data, blocksize);
[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_wrap.c43 gss_krb5_padding(int blocksize, int length) argument
45 return blocksize - (length % blocksize);
49 gss_krb5_add_padding(struct xdr_buf *buf, int offset, int blocksize) argument
51 int padding = gss_krb5_padding(blocksize, buf->len - offset);
66 gss_krb5_remove_padding(struct xdr_buf *buf, int blocksize) argument
94 if (pad > blocksize)
148 int blocksize = 0, plainlen; local
161 blocksize = crypto_blkcipher_blocksize(kctx->enc);
162 gss_krb5_add_padding(buf, offset, blocksize);
255 int blocksize; local
383 int blocksize; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_encoder.c178 unsigned blocksize,
187 unsigned blocksize,
198 unsigned blocksize,
219 unsigned blocksize,
237 unsigned blocksize,
382 FLAC__bool use_wide_by_partition; /* use slow 64-bit versions of some functions because of the min partition order and blocksize */
506 * always try to read blocksize+1 samples before encoding a block, so that
508 * of the blocksize, we will still notice when we are encoding the last
679 if(encoder->protected_->blocksize == 0) {
681 encoder->protected_->blocksize
1237 unsigned blocksize = FLAC__stream_encoder_get_blocksize(encoder); local
1982 const unsigned channels = encoder->protected_->channels, blocksize = encoder->protected_->blocksize; local
2035 const unsigned channels = encoder->protected_->channels, blocksize = encoder->protected_->blocksize; local
2463 const unsigned blocksize = FLAC__stream_encoder_get_blocksize(encoder); local
3408 add_subframe_( FLAC__StreamEncoder *encoder, unsigned blocksize, unsigned subframe_bps, const FLAC__Subframe *subframe, FLAC__BitWriter *frame ) argument
3450 spotcheck_subframe_estimate_( FLAC__StreamEncoder *encoder, unsigned blocksize, unsigned subframe_bps, const FLAC__Subframe *subframe, unsigned estimate ) argument
3479 evaluate_constant_subframe_( FLAC__StreamEncoder *encoder, const FLAC__int32 signal, unsigned blocksize, unsigned subframe_bps, FLAC__Subframe *subframe ) argument
3502 evaluate_fixed_subframe_( FLAC__StreamEncoder *encoder, const FLAC__int32 signal[], FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], unsigned raw_bits_per_partition[], unsigned blocksize, unsigned subframe_bps, unsigned order, unsigned rice_parameter, unsigned rice_parameter_limit, unsigned min_partition_order, unsigned max_partition_order, FLAC__bool do_escape_coding, unsigned rice_parameter_search_dist, FLAC__Subframe *subframe, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents ) argument
3564 evaluate_lpc_subframe_( FLAC__StreamEncoder *encoder, const FLAC__int32 signal[], FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], unsigned raw_bits_per_partition[], const FLAC__real lp_coeff[], unsigned blocksize, unsigned subframe_bps, unsigned order, unsigned qlp_coeff_precision, unsigned rice_parameter, unsigned rice_parameter_limit, unsigned min_partition_order, unsigned max_partition_order, FLAC__bool do_escape_coding, unsigned rice_parameter_search_dist, FLAC__Subframe *subframe, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents ) argument
3650 evaluate_verbatim_subframe_( FLAC__StreamEncoder *encoder, const FLAC__int32 signal[], unsigned blocksize, unsigned subframe_bps, FLAC__Subframe *subframe ) argument
3695 const unsigned blocksize = residual_samples + predictor_order; local
3864 const unsigned blocksize = residual_samples + predictor_order; local
4206 const unsigned blocksize = frame->header.blocksize; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Ddisk-io.h40 u32 blocksize, u64 parent_transid);
41 int readahead_tree_block(struct btrfs_root *root, u64 bytenr, u32 blocksize,
44 u64 bytenr, u32 blocksize);
56 u64 bytenr, u32 blocksize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dthe_nilfs.c333 int blocksize; local
356 blocksize = BLOCK_SIZE << le32_to_cpu(sbp[0]->s_log_block_size);
357 if (blocksize != nilfs->ns_blocksize) {
359 "NILFS warning: blocksize differs between "
361 blocksize, nilfs->ns_blocksize);
566 struct super_block *sb, int blocksize,
574 sbp[0] = nilfs_read_super_block(sb, NILFS_SB_OFFSET_BYTES, blocksize,
576 sbp[1] = nilfs_read_super_block(sb, sb2off, blocksize, &sbh[1]);
649 int blocksize; local
664 blocksize
565 nilfs_load_super_block(struct the_nilfs *nilfs, struct super_block *sb, int blocksize, struct nilfs_super_block **sbpp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/protected/
H A Dstream_encoder.h88 unsigned blocksize; member in struct:FLAC__StreamEncoderProtected
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dsflash.h28 uint blocksize; /* Block size */ member in struct:sflash
H A Dspiflash.h29 uint blocksize; /* Block size */ member in struct:spiflash

Completed in 105 milliseconds

1234567891011>>