Home
last modified time | relevance | path

Searched refs:streampos (Results 1 – 25 of 2787) sorted by relevance

12345678910>>...112

/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc36 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
37 VERIFY( p1 != streampos(-1) ); in test01()
40 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
41 VERIFY( p2 != streampos(-1) ); in test01()
44 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
45 VERIFY( p3 != streampos(-1) ); in test01()
53 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
54 VERIFY( p4 != streampos(-1) ); in test01()
58 VERIFY( p5 != streampos(-1) ); in test01()
61 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc35 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
36 VERIFY( p1 != streampos(-1) ); in test01()
39 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
40 VERIFY( p2 != streampos(-1) ); in test01()
43 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
44 VERIFY( p3 != streampos(-1) ); in test01()
52 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
53 VERIFY( p4 != streampos(-1) ); in test01()
57 VERIFY( p5 != streampos(-1) ); in test01()
60 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc35 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
36 VERIFY( p1 != streampos(-1) ); in test01()
39 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
40 VERIFY( p2 != streampos(-1) ); in test01()
43 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
44 VERIFY( p3 != streampos(-1) ); in test01()
52 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
53 VERIFY( p4 != streampos(-1) ); in test01()
57 VERIFY( p5 != streampos(-1) ); in test01()
60 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc35 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
36 VERIFY( p1 != streampos(-1) ); in test01()
39 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
40 VERIFY( p2 != streampos(-1) ); in test01()
43 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
44 VERIFY( p3 != streampos(-1) ); in test01()
52 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
53 VERIFY( p4 != streampos(-1) ); in test01()
57 VERIFY( p5 != streampos(-1) ); in test01()
60 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc36 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
37 VERIFY( p1 != streampos(-1) ); in test01()
40 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
41 VERIFY( p2 != streampos(-1) ); in test01()
44 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
45 VERIFY( p3 != streampos(-1) ); in test01()
53 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
54 VERIFY( p4 != streampos(-1) ); in test01()
58 VERIFY( p5 != streampos(-1) ); in test01()
61 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc34 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
35 VERIFY( p1 != streampos(-1) ); in test01()
38 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
39 VERIFY( p2 != streampos(-1) ); in test01()
42 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
43 VERIFY( p3 != streampos(-1) ); in test01()
51 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
52 VERIFY( p4 != streampos(-1) ); in test01()
56 VERIFY( p5 != streampos(-1) ); in test01()
59 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc35 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
36 VERIFY( p1 != streampos(-1) ); in test01()
39 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
40 VERIFY( p2 != streampos(-1) ); in test01()
43 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
44 VERIFY( p3 != streampos(-1) ); in test01()
52 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
53 VERIFY( p4 != streampos(-1) ); in test01()
57 VERIFY( p5 != streampos(-1) ); in test01()
60 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12232.cc35 streampos p1 = fbout.pubseekoff(0, ios_base::cur, ios_base::in); in test01()
36 VERIFY( p1 != streampos(-1) ); in test01()
39 streampos p2 = fbout.pubseekpos(p1, ios_base::openmode()); in test01()
40 VERIFY( p2 != streampos(-1) ); in test01()
43 streampos p3 = fbout.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
44 VERIFY( p3 != streampos(-1) ); in test01()
52 streampos p4 = fbin.pubseekoff(0, ios_base::beg, ios_base::ate); in test01()
53 VERIFY( p4 != streampos(-1) ); in test01()
57 VERIFY( p5 != streampos(-1) ); in test01()
60 streampos p6 = fbin.pubseekpos(p4, ios_base::binary); in test01()
[all …]
/dports/graphics/libraw/LibRaw-0.20.2/src/
H A Dlibraw_datastream.cpp354 streampos = 0; in LibRaw_buffer_datastream()
368 streampos += to_read; in read()
378 streampos = 0; in seek()
388 streampos = 0; in seek()
404 streampos = 0; in seek()
422 psrc = buf + streampos; in gets()
437 streampos = psrc - buf; in gets()
456 streampos++; in scanf_one()
458 if (buf[streampos] == 0 || buf[streampos] == ' ' || in scanf_one()
459 buf[streampos] == '\t' || buf[streampos] == '\n' || xcnt > 24) in scanf_one()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/
H A Dlibraw_datastream.cpp359 streampos = 0; in LibRaw_buffer_datastream()
373 streampos += to_read; in read()
383 streampos = 0; in seek()
393 streampos = 0; in seek()
409 streampos = 0; in seek()
428 psrc = buf + streampos; in gets()
465 streampos++; in scanf_one()
467 if (buf[streampos] == 0 || buf[streampos] == ' ' || in scanf_one()
468 buf[streampos] == '\t' || buf[streampos] == '\n' || xcnt > 24) in scanf_one()
487 return jas_stream_memopen((char *)buf + streampos, streamsize - streampos); in make_jas_stream()
[all …]

12345678910>>...112