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

/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Dparse-escp229 $curoffset
93 $curoffset = 0;
107 return 1 if $total_length - $curoffset >= $where;
108 my ($end) = $total_length - $curoffset;
112 $end = $total_length - $curoffset;
120 if ($curoffset >= 16384) {
121 substr($stuff, 0, $curoffset) = "";
122 $total_length -= $curoffset;
123 $curoffset = 0;
144 $curoffset
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dxcoffread.c758 unsigned int curoffset;
768 curoffset = beginoffset;
790 while (curoffset <= limit_offset)
792 bfd_seek (abfd, curoffset, SEEK_SET);
814 curoffset += linesz;
753 unsigned int curoffset; local

Completed in 26 milliseconds