Searched refs:cur_offset (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsflash.c541 uint blocksize = 0, mask, cur_offset, cur_length, cur_retlen, remainder; local
567 cur_offset = offset & ~mask;
581 blk_offset = cur_offset;
599 if ((ret = sflash_erase(sih, cc, (uint) cur_offset)) < 0)
601 while (sflash_poll(sih, cc, (uint) cur_offset));
613 (uint) cur_offset,
619 while (sflash_poll(sih, cc, (uint) cur_offset));
620 cur_offset += bytes;
H A Dccsflash.c573 uint blocksize = 0, mask, cur_offset, cur_length, cur_retlen, remainder; local
598 cur_offset = offset & ~mask;
612 blk_offset = cur_offset;
630 if ((ret = ccsflash_erase(sfl, (uint) cur_offset)) < 0)
632 while (ccsflash_poll(sfl, (uint) cur_offset));
644 (uint) cur_offset,
650 while (ccsflash_poll(sfl, (uint) cur_offset));
651 cur_offset += bytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dparser.c145 s->cur_frame_offset[i] = s->cur_offset;
146 s->cur_frame_end[i] = s->cur_offset + buf_size;
168 s->next_frame_offset = s->cur_offset + index;
173 s->cur_offset += index;
H A Davcodec.h3112 int64_t cur_offset; /* current offset member in struct:AVCodecParserContext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dmtdpart.c323 u_int32_t cur_offset = 0; local
400 slave->offset = cur_offset;
402 slave->offset = cur_offset;
403 if ((cur_offset % master->erasesize) != 0) {
405 slave->offset = ((cur_offset / master->erasesize) + 1) * master->erasesize;
408 cur_offset, slave->offset);
413 cur_offset = slave->offset + slave->mtd.size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Dpower.h87 unsigned int cur_offset; /* offset with respect to the current member in struct:snapshot_handle
H A Dsnapshot.c1335 handle->buf_offset = handle->cur_offset;
1336 if (handle->cur_offset + count >= PAGE_SIZE) {
1337 count = PAGE_SIZE - handle->cur_offset;
1338 handle->cur_offset = 0;
1341 handle->cur_offset += count;
1872 handle->buf_offset = handle->cur_offset;
1873 if (handle->cur_offset + count >= PAGE_SIZE) {
1874 count = PAGE_SIZE - handle->cur_offset;
1875 handle->cur_offset = 0;
1878 handle->cur_offset
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c1538 int cur_offset = SQUASHFS_I(inode)->offset; local
1558 cur_offset = meta_entry->offset;
1565 cur_offset, cur_data_block);
1577 &cur_offset);
1588 meta_entry->offset = cur_offset;
1602 *index_offset = cur_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h3112 int64_t cur_offset; /* current offset member in struct:AVCodecParserContext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dutils.c1082 st->parser->cur_offset= st->cur_pkt.pos;

Completed in 153 milliseconds