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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
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...]
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp95 void setFileOffset(uint64_t new_off) { fFileOffset = new_off; } argument

Completed in 130 milliseconds