Home
last modified time | relevance | path

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

1234567

/plan9/sys/src/cmd/gs/zlib/
H A Ddeflate.h302 # define _tr_tally_lit(s, c, flush) \ argument
307 flush = (s->last_lit == s->lit_bufsize-1); \
309 # define _tr_tally_dist(s, distance, length, flush) \ argument
317 flush = (s->last_lit == s->lit_bufsize-1); \
320 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
321 # define _tr_tally_dist(s, distance, length, flush) \ argument
322 flush = _tr_tally(s, distance, length)
H A Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
523 int ZEXPORT deflate (strm, flush) in deflate() argument
525 int flush;
531 flush > Z_FINISH || flush < 0) {
538 (s->status == FINISH_STATE && flush != Z_FINISH)) {
545 s->last_flush = flush;
614 } else if (strm->avail_in == 0 && flush <= old_flush &&
[all …]
/plan9/rc/bin/
H A Dipso18 flush = no
63 flush = yes
75 if(~ $flush no && ~ $edit no && ~ $load no){
78 flush = yes
81 if(~ $flush yes && ~ $edit no && ~ $load no){
135 if(~ $flush yes){
/plan9/sys/src/cmd/fossil/
H A D9proc.c107 assert(m->flush == nil); in msgFree()
177 Msg *flush, *old; in msgFlush() local
241 if((flush = old->flush) != nil){ in msgFlush()
244 old->flush->t.tag, old->t.tag); in msgFlush()
245 m->flush = flush->flush; in msgFlush()
246 flush->flush = nil; in msgFlush()
247 msgMunlink(flush); in msgFlush()
248 msgFree(flush); in msgFlush()
250 old->flush = m; in msgFlush()
431 Msg *flush, *m; in msgWrite() local
[all …]
H A Ddisk.c26 VtRendez *flush; member
65 disk->flush = vtRendezAlloc(disk->lk); in diskAlloc()
268 vtSleep(disk->flush); in diskFlush()
396 vtWakeup(disk->flush); in diskThread()
/plan9/sys/man/5/
H A DINDEX7 flush flush
/plan9/sys/src/cmd/venti/srv/
H A Dsyncarena.c37 int err, flush, broken; in syncarena() local
44 flush = 0; in syncarena()
112 flush = 1; in syncarena()
126 if(flush){ in syncarena()
142 flush, in syncarena()
H A Dlumpqueue.c25 Rendez flush; member
55 q->flush.l = &q->lock; in initlumpqueues()
125 rsleep(&q->flush); in flushqueue()
157 rwakeupall(&q->flush); in queueproc()
/plan9/rc/bin/ipconf/
H A Dtheworld4 dial/flush
11 dial/flush
/plan9/sys/src/cmd/gs/lib/
H A Dcbjc600.ppd102 exch 2 {upperright cvp} repeat flush
163 {(True)}{(False)}ifelse = flush
195 (dpi) = flush
233 currentpagedevice /BitsPerPixel get dup 1 eq { pop (None) } if = flush
271 dup null eq {pop (Unknown)} if = flush
297 dup null eq {pop (Unknown)} if = flush
325 currentpagedevice /ProcessColorModel get = flush
349 = flush
399 {(True)}{(False)}ifelse = flush
H A Dcbjc800.ppd112 exch 2 {upperright cvp} repeat flush
176 {(True)}{(False)}ifelse = flush
208 (dpi) = flush
246 currentpagedevice /BitsPerPixel get dup 1 eq { pop (None) } if = flush
284 dup null eq {pop (Unknown)} if = flush
335 currentpagedevice /ProcessColorModel get = flush
359 = flush
/plan9/sys/src/cmd/rc/
H A Dsubr.c40 flush(err); in yyerror()
75 flush(err); in panic()
/plan9/sys/src/cmd/jpg/
H A Dreadppm.c149 void (*flush)(Biobufhdr*); member
221 if(p->flush) in readppm()
222 (*p->flush)(b); in readppm()
/plan9/sys/src/cmd/gs/src/
H A Dgdevdsp.h206 int (*display_page)(void *handle, void *device, int copies, int flush);
261 int (*display_page)(void *handle, void *device, int copies, int flush);
H A Dgdevsnfb.c77 sonyfb_output_page(gx_device *dev, int num_copies, int flush) in sonyfb_output_page() argument
114 return gx_finish_output_page(dev, num_copies, flush); in sonyfb_output_page()
H A Dgdev3b1.c438 att3b1_do_output_page(gx_device *dev, int num_copies, int flush) in att3b1_do_output_page() argument
545 flush ? "Showpage" : "Copypage", att3b1dev->page_num, xorigin, yorigin, in att3b1_do_output_page()
660 if (flush) in att3b1_do_output_page()
701 att3b1_output_page(gx_device *dev, int num_copies, int flush) in att3b1_output_page() argument
703 int code = att3b1_do_output_page(dev, num_copies, flush); in att3b1_output_page()
706 code = gx_finish_output_page(dev, num_copies, flush); in att3b1_output_page()
H A Dgdevcp50.c177 cp50_output_page(gx_device *pdev, int num_copies, int flush) in cp50_output_page() argument
193 code = (*gs_clist_device_procs.output_page)(pdev, num_copies, flush); in cp50_output_page()
198 return gx_finish_output_page(pdev, num_copies, flush); in cp50_output_page()
/plan9/sys/src/cmd/
H A Dxd.c12 int flush; variable
96 flush = 1; in main()
265 if(flush) in xd()
272 if(flush) in xd()
/plan9/sys/src/cmd/db/
H A Dpcs.c108 flush(); in subpcs()
164 flush(); in subpcs()
/plan9/sys/src/lib9p/
H A Dreq.c88 respond(r->flush[i], nil); in closereq()
89 free(r->flush); in closereq()
/plan9/sys/src/libc/fmt/
H A Dfmtfd.c27 f->flush = _fmtFdFlush; in fmtfdinit()
/plan9/sys/src/ape/lib/fmt/
H A Dfmtfd.c42 f->flush = __fmtFdFlush; in fmtfdinit()
H A Dvseprint.c29 f.flush = 0; in vseprint()
H A Dvsnprint.c30 f.flush = 0; in vsnprint()
/plan9/sys/src/cmd/unix/drawterm/libc/
H A Dfmtfd.c28 f->flush = __fmtFdFlush; in fmtfdinit()

1234567