Searched refs:boffs (Results 1 - 4 of 4) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Droqvideo.c44 int boffs,stride; local
47 boffs = y*stride + x;
49 bptr = ri->current_frame->data[0] + boffs;
56 boffs = y*stride + x;
58 bptr = ri->current_frame->data[1] + boffs;
64 bptr = ri->current_frame->data[2] + boffs;
74 int boffs,stride; local
77 boffs = y*stride + x;
79 bptr = ri->current_frame->data[0] + boffs;
86 boffs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Drte_cb_multi.c83 int boffs; local
84 for (boffs = 0; boffs < 0x10; boffs += sizeof *src) {
87 int woffs = (*ii + boffs) / sizeof *src;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c596 uint32_t boffs = 0, roffs = ops->ooboffs; local
606 boffs = free->offset + roffs;
612 boffs = free->offset;
614 memcpy(oob, chip->oob_poi + boffs, bytes);
1229 uint32_t boffs = 0, woffs = ops->ooboffs; local
1239 boffs = free->offset + woffs;
1245 boffs = free->offset;
1247 memcpy(chip->oob_poi + boffs, oob, bytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_base.c1015 uint32_t boffs = 0, roffs = ops->ooboffs; local
1025 boffs = free->offset + roffs;
1031 boffs = free->offset;
1033 memcpy(oob, chip->oob_poi + boffs, bytes);
1686 uint32_t boffs = 0, woffs = ops->ooboffs; local
1696 boffs = free->offset + woffs;
1702 boffs = free->offset;
1704 memcpy(chip->oob_poi + boffs, oob, bytes);

Completed in 117 milliseconds