Searched refs:block (Results 251 - 275 of 638) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-i801.c175 /* All-inclusive block transaction function */
200 len = data->block[0];
206 outb_p(data->block[1], SMBBLKDAT);
249 /* if die in middle of block transaction, fail */
291 data->block[0] = len;
296 data->block[i] = inb_p(SMBBLKDAT);
298 outb_p(data->block[i+1], SMBBLKDAT);
345 int block = 0; local
388 block = 1;
398 if(block)
[all...]
H A Di2c-powermac.c113 rc = pmac_i2c_xfer(bus, addrdir, 1, command, data->block,
114 data->block[0] + 1);
124 read ? data->block : &data->block[1],
125 data->block[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dlinear.c36 sector_t block = sector >> 1; local
41 block >>= conf->preshift;
42 (void)sector_div(block, conf->hash_spacing);
43 hash = conf->hash_table[block];
334 sector_t block; local
345 block = bio->bi_sector >> 1;
347 if (unlikely(block >= (tmp_dev->size + tmp_dev->offset)
348 || block < tmp_dev->offset)) {
353 (unsigned long long)block,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dmdb.c70 unsigned int block; local
94 /* check for a partition block
103 printk(KERN_ERR "hfs: bad allocation block size %d\n", size);
112 /* align block size to first sector */
115 /* align block size to weird alloc size */
173 block = be16_to_cpu(mdb->drVBMSt) + part_start;
174 off = (loff_t)block << HFS_SECTOR_SIZE_BITS;
254 * the disk block buffer.
294 sector_t block; local
298 block
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/cgi-bin/
H A Dsorttable.js491 Array.forEach = function(array, block, context) {
493 block.call(context, array[i], i, array);
499 Function.prototype.forEach = function(object, block, context) {
502 block.call(context, object[key], key, object);
508 String.forEach = function(string, block, context) {
510 block.call(context, chr, index, string);
515 var forEach = function(object, block, context) {
523 object.forEach(block, context);
532 resolve.forEach(object, block, context);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/script/
H A Dsorttable.js491 Array.forEach = function(array, block, context) {
493 block.call(context, array[i], i, array);
499 Function.prototype.forEach = function(object, block, context) {
502 block.call(context, object[key], key, object);
508 String.forEach = function(string, block, context) {
510 block.call(context, chr, index, string);
515 var forEach = function(object, block, context) {
523 object.forEach(block, context);
532 resolve.forEach(object, block, context);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dfile.c180 /* inline the simplest case: same extended block as last time */
201 /* read the next extended block from the current one */
215 /* we seek back to the file header block */
223 /* allocate a new extended block */
227 /* get previous extended block */
297 /* finally read the right extended block */
305 /* release old cached extended block and store the new one */
319 affs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
325 pr_debug("AFFS: get_block(%u, %lu)\n", (u32)inode->i_ino, (unsigned long)block);
328 if (block > (sector_
407 _affs_bmap(struct address_space *mapping, sector_t block) argument
421 affs_bread_ino(struct inode *inode, int block, int create) argument
440 affs_getzeroblk_ino(struct inode *inode, int block) argument
459 affs_getemptyblk_ino(struct inode *inode, int block) argument
[all...]
H A Dbitmap.c7 * block allocation, deallocation, calculation of free space.
61 affs_free_block(struct super_block *sb, u32 block) argument
69 pr_debug("AFFS: free_block(%u)\n", block);
71 if (block > sbi->s_partition_size)
74 blk = block - sbi->s_reserved;
94 /* mark block free */
112 affs_warning(sb,"affs_free_block","Trying to free block %u which is already free", block);
117 affs_error(sb,"affs_free_block","Cannot read bitmap block %u", bm->bm_key);
124 affs_error(sb, "affs_free_block","Block %u outside partition", block);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_bmap.c31 * Veritas filesystem driver - filesystem to disk block mapping.
48 printk("block=%x ", typ->vt_block);
56 * @iblock: logical block.
64 * The physical block number on success, else Zero.
113 * @indir: indirect block we start reading at
115 * @block: partially result from further searches
122 * The physical block number on success, else Zero.
128 vxfs_bmap_indir(struct inode *ip, long indir, int size, long block) argument
147 if (block < off) {
155 typ->vt_size, block
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dtape_34xx.c37 unsigned int block : 22; member in struct:tape_34xx_block_id
41 * A list of block ID's is used to faster seek blocks.
282 * cu detected incorrect block-id sequence on tape.
284 PRINT_WARN("Illegal block-id sequence found!\n");
312 * Recovery for block device requests. Set the block_position
440 PRINT_WARN("Invalid block-id sequence found.\n");
649 /* No locate block was issued. */
709 * Maximum block size exceeded. This indicates, that
710 * the block to be written is larger than allowed for
713 PRINT_WARN("Maximum block siz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Ddir.c106 int block, iblock; local
134 block = udf_get_lb_pblock(dir->i_sb, eloc, offset);
145 if (!(fibh.sbh = fibh.ebh = udf_tread(dir->i_sb, block)))
158 block = udf_get_lb_pblock(dir->i_sb, eloc, offset+i);
159 tmp = udf_tgetblk(dir->i_sb, block);
H A Dinode.c24 * block boundaries (which is not actually allowed)
139 static sector_t udf_bmap(struct address_space *mapping, sector_t block) argument
141 return generic_block_bmap(mapping,block,udf_get_block);
203 struct buffer_head * udf_expand_dir_adinicb(struct inode *inode, int *block, int *err) argument
229 /* alloc block, and copy data to it */
230 *block = udf_new_block(inode->i_sb, inode,
234 if (!(*block))
236 newblock = udf_get_pblock(inode->i_sb, *block,
263 sfi->descTag.tagLocation = cpu_to_le32(*block);
279 eloc.logicalBlockNum = *block;
294 udf_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
344 udf_getblk(struct inode *inode, long block, int create, int *err) argument
464 inode_getblk(struct inode * inode, sector_t block, int *err, long *phys, int *new) argument
969 udf_bread(struct inode * inode, int block, int create, int * err) argument
1668 unsigned long block = udf_get_lb_pblock(sb, ino, 0); local
2081 inode_bmap(struct inode *inode, sector_t block, struct extent_position *pos, kernel_lb_addr *eloc, uint32_t *elen, sector_t *offset) argument
2114 udf_block_map(struct inode *inode, sector_t block) argument
[all...]
H A Dialloc.c66 int block; local
84 block = udf_new_block(dir->i_sb, NULL, UDF_I_LOCATION(dir).partitionReferenceNum,
121 UDF_I_LOCATION(inode).logicalBlockNum = block;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dballoc.c9 * Enhanced block allocation by Stephen Tweedie (sct@redhat.com), 1993
29 * blocks groups. Each group contains 1 bitmap block for blocks, 1 bitmap
30 * block for inodes, N blocks for the inode table and data blocks.
33 * super block. Each descriptor contains the number of the bitmap block and
34 * the free blocks count in the block. The descriptors are loaded in memory
43 * @sb: super block
44 * @block_group: given block group
45 * @bh: pointer to the buffer head to store the block
85 * @sb: super block
410 ext3_free_blocks_sb(handle_t *handle, struct super_block *sb, ext3_fsblk_t block, unsigned long count, unsigned long *pdquot_freed_blocks) argument
600 ext3_free_blocks(handle_t *handle, struct inode *inode, ext3_fsblk_t block, unsigned long count) argument
756 claim_block(spinlock_t *lock, ext3_grpblk_t block, struct buffer_head *bh) argument
1733 block_in_use(ext3_fsblk_t block, struct super_block *sb, unsigned char *map) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp1381 bool SimpleIterator::set_block(Prototype *block, bool use_padding)
1383 FLAC__ASSERT(0 != block);
1385 return (bool)::FLAC__metadata_simple_iterator_set_block(iterator_, block->object_, use_padding);
1388 bool SimpleIterator::insert_block_after(Prototype *block, bool use_padding)
1390 FLAC__ASSERT(0 != block);
1392 return (bool)::FLAC__metadata_simple_iterator_insert_block_after(iterator_, block->object_, use_padding);
1540 Prototype *block = local::construct_block(::FLAC__metadata_iterator_get_block(iterator_));
1541 if(0 != block)
1542 block->set_reference(true);
1543 return block;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dballoc.c9 * Enhanced block allocation by Stephen Tweedie (sct@redhat.com), 1993
28 * Calculate the block group number and offset, given a block number
47 * blocks groups. Each group contains 1 bitmap block for blocks, 1 bitmap
48 * block for inodes, N blocks for the inode table and data blocks.
51 * super block. Each descriptor contains the number of the bitmap block and
52 * the free blocks count in the block. The descriptors are loaded in memory
61 * @sb: super block
62 * @block_group: given block grou
431 ext4_free_blocks_sb(handle_t *handle, struct super_block *sb, ext4_fsblk_t block, unsigned long count, unsigned long *pdquot_freed_blocks) argument
617 ext4_free_blocks(handle_t *handle, struct inode *inode, ext4_fsblk_t block, unsigned long count) argument
773 claim_block(spinlock_t *lock, ext4_grpblk_t block, struct buffer_head *bh) argument
1747 block_in_use(ext4_fsblk_t block, struct super_block *sb, unsigned char *map) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_mmx.c221 void put_pixels_clamped_mmx(const DCTELEM *block, uint8_t *pixels, int line_size) argument
227 p = block;
279 void put_signed_pixels_clamped_mmx(const DCTELEM *block, uint8_t *pixels, int line_size) argument
285 movq_m2r(*(block), mm0);
286 packsswb_m2r(*(block + 4), mm0);
287 block += 8;
294 void add_pixels_clamped_mmx(const DCTELEM *block, uint8_t *pixels, int line_size) argument
301 p = block;
335 static void put_pixels4_mmx(uint8_t *block, const uint8_t *pixels, int line_size, int h) argument
355 : "+g"(h), "+r" (pixels), "+r" (block)
361 put_pixels8_mmx(uint8_t *block, const uint8_t *pixels, int line_size, int h) argument
387 put_pixels16_mmx(uint8_t *block, const uint8_t *pixels, int line_size, int h) argument
421 put_pixels16_sse2(uint8_t *block, const uint8_t *pixels, int line_size, int h) argument
443 avg_pixels16_sse2(uint8_t *block, const uint8_t *pixels, int line_size, int h) argument
490 clear_block_sse(DCTELEM *block) argument
1806 ff_libmpeg2mmx_idct_put(uint8_t *dest, int line_size, DCTELEM *block) argument
1811 ff_libmpeg2mmx_idct_add(uint8_t *dest, int line_size, DCTELEM *block) argument
1816 ff_libmpeg2mmx2_idct_put(uint8_t *dest, int line_size, DCTELEM *block) argument
1821 ff_libmpeg2mmx2_idct_add(uint8_t *dest, int line_size, DCTELEM *block) argument
1827 ff_idct_xvid_mmx_put(uint8_t *dest, int line_size, DCTELEM *block) argument
1832 ff_idct_xvid_mmx_add(uint8_t *dest, int line_size, DCTELEM *block) argument
1837 ff_idct_xvid_mmx2_put(uint8_t *dest, int line_size, DCTELEM *block) argument
1842 ff_idct_xvid_mmx2_add(uint8_t *dest, int line_size, DCTELEM *block) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfile.c135 static unsigned int _countBlocks(Fs_t *This, unsigned int block) argument
144 while (block <= This->last_fat && block != 1 && block) {
146 block = fatDecode(This, block);
148 if(_loopDetect(&oldrel, rel, &oldabs, block) < 0)
149 block = -1;
154 unsigned int countBlocks(Stream_t *Dir, unsigned int block) argument
159 return _countBlocks(This, block);
165 countBytes(Stream_t *Dir, unsigned int block) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dnellymoserdec.c74 const unsigned char block[NELLY_BLOCK_LEN],
83 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8);
104 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8);
73 nelly_decode_block(NellyMoserDecodeContext *s, const unsigned char block[NELLY_BLOCK_LEN], float audio[NELLY_SAMPLES]) argument
H A Dvp3dsp.c214 void ff_vp3_idct_c(DCTELEM *block/* align 16*/){
215 idct(NULL, 0, block, 0);
218 void ff_vp3_idct_put_c(uint8_t *dest/*align 8*/, int line_size, DCTELEM *block/*align 16*/){
219 idct(dest, line_size, block, 1);
222 void ff_vp3_idct_add_c(uint8_t *dest/*align 8*/, int line_size, DCTELEM *block/*align 16*/){
223 idct(dest, line_size, block, 2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/bfs/
H A Dinode.c40 int block, off; local
48 block = (ino - BFS_ROOT_INO)/BFS_INODES_PER_BLOCK + 1;
49 bh = sb_bread(inode->i_sb, block);
96 int block, off; local
106 block = (ino - BFS_ROOT_INO)/BFS_INODES_PER_BLOCK + 1;
107 bh = sb_bread(inode->i_sb, block);
136 dprintf("Written ino=%d into %d:%d\n",le16_to_cpu(di->i_ino),block,off);
147 int block, off; local
165 block = (ino - BFS_ROOT_INO)/BFS_INODES_PER_BLOCK + 1;
166 bh = sb_bread(s, block);
364 int block = (i - BFS_ROOT_INO)/BFS_INODES_PER_BLOCK + 1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dioctl.c55 int block; local
69 if ((error = get_user(block, p)) != 0)
73 res = mapping->a_ops->bmap(mapping, block);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dh264_altivec.c441 static void ff_h264_idct_add_altivec(uint8_t *dst, DCTELEM *block, int stride) argument
455 block[0] += 32; /* add 32 as a DC-level for rounding */
457 vtmp0 = vec_ld(0,block);
459 vtmp2 = vec_ld(16,block);
599 static av_always_inline void h264_idct_dc_add_internal(uint8_t *dst, DCTELEM *block, int stride, int size) argument
607 dc = (block[0] + 32) >> 6;
644 static void h264_idct_dc_add_altivec(uint8_t *dst, DCTELEM *block, int stride) argument
646 h264_idct_dc_add_internal(dst, block, stride, 4);
649 static void ff_h264_idct8_dc_add_altivec(uint8_t *dst, DCTELEM *block, int stride) argument
651 h264_idct_dc_add_internal(dst, block, strid
654 ff_h264_idct_add16_altivec(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]) argument
665 ff_h264_idct_add16intra_altivec(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]) argument
673 ff_h264_idct8_add4_altivec(uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]) argument
684 ff_h264_idct_add8_altivec(uint8_t **dest, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]) argument
968 weight_h264_WxH_altivec(uint8_t *block, int stride, int log2_denom, int weight, int offset, int w, int h) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/
H A Di2c-core.c1313 memcpy(values, &data.block[1], data.block[0]);
1314 return data.block[0];
1325 data.block[0] = length;
1326 memcpy(&data.block[1], values, length);
1343 memcpy(values, &data.block[1], data.block[0]);
1344 return data.block[0];
1355 data.block[0] = length;
1356 memcpy(data.block
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/befs/
H A Ddatastream.c54 befs_blocknr_t block; /* block coresponding to pos */ local
57 block = pos >> BEFS_SB(sb)->block_shift;
59 *off = pos - (block << BEFS_SB(sb)->block_shift);
61 if (befs_fblock2brun(sb, ds, block, &run) != BEFS_OK) {
62 befs_error(sb, "BeFS: Error finding disk addr of block %lu",
63 block);
69 befs_error(sb, "BeFS: Error reading block %lu from datastream",
70 block);
81 * Takes a file position and gives back a brun who's starting block
[all...]

Completed in 288 milliseconds

<<11121314151617181920>>