| /openbsd/src/sys/lib/libz/ |
| D | deflate.h | 334 # define _tr_tally_lit(s, c, flush) \ argument 339 flush = (s->sym_next == s->sym_end); \ 341 # define _tr_tally_dist(s, distance, length, flush) \ argument 349 flush = (s->sym_next == s->sym_end); \ 352 # define _tr_tally_lit(s, c, flush) \ argument 358 flush = (s->sym_next == s->sym_end); \ 360 # define _tr_tally_dist(s, distance, length, flush) \ argument 369 flush = (s->sym_next == s->sym_end); \ 373 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 374 # define _tr_tally_dist(s, distance, length, flush) \ argument [all …]
|
| D | deflate.c | 66 typedef block_state (*compress_func)(deflate_state *s, int flush); 69 local block_state deflate_stored(deflate_state *s, int flush); 70 local block_state deflate_fast(deflate_state *s, int flush); 72 local block_state deflate_slow(deflate_state *s, int flush); 74 local block_state deflate_rle(deflate_state *s, int flush); 75 local block_state deflate_huff(deflate_state *s, int flush); 950 int ZEXPORT deflate(z_streamp strm, int flush) { in deflate() argument 954 if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) { in deflate() 961 (s->status == FINISH_STATE && flush != Z_FINISH)) { in deflate() 967 s->last_flush = flush; in deflate() [all …]
|
| /openbsd/src/lib/libz/ |
| D | deflate.h | 334 # define _tr_tally_lit(s, c, flush) \ argument 339 flush = (s->sym_next == s->sym_end); \ 341 # define _tr_tally_dist(s, distance, length, flush) \ argument 349 flush = (s->sym_next == s->sym_end); \ 352 # define _tr_tally_lit(s, c, flush) \ argument 358 flush = (s->sym_next == s->sym_end); \ 360 # define _tr_tally_dist(s, distance, length, flush) \ argument 369 flush = (s->sym_next == s->sym_end); \ 373 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 374 # define _tr_tally_dist(s, distance, length, flush) \ argument [all …]
|
| D | deflate.c | 66 typedef block_state (*compress_func)(deflate_state *s, int flush); 69 local block_state deflate_stored(deflate_state *s, int flush); 70 local block_state deflate_fast(deflate_state *s, int flush); 72 local block_state deflate_slow(deflate_state *s, int flush); 74 local block_state deflate_rle(deflate_state *s, int flush); 75 local block_state deflate_huff(deflate_state *s, int flush); 950 int ZEXPORT deflate(z_streamp strm, int flush) { in deflate() argument 954 if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) { in deflate() 961 (s->status == FINISH_STATE && flush != Z_FINISH)) { in deflate() 967 s->last_flush = flush; in deflate() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| D | deflate.h | 333 # define _tr_tally_lit(s, c, flush) \ argument 338 flush = (s->sym_next == s->sym_end); \ 340 # define _tr_tally_dist(s, distance, length, flush) \ argument 348 flush = (s->sym_next == s->sym_end); \ 351 # define _tr_tally_lit(s, c, flush) \ argument 357 flush = (s->sym_next == s->sym_end); \ 359 # define _tr_tally_dist(s, distance, length, flush) \ argument 368 flush = (s->sym_next == s->sym_end); \ 372 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 373 # define _tr_tally_dist(s, distance, length, flush) \ argument [all …]
|
| D | deflate.c | 70 typedef block_state (*compress_func)(deflate_state *s, int flush); 73 local block_state deflate_stored(deflate_state *s, int flush); 74 local block_state deflate_fast(deflate_state *s, int flush); 76 local block_state deflate_slow(deflate_state *s, int flush); 78 local block_state deflate_rle(deflate_state *s, int flush); 79 local block_state deflate_huff(deflate_state *s, int flush); 946 int ZEXPORT deflate(z_streamp strm, int flush) { in deflate() argument 950 if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) { in deflate() 957 (s->status == FINISH_STATE && flush != Z_FINISH)) { in deflate() 963 s->last_flush = flush; in deflate() [all …]
|
| /openbsd/src/gnu/llvm/lldb/examples/summaries/cocoa/ |
| D | Logger.py | 14 def flush(self): member in NopLogger 29 def flush(self): member in StdoutLogger 55 def flush(self): member in FileLogger 57 self.file.flush() 123 self.flush() 128 def flush(self): member in Logger 129 self.impl.flush()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | ios_init.cc | 135 cout.flush(); in ~Init() 136 cerr.flush(); in ~Init() 137 clog.flush(); in ~Init() 140 wcout.flush(); in ~Init() 141 wcerr.flush(); in ~Init() 142 wclog.flush(); in ~Init()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/ |
| D | 02zlib.t | 126 cmp_ok $x->flush($X), '==', Z_OK, "flush returned Z_OK" ; 178 cmp_ok $x->flush($Answer), '==', Z_OK ; 226 cmp_ok $x->flush($X), '==', Z_OK ; 272 #cmp_ok $x->flush($X{key}), '==', Z_OK ; 274 cmp_ok $x->flush($X), '==', Z_OK ; 324 cmp_ok $x->flush($Y), '==', Z_OK; 345 cmp_ok $x->flush($Y), '==', Z_OK; 402 cmp_ok $x->flush($Answer), '==', Z_OK ; 437 # create a deflate stream with flush points 451 # create a flush point [all …]
|
| D | 09limitoutput.t | 44 cmp_ok $x->flush($out), '==', Z_OK, " flush returned Z_OK" ; 117 cmp_ok $x->flush($out), '==', Z_OK, " flush returned Z_OK" ; 144 cmp_ok $deflate->flush($zip, Z_SYNC_FLUSH), "==", Z_OK;
|
| /openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.c/appendix-a/ |
| D | a.18.1.c | 41 #pragma omp flush(work,synch) in main() 43 #pragma omp flush(synch) in main() 52 #pragma omp flush(synch) in main() 54 #pragma omp flush(work,synch) in main()
|
| /openbsd/src/gnu/gcc/gcc/config/m32r/ |
| D | m32r.opt | 52 Specify cache flush function 56 Specify cache flush trap number 70 mno-flush-func 72 Don't call any cache flush functions 74 mno-flush-trap 76 Don't call any cache flush trap
|
| /openbsd/src/gnu/usr.bin/perl/dist/Tie-File/t/ |
| D | 33_defer_vs.t | 46 $o->flush; 62 $o->flush; 69 $o->flush; 80 $o->flush;
|
| D | 32_defer_misc.t | 64 $o->flush; 73 $o->flush; 83 $o->flush; 94 $o->flush;
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
| D | fdr_controller_test.cpp | 65 ASSERT_TRUE(C->flush()); in TEST_F() 89 ASSERT_TRUE(C->flush()); in TEST_F() 109 ASSERT_TRUE(C->flush()); in TEST_F() 124 ASSERT_TRUE(C->flush()); in TEST_F() 148 ASSERT_TRUE(C->flush()); in TEST_F() 172 ASSERT_TRUE(C->flush()); in TEST_F() 205 ASSERT_TRUE(C->flush()); in TEST_F() 239 ASSERT_TRUE(C->flush()); in TEST_F() 277 ASSERT_TRUE(C->flush()); in TEST_F() 325 ASSERT_TRUE(C->flush()); in TEST_F() [all …]
|
| /openbsd/src/usr.bin/less/ |
| D | output.c | 78 flush(int ignore_errors) in flush() function 113 flush(0); in putchr() 278 flush(0); in error() 298 flush(0); in ierror() 326 flush(0); in query()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/ |
| D | OneTest.py | 98 print('[ RUN ] FirstTest.subTestB', flush=True) 99 print('I am subTest B output', file=sys.stderr, flush=True) 100 print('[ FAILED ] FirstTest.subTestB (8 ms)', flush=True)
|
| /openbsd/src/regress/sys/net/rdomains/ |
| D | ifalocal.sh | 46 route -T 6 flush 48 route -T 5 flush 50 route -T 4 flush 52 route -T 3 flush
|
| /openbsd/src/regress/lib/libssl/interop/botan/ |
| D | client.cpp | 55 cout <<"sock: " <<host <<" " <<port <<endl <<flush; in print_sockname() 71 cout <<"peer: " <<host <<" " <<port <<endl <<flush; in print_peername() 92 cout <<"<<< " <<string((const char *)data, size) <<flush; in tls_record_received() 95 cout <<">>> " <<str <<flush; in tls_record_received() 108 cout <<"established" <<endl <<flush; in tls_session_established()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| D | cz-03zlib-v1.t | 166 ok ((($X, $status) = $x->flush())[1] == Z_OK ) ; 212 ok ((($X, $status) = $x->flush())[1] == Z_OK ) ; 259 ok ((($X, $status) = $x->flush() )[1] == Z_OK ) ; 282 ($Y, $status) = $x->flush() ; 317 ($Y, $status) = $x->flush() ; 596 ok ((($X, $status) = $x->flush())[1] == Z_OK ) ; 626 # create a deflate stream with flush points 639 # create a flush point 640 ok ((($X, $status) = $x->flush(Z_FULL_FLUSH))[1] == Z_OK ) ; 647 ok ((($X, $status) = $x->flush())[1] == Z_OK ) ; [all …]
|
| /openbsd/src/gnu/llvm/libcxx/src/ |
| D | iostream.cpp | 143 cout_ptr->flush(); in ~DoIOSInit() 145 clog_ptr->flush(); in ~DoIOSInit() 149 wcout_ptr->flush(); in ~DoIOSInit() 151 wclog_ptr->flush(); in ~DoIOSInit()
|
| /openbsd/src/sys/net/ |
| D | ppp-deflate.c | 228 int proto, olen, wspace, r, flush; in z_compress() local 282 flush = (mp == NULL)? Z_SYNC_FLUSH: Z_NO_FLUSH; in z_compress() 285 r = deflate(&state->strm, flush); in z_compress() 291 if (flush != Z_NO_FLUSH && state->strm.avail_out != 0) in z_compress() 298 flush = Z_SYNC_FLUSH; in z_compress() 464 int seq, i, flush, r, decode_proto; in z_decompress() local 523 flush = (mi == NULL)? Z_SYNC_FLUSH: Z_NO_FLUSH; in z_decompress() 534 r = inflate(&state->strm, flush); in z_decompress() 544 if (flush != Z_NO_FLUSH && state->strm.avail_out != 0) in z_decompress() 552 flush = Z_SYNC_FLUSH; in z_decompress()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| D | write-to-stdout-and-stderr.py | 7 sys.stdout.flush() 10 sys.stderr.flush()
|
| /openbsd/src/sbin/fsck_ext2fs/ |
| D | utilities.c | 187 flush(fswritefd, bp); in getblk() 196 flush(int fd, struct bufarea *bp) in flush() function 240 flush(fswritefd, &sblk); in ckfini() 245 flush(fswritefd, &sblk); in ckfini() 248 flush(fswritefd, &asblk); in ckfini() 252 flush(fswritefd, bp); in ckfini() 271 flush(fswritefd, &sblk); in ckfini()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| D | narrow_stream_objects.cc | 128 cout.flush(); in test04() 130 cerr.flush(); in test04() 132 cout.flush(); in test04()
|