Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 649) sorted by relevance

12345678910>>...26

/openbsd/src/sys/lib/libz/
Ddeflate.h334 # 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 …]
Ddeflate.c66 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/
Ddeflate.h334 # 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 …]
Ddeflate.c66 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/
Ddeflate.h333 # 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 …]
Ddeflate.c70 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/
DLogger.py14 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/
Dios_init.cc135 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/
D02zlib.t126 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 …]
D09limitoutput.t44 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/
Da.18.1.c41 #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/
Dm32r.opt52 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/
D33_defer_vs.t46 $o->flush;
62 $o->flush;
69 $o->flush;
80 $o->flush;
D32_defer_misc.t64 $o->flush;
73 $o->flush;
83 $o->flush;
94 $o->flush;
/openbsd/src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
Dfdr_controller_test.cpp65 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/
Doutput.c78 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/
DOneTest.py98 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/
Difalocal.sh46 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/
Dclient.cpp55 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/
Dcz-03zlib-v1.t166 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/
Diostream.cpp143 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/
Dppp-deflate.c228 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/
Dwrite-to-stdout-and-stderr.py7 sys.stdout.flush()
10 sys.stderr.flush()
/openbsd/src/sbin/fsck_ext2fs/
Dutilities.c187 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/
Dnarrow_stream_objects.cc128 cout.flush(); in test04()
130 cerr.flush(); in test04()
132 cout.flush(); in test04()

12345678910>>...26