Searched refs:curoff (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dfseek.c61 fpos_t target, curoff; local
92 curoff = fp->_offset;
94 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR);
95 if (curoff == (fpos_t)-1)
99 curoff -= fp->_r;
101 curoff -= fp->_ur;
103 curoff += fp->_p - fp->_bf._base;
105 offset += curoff;
112 curoff = 0; /* XXX just to keep gcc quiet */
158 curoff
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dmach-o.c393 bfd_vma curoff = seg->fileoff;
402 bfd_seek (abfd, curoff, SEEK_SET);
406 bfd_seek (abfd, curoff, SEEK_SET);
411 curoff += thisread;
1453 bfd_vma curoff = seg->fileoff; local
1462 bfd_seek (abfd, curoff, SEEK_SET);
1466 bfd_seek (abfd, curoff, SEEK_SET);
1471 curoff += thisread;
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_dec.c639 uint_fast32_t curoff; local
641 curoff = jas_stream_getrwcount(dec->in);
642 if (curoff < dec->curtileendoff) {
643 n = dec->curtileendoff - curoff;
654 } else if (curoff > dec->curtileendoff) {
657 (unsigned long) curoff - dec->curtileendoff);
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarfread.c2762 int curoff; local
2788 curoff = thisdie - dbbase;
2804 DBROFF (pst) = curoff;

Completed in 82 milliseconds