Searched refs:flush (Results 1 - 25 of 102) sorted by relevance

12345

/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Dflush.s3 flush [%g1 + %g2]
4 flush %g1 + %g2
5 flush [%g3]
6 flush %g3
7 flush [%g4 + 0x80]
8 flush %g4 + 0x80
9 flush [0x90 + %g5]
10 flush 0x90 + %g5
H A Dflush.d10 0: 81 d8 40 02 flush \[ %g1 \+ %g2 \]
11 4: 81 d8 40 02 flush \[ %g1 \+ %g2 \]
12 8: 81 d8 c0 00 flush \[ %g3 \]
13 c: 81 d8 c0 00 flush \[ %g3 \]
14 10: 81 d9 20 80 flush \[ %g4 \+ 0x80 \]
15 14: 81 d9 20 80 flush \[ %g4 \+ 0x80 \]
16 18: 81 d9 60 90 flush \[ %g5 \+ 0x90 \]
17 1c: 81 d9 60 90 flush \[ %g5 \+ 0x90 \]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/gomp/
H A Dflush-2.C5 #pragma omp flush a // { dg-error "expected" }
6 #pragma omp flush ( // { dg-error "expected" }
7 #pragma omp flush (b // { dg-error "declared|expected" }
8 #pragma omp flush (c d) // { dg-error "declared|expected" }
9 #pragma omp flush (e) // { dg-error "declared" }
H A Dflush-1.C6 #pragma omp flush
16 #pragma omp flush (x)
20 #pragma omp flush (x, z, p)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/gomp/
H A Dflush-2.c5 #pragma omp flush a /* { dg-error "expected" } */
6 #pragma omp flush ( /* { dg-error "expected identifier" } */
7 #pragma omp flush (b /* { dg-error "undeclared|expected|for each" } */
8 #pragma omp flush (c d) /* { dg-error "undeclared|expected" } */
9 #pragma omp flush (e) /* { dg-error "undeclared" } */
H A Dflush-1.c6 #pragma omp flush
15 #pragma omp flush (x)
19 #pragma omp flush (x, y, z)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/objects/char/
H A D2.cc34 cout.flush();
36 cerr.flush();
38 cout.flush();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D2.cc34 wcout.flush();
36 wcerr.flush();
38 wcout.flush();
/haiku-buildtools/binutils/gas/testsuite/gas/i860/
H A Dsystem.s2 # ld.c, st.c, flush, lock, unlock, intovr, trap
42 flush 0(%r0)
43 flush 128(%r1)
44 flush 256(%r2)
45 flush 512(%r3)
46 flush 1024(%r4)
47 flush 4096(%r5)
48 flush 8192(%r6)
49 flush 16384(%r7)
50 flush
[all...]
H A Dsystem.d41 7c: 04 00 00 34 flush 0\(%r0\)
42 80: 84 00 20 34 flush 128\(%r1\)
43 84: 04 01 40 34 flush 256\(%sp\)
44 88: 04 02 60 34 flush 512\(%fp\)
45 8c: 04 04 80 34 flush 1024\(%r4\)
46 90: 04 10 a0 34 flush 4096\(%r5\)
47 94: 04 20 c0 34 flush 8192\(%r6\)
48 98: 04 40 e0 34 flush 16384\(%r7\)
49 9c: 04 c0 00 35 flush -16384\(%r8\)
50 a0: 04 e0 20 35 flush
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i860/
H A Dsystem.s2 # ld.c, st.c, flush, lock, unlock, intovr, trap
42 flush 0(%r0)
43 flush 128(%r1)
44 flush 256(%r2)
45 flush 512(%r3)
46 flush 1024(%r4)
47 flush 4096(%r5)
48 flush 8192(%r6)
49 flush 16384(%r7)
50 flush
[all...]
H A Dsystem.d41 7c: 04 00 00 34 flush 0\(%r0\)
42 80: 84 00 20 34 flush 128\(%r1\)
43 84: 04 01 40 34 flush 256\(%sp\)
44 88: 04 02 60 34 flush 512\(%fp\)
45 8c: 04 04 80 34 flush 1024\(%r4\)
46 90: 04 10 a0 34 flush 4096\(%r5\)
47 94: 04 20 c0 34 flush 8192\(%r6\)
48 98: 04 40 e0 34 flush 16384\(%r7\)
49 9c: 04 c0 00 35 flush -16384\(%r8\)
50 a0: 04 e0 20 35 flush
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dcache.s9 .global flush
10 flush: label
11 flush[ p2 ];
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/bfin/
H A Dcache.s9 .global flush
10 flush: label
11 flush[ p2 ];
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/gomp/appendix-a/
H A Da.20.1.c10 #pragma omp flush(a) /* { dg-error "'#pragma omp flush' may only" } */
11 /* incorrect as flush cannot be immediate substatement
H A Da.20.2.c11 #pragma omp flush(a)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr24257.c8 static void flush(A *s, int n) function
25 flush(s, n);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/flush/char/
H A D1.cc38 // basic_ostream<_CharT, _Traits>& flush(basic_ostream<_Char, _Traits>& os)
39 oss01.flush();
43 oss02.flush();
H A D2.cc24 // basic_ostream::flush() does not behave as an unformatted output function.
40 // No sentry should be constructed so os.tie()->flush() should not be
44 os.flush();
53 os.flush();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/flush/wchar_t/
H A D1.cc36 // basic_ostream<_CharT, _Traits>& flush(basic_ostream<_Char, _Traits>& os)
37 oss01.flush();
41 oss02.flush();
H A D2.cc22 // basic_ostream::flush() does not behave as an unformatted output function.
38 // No sentry should be constructed so os.tie()->flush() should not be
42 os.flush();
51 os.flush();
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/appendix-a/
H A Da.18.1.c37 /* Announce that I am done with my work. The first flush
39 * The second flush ensures that synch is made visible.
41 #pragma omp flush(work,synch)
43 #pragma omp flush(synch)
44 /* Wait for neighbor. The first flush ensures that synch is read
46 * The second flush ensures that work is read from memory, and
52 #pragma omp flush(synch)
54 #pragma omp flush(work,synch)
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dqueue.h73 #pragma omp flush
103 #pragma omp flush
118 #pragma omp flush
130 #pragma omp flush
145 #pragma omp flush
/haiku-buildtools/gcc/zlib/examples/
H A Dfitblk.c75 int ret, flush; local
78 flush = Z_NO_FLUSH;
85 flush = Z_FINISH;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
98 int ret, flush; local
101 flush = Z_NO_FLUSH;
116 flush = Z_FINISH;
117 ret = deflate(def, flush);
/haiku-buildtools/binutils/zlib/examples/
H A Dfitblk.c75 int ret, flush; local
78 flush = Z_NO_FLUSH;
85 flush = Z_FINISH;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
98 int ret, flush; local
101 flush = Z_NO_FLUSH;
116 flush = Z_FINISH;
117 ret = deflate(def, flush);

Completed in 112 milliseconds

12345