Home
last modified time | relevance | path

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

12345678910>>...26

/openbsd-src/lib/libz/
H A Ddeflate.h113 int last_flush; /* value of flush param for previous deflate call */
334 # define _tr_tally_lit(s, c, flush) \
339 flush = (s->sym_next == s->sym_end); \
341 # define _tr_tally_dist(s, distance, length, flush) \
349 flush = (s->sym_next == s->sym_end); \ argument
352 # define _tr_tally_lit(s, c, flush) \
358 flush = (s->sym_next == s->sym_end); \
360 # define _tr_tally_dist(s, distance, length, flush) \
369 flush = (s->sym_next == s->sym_end); \
373 # define _tr_tally_lit(s, c, flush) flus
331 _tr_tally_lit(s,c,flush) global() argument
338 _tr_tally_dist(s,distance,length,flush) global() argument
357 _tr_tally_dist(s,distance,length,flush) global() argument
370 _tr_tally_lit(s,c,flush) global() argument
371 _tr_tally_dist(s,distance,length,flush) global() argument
[all...]
H A Ddeflate.c61 block_done, /* block flush performed */
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()
951 int old_flush; /* value of flush param for previous deflate call */ in deflate()
954 if (deflateStateCheck(strm) || flush > Z_BLOC in deflate()
942 deflate(z_streamp strm,int flush) deflate() argument
1623 deflate_stored(deflate_state * s,int flush) deflate_stored() argument
1808 deflate_fast(deflate_state * s,int flush) deflate_fast() argument
1907 deflate_slow(deflate_state * s,int flush) deflate_slow() argument
2035 deflate_rle(deflate_state * s,int flush) deflate_rle() argument
2106 deflate_huff(deflate_state * s,int flush) deflate_huff() argument
[all...]
/openbsd-src/sys/lib/libz/
H A Ddeflate.h113 int last_flush; /* value of flush param for previous deflate call */
334 # define _tr_tally_lit(s, c, flush) \
339 flush = (s->sym_next == s->sym_end); \
341 # define _tr_tally_dist(s, distance, length, flush) \
349 flush = (s->sym_next == s->sym_end); \ argument
352 # define _tr_tally_lit(s, c, flush) \
358 flush = (s->sym_next == s->sym_end); \
360 # define _tr_tally_dist(s, distance, length, flush) \
369 flush = (s->sym_next == s->sym_end); \
373 # define _tr_tally_lit(s, c, flush) flus
331 _tr_tally_lit(s,c,flush) global() argument
338 _tr_tally_dist(s,distance,length,flush) global() argument
357 _tr_tally_dist(s,distance,length,flush) global() argument
370 _tr_tally_lit(s,c,flush) global() argument
371 _tr_tally_dist(s,distance,length,flush) global() argument
[all...]
H A Ddeflate.c61 block_done, /* block flush performed */
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()
951 int old_flush; /* value of flush param for previous deflate call */ in deflate()
954 if (deflateStateCheck(strm) || flush > Z_BLOC in deflate()
942 deflate(z_streamp strm,int flush) deflate() argument
1625 deflate_stored(deflate_state * s,int flush) deflate_stored() argument
1810 deflate_fast(deflate_state * s,int flush) deflate_fast() argument
1909 deflate_slow(deflate_state * s,int flush) deflate_slow() argument
2037 deflate_rle(deflate_state * s,int flush) deflate_rle() argument
2108 deflate_huff(deflate_state * s,int flush) deflate_huff() argument
[all...]
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A 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/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.h115 int last_flush; /* value of flush param for previous deflate call */
333 # define _tr_tally_lit(s, c, flush) \
338 flush = (s->sym_next == s->sym_end); \
340 # define _tr_tally_dist(s, distance, length, flush) \
348 flush = (s->sym_next == s->sym_end); \
351 # define _tr_tally_lit(s, c, flush) \
357 flush = (s->sym_next == s->sym_end); \
359 # define _tr_tally_dist(s, distance, length, flush) \
368 flush = (s->sym_next == s->sym_end); \
372 # define _tr_tally_lit(s, c, flush) flus
321 _tr_tally_lit(s,c,flush) global() argument
329 _tr_tally_dist(s,distance,length,flush) global() argument
341 _tr_tally_lit(s,c,flush) global() argument
342 _tr_tally_dist(s,distance,length,flush) global() argument
[all...]
H A Ddeflate.c65 block_done, /* block flush performed */
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()
947 int old_flush; /* value of flush param for previous deflate call */ in deflate()
950 if (deflateStateCheck(strm) || flush > Z_BLOC in deflate()
816 deflate(z_streamp strm,int flush) deflate() argument
1692 deflate_stored(deflate_state * s,int flush) deflate_stored() argument
1879 deflate_fast(deflate_state * s,int flush) deflate_fast() argument
1981 deflate_slow(deflate_state * s,int flush) deflate_slow() argument
2112 deflate_rle(deflate_state * s,int flush) deflate_rle() argument
2186 deflate_huff(deflate_state * s,int flush) deflate_huff() argument
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/
H A 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 point
[all...]
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A 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/gcc/libgomp/testsuite/libgomp.c/appendix-a/
H 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/
H A 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/
H A D33_defer_vs.t46 $o->flush;
62 $o->flush;
69 $o->flush;
80 $o->flush;
H A 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/
H A 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/
H A 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/
H A 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/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-format-respect-gtest-sharding-env-vars/DummySubDir/
H A 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/
H A 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/
H A 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/
H A 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())[
[all...]
/openbsd-src/gnu/llvm/libcxx/src/
H A 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/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dwrite-to-stdout-and-stderr.py7 sys.stdout.flush()
10 sys.stderr.flush()
/openbsd-src/sys/net/
H A 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/sbin/fsck_ext2fs/
H A 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/
H A Dnarrow_stream_objects.cc128 cout.flush(); in test04()
130 cerr.flush(); in test04()
132 cout.flush(); in test04()

12345678910>>...26