Home
last modified time | relevance | path

Searched refs:eob (Results 1 – 25 of 2236) sorted by path

12345678910>>...90

/dports/archivers/fpc-unzip/fpc-3.2.2/packages/unzip/src/
H A Dunzip51g.pp753 el : word; {length of eob code=code 256}
870 j := el -w; {Make eob code end at table}
/dports/archivers/lbzip2/lbzip2-2.5/src/
H A Ddecode.c687 goto eob; in retrieve()
738 eob: in retrieve()
/dports/archivers/star/schily-2021-09-18/cpp/
H A Dcpp.c193 #define eob(a) ((a)>=pend) macro
532 if (eob(--p)) p=refill(p);
537 if (eob(--p)) p=refill(p);
542 if (eob(--p)) p=refill(p);
547 if (eob(--p)) p=refill(p);
563 if (eob(--p)) {
574 } else if (eob(--p)) {
590 if (eob(--p)) p=refill(p);
721 if (eob(op))
1030 if (eob(--inptr)) {
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Dbitbuffer.c45 bs->eob = FALSE; in buffer_init()
H A Dbitbuffer.h37 int eob; /* end of buffer index */ member
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/itertools-0.9.0/tests/
H A Dspecializations.rs115 fn eob_left_z(eob: EitherOrBoth<usize, usize>) -> usize { in merge_join_by_test()
116 eob.left().unwrap_or(0) in merge_join_by_test()
118 fn eob_right_z(eob: EitherOrBoth<usize, usize>) -> usize { in merge_join_by_test()
119 eob.left().unwrap_or(0) in merge_join_by_test()
121 fn eob_both_z(eob: EitherOrBoth<usize, usize>) -> usize { in merge_join_by_test()
122 let (a, b) = eob.both().unwrap_or((0, 0)); in merge_join_by_test()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph261pay.c487 gboolean eob; in decode_tcoeff() local
507 eob = FALSE; in decode_tcoeff()
508 while (!eob) { in decode_tcoeff()
516 eob = TRUE; in decode_tcoeff()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph261pay.c487 gboolean eob; in decode_tcoeff() local
507 eob = FALSE; in decode_tcoeff()
508 while (!eob) { in decode_tcoeff()
516 eob = TRUE; in decode_tcoeff()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph261pay.c487 gboolean eob; in decode_tcoeff() local
507 eob = FALSE; in decode_tcoeff()
508 while (!eob) { in decode_tcoeff()
516 eob = TRUE; in decode_tcoeff()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph261pay.c487 gboolean eob; in decode_tcoeff() local
507 eob = FALSE; in decode_tcoeff()
508 while (!eob) { in decode_tcoeff()
516 eob = TRUE; in decode_tcoeff()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph261pay.c487 gboolean eob; in decode_tcoeff() local
507 eob = FALSE; in decode_tcoeff()
508 while (!eob) { in decode_tcoeff()
516 eob = TRUE; in decode_tcoeff()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph261pay.c487 gboolean eob; in decode_tcoeff() local
507 eob = FALSE; in decode_tcoeff()
508 while (!eob) { in decode_tcoeff()
516 eob = TRUE; in decode_tcoeff()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph261pay.c487 gboolean eob; in decode_tcoeff() local
507 eob = FALSE; in decode_tcoeff()
508 while (!eob) { in decode_tcoeff()
516 eob = TRUE; in decode_tcoeff()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph261pay.c487 gboolean eob; in decode_tcoeff() local
507 eob = FALSE; in decode_tcoeff()
508 while (!eob) { in decode_tcoeff()
516 eob = TRUE; in decode_tcoeff()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph261pay.c487 gboolean eob; in decode_tcoeff() local
507 eob = FALSE; in decode_tcoeff()
508 while (!eob) { in decode_tcoeff()
516 eob = TRUE; in decode_tcoeff()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/docs/
H A DKNOWN_BUGS39 3.4 POP3 expects "CRLF.CRLF" eob for some single-line responses
286 3.4 POP3 expects "CRLF.CRLF" eob for some single-line responses
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/
H A Dpop3.c902 pop3c->eob = 2; in pop3_state_command_resp()
1446 pop3c->eob++; in Curl_pop3_write()
1460 pop3c->eob++; in Curl_pop3_write()
1464 pop3c->eob = 1; in Curl_pop3_write()
1468 if(pop3c->eob == 1 || pop3c->eob == 4) in Curl_pop3_write()
1469 pop3c->eob++; in Curl_pop3_write()
1473 pop3c->eob = 0; in Curl_pop3_write()
1478 pop3c->eob++; in Curl_pop3_write()
1491 pop3c->eob = 0; in Curl_pop3_write()
1527 pop3c->eob = 0; in Curl_pop3_write()
[all …]
H A Dpop3.h64 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
H A Dsmtp.c1192 char *eob; in smtp_done() local
1227 if(!eob) in smtp_done()
1233 free(eob); in smtp_done()
1248 free(eob); in smtp_done()
1293 smtp->eob = 2; in smtp_perform()
1571 eob_sent = smtp->eob; in Curl_smtp_escape_eob()
1577 smtp->eob++; in Curl_smtp_escape_eob()
1580 if(2 == smtp->eob || SMTP_EOB_LEN == smtp->eob) in Curl_smtp_escape_eob()
1592 smtp->eob = 1; in Curl_smtp_escape_eob()
1594 smtp->eob = 0; in Curl_smtp_escape_eob()
[all …]
H A Dsmtp.h58 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/
H A Dftpserver.pl913 my $eob;
929 $eob = 1;
934 if($eob) {
/dports/audio/lmms/lmms-1.2.2/debian/patches/
H A Dclang.patch231 eob = false;
254 return eob;
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/calf/
H A Dprimitives.h353 bool eob; variable
358 virtual void execute(scheduler *s) { p->eob = true; } in execute()
366 , eob(true) in scheduler()
371 eob = false; in scheduler()
394 return eob; in is_eob()
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dcommon.c909 while ((i >= 0) && (!bs->eob)) { in refill_buffer()
953 bs->eob = i + 1; in refill_buffer()
1003 bs->eob = FALSE; in open_bit_stream_w()
1075 bs->eob = FALSE; in open_bit_stream_r()
1123 if ((bs->buf_byte_idx < MINIMUM) || (bs->buf_byte_idx < bs->eob)) { in get1bit()
1124 if (bs->eob) in get1bit()
1189 if ((bs->buf_byte_idx < MINIMUM) || (bs->buf_byte_idx < bs->eob)) { in getbits()
1190 if (bs->eob) in getbits()
H A Dcommon.h308 int eob; /* end of buffer index */ member

12345678910>>...90