Searched refs:block (Results 76 - 100 of 638) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dpartition.c31 inline uint32_t udf_get_pblock(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
35 udf_debug("block=%d, partition=%d, offset=%d: invalid partition\n",
36 block, partition, offset);
40 return UDF_SB_PARTFUNC(sb, partition)(sb, block, partition, offset);
42 return UDF_SB_PARTROOT(sb, partition) + block + offset;
45 uint32_t udf_get_pblock_virt15(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
54 if (block > UDF_SB_TYPEVIRT(sb,partition).s_num_entries)
56 udf_debug("Trying to access block beyond end of VAT (%d max %d)\n",
57 block, UDF_SB_TYPEVIRT(sb,partition).s_num_entries);
61 if (block >
95 udf_get_pblock_virt20(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
100 udf_get_pblock_spar15(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Denginetest.c97 ENGINE *block[512]; local
122 memset(block, 0, 512 * sizeof(ENGINE *));
226 if(((block[loop] = ENGINE_new()) == NULL) ||
227 !ENGINE_set_id(block[loop], id) ||
228 !ENGINE_set_name(block[loop], name))
230 printf("Couldn't create block of ENGINE structures.\n"
237 if(!ENGINE_add(block[loop]))
240 loop, ENGINE_get_id(block[loop]),
241 ENGINE_get_name(block[loop]));
261 OPENSSL_free((void *)ENGINE_get_id(block[loo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Denginetest.c97 ENGINE *block[512]; local
122 memset(block, 0, 512 * sizeof(ENGINE *));
226 if(((block[loop] = ENGINE_new()) == NULL) ||
227 !ENGINE_set_id(block[loop], id) ||
228 !ENGINE_set_name(block[loop], name))
230 printf("Couldn't create block of ENGINE structures.\n"
237 if(!ENGINE_add(block[loop]))
240 loop, ENGINE_get_id(block[loop]),
241 ENGINE_get_name(block[loop]));
261 OPENSSL_free((void *)ENGINE_get_id(block[loo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmsmpeg4.h42 void ff_msmpeg4_encode_block(MpegEncContext * s, DCTELEM * block, int n);
48 int ff_msmpeg4_decode_block(MpegEncContext * s, DCTELEM * block,
50 int ff_wmv2_decode_mb(MpegEncContext *s, DCTELEM block[6][64]);
H A Ddct-test.c49 void ff_ref_fdct(DCTELEM *block);
50 void ff_ref_idct(DCTELEM *block);
56 void odivx_idct_c(short *block);
59 void ff_bfin_idct(DCTELEM *block);
60 void ff_bfin_fdct(DCTELEM *block);
63 void fdct_altivec(DCTELEM *block);
64 //void idct_altivec(DCTELEM *block);?? no routine
78 void (* func) (DCTELEM *block);
79 void (* ref) (DCTELEM *block);
189 static DCTELEM block[6 variable
201 dct_error(const char *name, int is_idct, void (*fdct_func)(DCTELEM *block), void (*fdct_ref)(DCTELEM *block), int form, int test) argument
389 idct248_ref(uint8_t *dest, int linesize, int16_t *block) argument
469 idct248_error(const char *name, void (*idct248_put)(uint8_t *dest, int line_size, int16_t *block)) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Denginetest.c97 ENGINE *block[512]; local
122 memset(block, 0, 512 * sizeof(ENGINE *));
226 if(((block[loop] = ENGINE_new()) == NULL) ||
227 !ENGINE_set_id(block[loop], id) ||
228 !ENGINE_set_name(block[loop], name))
230 printf("Couldn't create block of ENGINE structures.\n"
237 if(!ENGINE_add(block[loop]))
240 loop, ENGINE_get_id(block[loop]),
241 ENGINE_get_name(block[loop]));
261 OPENSSL_free((void *)ENGINE_get_id(block[loo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Denginetest.c97 ENGINE *block[512]; local
122 memset(block, 0, 512 * sizeof(ENGINE *));
226 if(((block[loop] = ENGINE_new()) == NULL) ||
227 !ENGINE_set_id(block[loop], id) ||
228 !ENGINE_set_name(block[loop], name))
230 printf("Couldn't create block of ENGINE structures.\n"
237 if(!ENGINE_add(block[loop]))
240 loop, ENGINE_get_id(block[loop]),
241 ENGINE_get_name(block[loop]));
261 OPENSSL_free((void *)ENGINE_get_id(block[loo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dnftlcore.c31 /* maximum number of loops while examining next block, to have a
202 /* For a given Virtual Unit Chain: find or create a free block and
215 /* Scan for a free block */
248 int block; local
267 512-byte block within the Chain.
275 for (block = 0; block < nftl->EraseSize / 512; block ++) {
277 (block * 512), 16 , &retlen,
279 if (block
528 NFTL_findwriteunit(struct NFTLrecord *nftl, unsigned block) argument
680 nftl_writeblock(struct mtd_blktrans_dev *mbd, unsigned long block, char *buffer) argument
707 nftl_readblock(struct mtd_blktrans_dev *mbd, unsigned long block, char *buffer) argument
[all...]
H A Drfd_ftl.c59 struct block { struct
82 int reserved_block; /* block next up for reclaim */
83 int current_block; /* block to write to */
90 struct block *blocks;
97 struct block *block = &part->blocks[block_no]; local
100 block->offset = part->block_size * block_no;
103 block->state = BLOCK_UNUSED;
107 block->state = BLOCK_OK;
118 block
329 erase_block(struct partition *part, int block) argument
451 int block, best_block, score, old_sector_block; local
524 int block, stop; local
548 int rc, block; local
589 int block, offset, rc; local
625 find_free_sector(const struct partition *part, const struct block *block) argument
647 struct block *block; local
[all...]
H A Dmtdblock_ro.c15 unsigned long block, char *buf)
19 if (dev->mtd->read(dev->mtd, (block * 512), 512, &retlen, buf))
25 unsigned long block, char *buf)
29 if (dev->mtd->write(dev->mtd, (block * 512), 512, &retlen, buf))
84 MODULE_DESCRIPTION("Simple read-only block device emulation access to MTD devices");
14 mtdblock_readsect(struct mtd_blktrans_dev *dev, unsigned long block, char *buf) argument
24 mtdblock_writesect(struct mtd_blktrans_dev *dev, unsigned long block, char *buf) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Ddsputil_alpha.c25 void ff_simple_idct_axp(DCTELEM *block);
26 void ff_simple_idct_put_axp(uint8_t *dest, int line_size, DCTELEM *block);
27 void ff_simple_idct_add_axp(uint8_t *dest, int line_size, DCTELEM *block);
29 void put_pixels_axp_asm(uint8_t *block, const uint8_t *pixels,
31 void put_pixels_clamped_mvi_asm(const DCTELEM *block, uint8_t *pixels,
33 void add_pixels_clamped_mvi_asm(const DCTELEM *block, uint8_t *pixels,
35 void (*put_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels,
37 void (*add_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels,
40 void get_pixels_mvi(DCTELEM *restrict block,
42 void diff_pixels_mvi(DCTELEM *block, cons
283 put_pixels16_axp_asm(uint8_t *block, const uint8_t *pixels, int line_size, int h) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dtest_io.c42 unsigned long block; member in struct:test_private_data
44 void (*read_blk)(unsigned long block, int count, errcode_t err);
45 void (*write_blk)(unsigned long block, int count, errcode_t err);
47 void (*write_byte)(unsigned long block, int count, errcode_t err);
53 static errcode_t test_read_blk(io_channel channel, unsigned long block,
55 static errcode_t test_write_blk(io_channel channel, unsigned long block,
84 (unsigned long block, int count, errcode_t err) = 0;
86 (unsigned long block, int count, errcode_t err) = 0;
90 (unsigned long block, int count, errcode_t err) = 0;
104 unsigned long block, cons
102 test_dump_block(io_channel channel, struct test_private_data *data, unsigned long block, const void *buf) argument
122 test_abort(io_channel channel, unsigned long block) argument
258 test_read_blk(io_channel channel, unsigned long block, int count, void *buf) argument
285 test_write_blk(io_channel channel, unsigned long block, int count, const void *buf) argument
[all...]
H A Dunix_io.c6 * Implements a one-block write-through cache.
52 unsigned long block; member in struct:unix_cache
74 static errcode_t unix_read_blk(io_channel channel, unsigned long block,
76 static errcode_t unix_write_blk(io_channel channel, unsigned long block,
85 struct unix_cache *cache, unsigned long block);
88 * does not know buffered block devices - everything is raw. */
120 unsigned long block,
129 location = ((ext2_loff_t) block * channel->block_size) + data->offset;
146 retval = (channel->read_error)(channel, block, count, buf,
152 * Windows and FreeBSD block device
118 raw_read_blk(io_channel channel, struct unix_private_data *data, unsigned long block, int count, void *buf) argument
154 raw_read_blk(io_channel channel, struct unix_private_data *data, unsigned long block, int count, void *buf) argument
205 raw_write_blk(io_channel channel, struct unix_private_data *data, unsigned long block, int count, const void *buf) argument
293 find_cached_block(struct unix_private_data *data, unsigned long block, struct unix_cache **eldest) argument
323 reuse_cache(io_channel channel, struct unix_private_data *data, struct unix_cache *cache, unsigned long block) argument
510 unix_read_blk(io_channel channel, unsigned long block, int count, void *buf) argument
575 unix_write_blk(io_channel channel, unsigned long block, int count, const void *buf) argument
[all...]
H A Dbmap.c3 * bmap.c --- logical to physical block mapping
25 blk_t block, blk_t *phys_blk);
133 char *block_buf, int bmap_flags, blk_t block,
162 if (block < EXT2_NDIR_BLOCKS) {
170 inode_bmap(inode, block) = b;
175 *phys_blk = inode_bmap(inode, block);
176 b = block ? inode_bmap(inode, block-1) : 0;
182 inode_bmap(inode, block) = b;
189 /* Indirect block */
132 ext2fs_bmap(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, char *block_buf, int bmap_flags, blk_t block, blk_t *phys_blk) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dblocksort.c9 lossless, block-sorting data compression.
195 ((UChar*)eclass) [0 .. nblock-1] holds block
199 ((UChar*)eclass) [0 .. nblock-1] holds block
253 /*-- set sentinel bits for block-end detection --*/
316 Reconstruct the original block in
321 VPrintf0 ( " reconstructing block ...\n" );
349 UChar* block,
360 c1 = block[i1]; c2 = block[i2];
364 c1 = block[i
347 mainGtU( UInt32 i1, UInt32 i2, UChar* block, UInt16* quadrant, UInt32 nblock, Int32* budget ) argument
485 mainSimpleSort( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 lo, Int32 hi, Int32 d, Int32* budget ) argument
621 mainQSort3( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 loSt, Int32 hiSt, Int32 dSt, Int32* budget ) argument
751 mainSort( UInt32* ptr, UChar* block, UInt16* quadrant, UInt32* ftab, Int32 nblock, Int32 verb, Int32* budget ) argument
1034 UChar* block = s->block; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dvp3dsp_sse2.c176 void ff_vp3_idct_put_sse2(uint8_t *dest, int line_size, DCTELEM *block) argument
178 ff_vp3_idct_sse2(block);
179 put_signed_pixels_clamped_mmx(block, dest, line_size);
182 void ff_vp3_idct_add_sse2(uint8_t *dest, int line_size, DCTELEM *block) argument
184 ff_vp3_idct_sse2(block);
185 add_pixels_clamped_mmx(block, dest, line_size);
H A Didct_mmx_xvid.c481 // void idct_mmx(uint16_t block[64]);
485 void ff_idct_xvid_mmx(short *block){ argument
500 :: "r"(block), "r"(rounder_0), "r"(tab_i_04_mmx), "r"(tg_1_16));
504 // void idct_xmm(uint16_t block[64]);
508 void ff_idct_xvid_mmx2(short *block){ argument
523 :: "r"(block), "r"(rounder_0), "r"(tab_i_04_xmm), "r"(tg_1_16));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Ddsputil_iwmmxt.c61 "wstrd wr6, [%[block]] \n\t" \
62 "add %[block], %[block], %[line_size] \n\t" \
70 "wstrd wr6, [%[block]] \n\t" \
71 "add %[block], %[block], %[line_size] \n\t" \
75 : [block]"+r"(block), [pixels]"+r"(pixels), [h]"+r"(h) \
78 void put_pixels8_y2_iwmmxt(uint8_t *block, const uint8_t *pixels, const int line_size, int h) argument
82 void put_no_rnd_pixels8_y2_iwmmxt(uint8_t *block, cons argument
88 add_pixels_clamped_iwmmxt(const DCTELEM *block, uint8_t *pixels, int line_size) argument
145 nop(uint8_t *block, const uint8_t *pixels, int line_size, int h) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/aoe/
H A Dautoload.sh14 echo alias block-major-152 aoe >> $f
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations.c48 static FLAC__bool passes_filter(const CommandLineOptions *options, const FLAC__StreamMetadata *block, unsigned block_number);
49 static void write_metadata(const char *filename, FLAC__StreamMetadata *block, unsigned block_number, FLAC__bool raw, FLAC__bool hexdump_application);
175 FLAC__StreamMetadata *block; local
186 block = FLAC__metadata_iterator_get_block(iterator);
187 ok &= (0 != block);
189 fprintf(stderr, "%s: ERROR: couldn't get block from chain\n", filename);
191 write_metadata(filename, block, block_number, !options->utf8_convert, options->application_data_format_is_hexdump);
300 * off in this case. If we don't, the extra padding block
408 fprintf(stderr, "%s: ERROR: can't open file or get STREAMINFO block\n", filenames[i]);
494 die("out of memory allocating PADDING block");
510 passes_filter(const CommandLineOptions *options, const FLAC__StreamMetadata *block, unsigned block_number) argument
548 write_metadata(const char *filename, FLAC__StreamMetadata *block, unsigned block_number, FLAC__bool raw, FLAC__bool hexdump_application) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/qnx4/
H A Dbitmap.c83 int qnx4_is_free(struct super_block *sb, long block) argument
91 start += block / (QNX4_BLOCK_SIZE * 8);
92 QNX4DEBUG(("qnx4: is_free requesting block [%lu], bitmap in block [%lu]\n",
93 (unsigned long) block, (unsigned long) start));
99 g = bh->b_data + (block % QNX4_BLOCK_SIZE);
100 if (((*g) & (1 << (block % 8))) == 0) {
101 QNX4DEBUG(("qnx4: is_free -> block is free\n"));
104 QNX4DEBUG(("qnx4: is_free -> block is busy\n"));
112 int qnx4_set_bitmap(struct super_block *sb, long block, in argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Daffs.h43 u32 ext; /* idx of the extended block */
44 u32 key; /* block number */
55 u32 i_blkcnt; /* block count */
56 u32 i_extcnt; /* extended block count */
62 u32 i_ext_last; /* last accessed extended block */
63 struct buffer_head *i_ext_bh; /* bh of last extended block */
66 u32 i_lastalloc; /* last allocated block */
78 * super-block data in memory
85 u32 bm_key; /* Disk block number */
93 u32 s_data_blksize; /* size of the data block
211 affs_bread(struct super_block *sb, int block) argument
219 affs_getblk(struct super_block *sb, int block) argument
227 affs_getzeroblk(struct super_block *sb, int block) argument
242 affs_getemptyblk(struct super_block *sb, int block) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_block.h23 * Directory version 2, single block format structures
36 * The single block format is as follows:
43 #define XFS_DIR2_BLOCK_MAGIC 0x58443242 /* XD2B: for one block dirs */
51 * Generic single-block structure, for xfs_db.
61 * Pointer to the leaf header embedded in a data block (1-block format)
63 #define XFS_DIR2_BLOCK_TAIL_P(mp,block) xfs_dir2_block_tail_p(mp,block)
65 xfs_dir2_block_tail_p(struct xfs_mount *mp, xfs_dir2_block_t *block) argument
68 ((char *)(block)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_subr.c92 * vxfs_bread - read buffer for a give inode,block tuple
94 * @block: logical block
97 * The vxfs_bread function reads block no @block of
104 vxfs_bread(struct inode *ip, int block) argument
109 pblock = vxfs_bmap1(ip, block);
116 * vxfs_get_block - locate buffer for given inode,block tuple
118 * @iblock: logical block
124 * block an
182 vxfs_bmap(struct address_space *mapping, sector_t block) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dhighlevel.h54 highlevel_byblocktype block[4]; /* padding, impulse, transition, long */ member in struct:highlevel_encode_setup

Completed in 265 milliseconds

1234567891011>>