Searched refs:new_off (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_atari.c77 long current_off, expected_off, new_off; local
86 new_off = Fseek(off, (int) fd, whence);
87 if (new_off == expected_off)
88 return new_off;
90 if (new_off < 0) /* error? */
91 new_off = Fseek(0, (int) fd, SEEK_END); /* go to eof */
93 while (expected_off > new_off) {
94 off = expected_off - new_off;
99 new_off + current_off : new_off;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Ddir.c26 loff_t new_off = off + (whence == 1 ? filp->f_pos : 0); local
36 if (new_off == 0 || new_off == 1 || new_off == 11 || new_off == 12 || new_off == 13) goto ok;
39 while (pos != new_off) {
47 return filp->f_pos = new_off;
50 /*printk("illegal lseek: %016llx\n", new_off);*/
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c73 static int spufs_dump_align(struct file *file, char *buf, loff_t new_off, argument
78 size = min((loff_t)PAGE_SIZE, new_off - *foffset);
82 while (rc == 0 && new_off > *foffset) {
83 size = min((loff_t)PAGE_SIZE, new_off - *foffset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dbrec.c234 int num_recs, new_rec_off, new_off, old_rec_off; local
299 new_off = 14;
300 size = data_start - new_off;
304 hfs_bnode_write_u16(new_node, new_rec_off, new_off);
308 new_off = data_end - size;
311 hfs_bnode_write_u16(new_node, new_rec_off, new_off);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dbrec.c221 int num_recs, new_rec_off, new_off, old_rec_off; local
273 new_off = 14;
274 size = data_start - new_off;
278 hfs_bnode_write_u16(new_node, new_rec_off, new_off);
282 new_off = data_end - size;
285 hfs_bnode_write_u16(new_node, new_rec_off, new_off);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dbrec.c226 int num_recs, new_rec_off, new_off, old_rec_off; local
291 new_off = 14;
292 size = data_start - new_off;
296 hfs_bnode_write_u16(hfsplus_handle, new_node, new_rec_off, new_off);
300 new_off = data_end - size;
303 hfs_bnode_write_u16(hfsplus_handle, new_node, new_rec_off, new_off);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegts.c1229 int64_t new_off = avio_tell(pb); local
1230 (*len) -= new_off - *off;
1231 *off = new_off;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegts.c996 int64_t new_off = avio_tell(pb); local
997 (*len) -= new_off - *off;
998 *off = new_off;

Completed in 198 milliseconds