Searched refs:cur_ptr (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_fs.c126 unsigned char *cur_ptr; local
179 for(cur_ptr = *inode_table; cur_ptr < *inode_table + bytes; files ++) {
180 SQUASHFS_SWAP_REG_INODE_HEADER(&inode, cur_ptr);
184 (unsigned int) (cur_ptr - *inode_table),
217 cur_ptr += sizeof(inode);
218 SQUASHFS_SWAP_INTS(block_list, cur_ptr, blocks);
231 cur_ptr += blocks * sizeof(unsigned int);
243 SQUASHFS_SWAP_LREG_INODE_HEADER(&inode, cur_ptr);
267 cur_ptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dseek.h38 const uint8_t *cur_ptr; member in struct:AVParserStreamState
H A Dseek.c432 ss->cur_ptr = st->cur_ptr;
441 st->cur_ptr = NULL;
477 st->cur_ptr = ss->cur_ptr;
H A Davformat.h722 const uint8_t *cur_ptr; member in struct:AVStream
782 const uint8_t *cur_ptr; member in struct:AVStream
H A Dutils.c1139 st->cur_ptr, st->cur_len,
1145 st->cur_ptr += len;
1228 st->cur_ptr = st->cur_pkt.data;
1386 st->cur_ptr = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsflash.c544 uchar *block = NULL, *cur_ptr, *blk_ptr; local
573 cur_ptr = block;
587 blk_ptr = cur_ptr;
599 memcpy(cur_ptr + (offset & mask), buf, cur_retlen);
619 (uchar *) cur_ptr)) < 0) {
626 cur_ptr += bytes;
H A Dccsflash.c572 uchar *block = NULL, *cur_ptr, *blk_ptr; local
600 cur_ptr = block;
614 blk_ptr = cur_ptr;
626 memcpy(cur_ptr + (offset & mask), buf, cur_retlen);
646 (uchar *) cur_ptr)) < 0) {
653 cur_ptr += bytes;
H A Dspiflash.c1186 uchar *block = NULL, *cur_ptr, *blk_ptr; local
1214 cur_ptr = block;
1228 blk_ptr = cur_ptr;
1241 memcpy(cur_ptr + (offset & mask), buf, cur_retlen);
1260 (uchar *)cur_ptr)) < 0) {
1266 cur_ptr += bytes;
H A Dbcmutils.c3830 struct fielddesc *cur_ptr; local
3833 cur_ptr = fielddesc_array;
3836 if (cur_ptr->nameandfmt == NULL)
3838 len = snprintf(buf, bufsize, cur_ptr->nameandfmt,
3839 read_rtn(arg0, arg1, cur_ptr->offset));
3846 cur_ptr++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dau1xxx-ide.c65 dp = ctp->cur_ptr;
68 ctp->cur_ptr = au1xxx_ddma_get_nextptr_virt(dp);
83 dp = ctp->cur_ptr;
86 ctp->cur_ptr = au1xxx_ddma_get_nextptr_virt(dp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbink.c104 uint8_t *cur_ptr; ///< pointer to the data that is not read from buffer yet member in struct:Bundle
286 c->bundle[bundle_num].cur_ptr = c->bundle[bundle_num].data;
297 if (!b->cur_dec || (b->cur_dec > b->cur_ptr)) \
514 return *c->bundle[bundle].cur_ptr++;
516 return (int8_t)*c->bundle[bundle].cur_ptr++;
517 ret = *(int16_t*)c->bundle[bundle].cur_ptr;
518 c->bundle[bundle].cur_ptr += 2;
525 c->bundle[bundle_num].cur_ptr = c->bundle[bundle_num].data;
576 int val = *c->bundle[bundle_num].cur_ptr++;
579 ret = *(int16_t*)c->bundle[bundle_num].cur_ptr;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbink.c108 uint8_t *cur_ptr; ///< pointer to the data that is not read from buffer yet member in struct:Bundle
297 c->bundle[bundle_num].cur_ptr = c->bundle[bundle_num].data;
308 if (!b->cur_dec || (b->cur_dec > b->cur_ptr)) \
525 return *c->bundle[bundle].cur_ptr++;
527 return (int8_t)*c->bundle[bundle].cur_ptr++;
528 ret = *(int16_t*)c->bundle[bundle].cur_ptr;
529 c->bundle[bundle].cur_ptr += 2;
536 c->bundle[bundle_num].cur_ptr = c->bundle[bundle_num].data;
587 int val = *c->bundle[bundle_num].cur_ptr++;
590 ret = *(int16_t*)c->bundle[bundle_num].cur_ptr;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/common/
H A Ddbdma.c551 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base;
756 cp->ddma_desptr = virt_to_phys(ctp->cur_ptr);
772 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base;
842 dp = ctp->cur_ptr;
851 ctp->cur_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
873 (u32)(ctp->put_ptr), (u32)(ctp->cur_ptr));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h305 au1x_ddma_desc_t *get_ptr, *put_ptr, *cur_ptr; member in struct:dbdma_chan_config
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h519 const uint8_t *cur_ptr; member in struct:AVStream

Completed in 188 milliseconds