Home
last modified time | relevance | path

Searched defs:bbuf (Results 1 – 25 of 757) sorted by relevance

12345678910>>...31

/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/sound/
H A DBlip_Buffer.c30 void Blip_Buffer_init(Blip_Buffer* bbuf) in Blip_Buffer_init()
44 void Blip_Buffer_deinit(Blip_Buffer* bbuf) in Blip_Buffer_deinit()
50 void Blip_Buffer_clear(Blip_Buffer* bbuf, int entire_buffer) in Blip_Buffer_clear()
62 blargg_err_t Blip_Buffer_set_sample_rate(Blip_Buffer* bbuf, long new_rate, in Blip_Buffer_set_sample_rate()
107 blip_resampled_time_t Blip_Buffer_clock_rate_factor(Blip_Buffer* bbuf, in Blip_Buffer_clock_rate_factor()
117 void Blip_Buffer_bass_freq(Blip_Buffer* bbuf, int freq) in Blip_Buffer_bass_freq()
132 void Blip_Buffer_end_frame(Blip_Buffer* bbuf, blip_time_t t) in Blip_Buffer_end_frame()
138 void Blip_Buffer_remove_silence(Blip_Buffer* bbuf, long count) in Blip_Buffer_remove_silence()
145 long Blip_Buffer_count_samples(Blip_Buffer* bbuf, blip_time_t t) in Blip_Buffer_count_samples()
152 void Blip_Buffer_remove_samples(Blip_Buffer* bbuf, long count) in Blip_Buffer_remove_samples()
[all …]
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/mednafen/sound/
H A DBlip_Buffer.c30 void Blip_Buffer_init(Blip_Buffer* bbuf) in Blip_Buffer_init()
44 void Blip_Buffer_deinit(Blip_Buffer* bbuf) in Blip_Buffer_deinit()
50 void Blip_Buffer_clear(Blip_Buffer* bbuf, int entire_buffer) in Blip_Buffer_clear()
62 blargg_err_t Blip_Buffer_set_sample_rate(Blip_Buffer* bbuf, long new_rate, in Blip_Buffer_set_sample_rate()
107 blip_resampled_time_t Blip_Buffer_clock_rate_factor(Blip_Buffer* bbuf, in Blip_Buffer_clock_rate_factor()
117 void Blip_Buffer_bass_freq(Blip_Buffer* bbuf, int freq) in Blip_Buffer_bass_freq()
132 void Blip_Buffer_end_frame(Blip_Buffer* bbuf, blip_time_t t) in Blip_Buffer_end_frame()
138 void Blip_Buffer_remove_silence(Blip_Buffer* bbuf, long count) in Blip_Buffer_remove_silence()
145 long Blip_Buffer_count_samples(Blip_Buffer* bbuf, blip_time_t t) in Blip_Buffer_count_samples()
152 void Blip_Buffer_remove_samples(Blip_Buffer* bbuf, long count) in Blip_Buffer_remove_samples()
[all …]
/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/mednafen/sound/
H A DBlip_Buffer.c30 void Blip_Buffer_init(Blip_Buffer* bbuf) in Blip_Buffer_init()
44 void Blip_Buffer_deinit(Blip_Buffer* bbuf) in Blip_Buffer_deinit()
50 void Blip_Buffer_clear(Blip_Buffer* bbuf, int entire_buffer) in Blip_Buffer_clear()
62 blargg_err_t Blip_Buffer_set_sample_rate(Blip_Buffer* bbuf, long new_rate, in Blip_Buffer_set_sample_rate()
107 blip_resampled_time_t Blip_Buffer_clock_rate_factor(Blip_Buffer* bbuf, in Blip_Buffer_clock_rate_factor()
117 void Blip_Buffer_bass_freq(Blip_Buffer* bbuf, int freq) in Blip_Buffer_bass_freq()
131 void Blip_Buffer_end_frame(Blip_Buffer* bbuf, blip_time_t t) in Blip_Buffer_end_frame()
137 void Blip_Buffer_remove_silence(Blip_Buffer* bbuf, long count) in Blip_Buffer_remove_silence()
144 long Blip_Buffer_count_samples(Blip_Buffer* bbuf, blip_time_t t) in Blip_Buffer_count_samples()
151 void Blip_Buffer_remove_samples(Blip_Buffer* bbuf, long count) in Blip_Buffer_remove_samples()
[all …]
/dports/astro/gpsd/gpsd-3.20/
H A Dsrecord.c33 unsigned char *bbuf, unsigned char *sbuf) in bin2srec()
52 int srec_hdr(unsigned int num, unsigned char *bbuf, unsigned char *sbuf) in srec_hdr()
60 unsigned char bbuf[4], sum; in srec_fin() local
72 void hexdump(size_t len, unsigned char *bbuf, unsigned char *abuf) in hexdump()
115 sr_sum(unsigned int count, unsigned int addr, unsigned char *bbuf) in sr_sum()
/dports/net/vncreflector/vnc_reflector/
H A Drfblib.c28 CARD8 *bbuf = buf; in buf_get_pixfmt() local
38 CARD8 *bbuf = buf; in buf_put_pixfmt() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/quantel/
H A DfilequantelP.h91 #define QUANTEL_FILL_LINE_OF_BLACK(rbuf, gbuf, bbuf, size) \ argument
98 #define QUANTEL_FILL_LINE_OF_RGB(xmarg, xsize, rbuf, gbuf, bbuf, RGBbuf) \ argument
111 #define QUANTEL_FILL_LINE_OF_RGB2(xmarg, rbuf, gbuf, bbuf, RGBbuf) \ argument
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/io/
H A DAbstractSessionInputBuffer.java320 final ByteBuffer bbuf = ByteBuffer.wrap(this.linebuffer.buffer(), 0, len); in lineFromLineBuffer() local
340 final ByteBuffer bbuf = ByteBuffer.wrap(this.buffer, off, len); in lineFromReadBuffer() local
347 final CharArrayBuffer charbuffer, final ByteBuffer bbuf) throws IOException { in appendDecoded()
374 final ByteBuffer bbuf) throws IOException { in handleDecodingResult()
H A DSessionInputBufferImpl.java318 final ByteBuffer bbuf = ByteBuffer.wrap(this.linebuffer.buffer(), 0, len); in lineFromLineBuffer() local
339 final ByteBuffer bbuf = ByteBuffer.wrap(this.buffer, off, len); in lineFromReadBuffer() local
346 final CharArrayBuffer charbuffer, final ByteBuffer bbuf) throws IOException { in appendDecoded()
368 final ByteBuffer bbuf) throws IOException { in handleDecodingResult()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/io/
H A DAbstractSessionInputBuffer.java320 final ByteBuffer bbuf = ByteBuffer.wrap(this.linebuffer.buffer(), 0, len); in lineFromLineBuffer() local
340 final ByteBuffer bbuf = ByteBuffer.wrap(this.buffer, off, len); in lineFromReadBuffer() local
347 final CharArrayBuffer charbuffer, final ByteBuffer bbuf) throws IOException { in appendDecoded()
374 final ByteBuffer bbuf) throws IOException { in handleDecodingResult()
H A DSessionInputBufferImpl.java318 final ByteBuffer bbuf = ByteBuffer.wrap(this.linebuffer.buffer(), 0, len); in lineFromLineBuffer() local
339 final ByteBuffer bbuf = ByteBuffer.wrap(this.buffer, off, len); in lineFromReadBuffer() local
346 final CharArrayBuffer charbuffer, final ByteBuffer bbuf) throws IOException { in appendDecoded()
368 final ByteBuffer bbuf) throws IOException { in handleDecodingResult()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/appcds/
H A DSharedArchiveConsistency.java189 ByteBuffer bbuf = ByteBuffer.wrap(new byte[bufSize]); in modifyJsaContentRandomly() local
200 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJsaContent() local
230 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJsaHeader() local
242 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJvmIdent() local
254 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyHeaderIntField() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/appcds/
H A DSharedArchiveConsistency.java189 ByteBuffer bbuf = ByteBuffer.wrap(new byte[bufSize]); in modifyJsaContentRandomly() local
200 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJsaContent() local
230 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJsaHeader() local
242 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJvmIdent() local
254 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyHeaderIntField() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/appcds/
H A DSharedArchiveConsistency.java202 ByteBuffer bbuf = ByteBuffer.wrap(new byte[bufSize]); in modifyJsaContentRandomly() local
221 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJsaContent() local
259 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJsaHeader() local
271 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJvmIdent() local
283 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyHeaderIntField() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/cds/appcds/
H A DSharedArchiveConsistency.java191 ByteBuffer bbuf = ByteBuffer.wrap(new byte[bufSize]); in modifyJsaContentRandomly() local
210 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJsaContent() local
248 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJsaHeader() local
260 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJvmIdent() local
272 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyHeaderIntField() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/cds/appcds/
H A DSharedArchiveConsistency.java191 ByteBuffer bbuf = ByteBuffer.wrap(new byte[bufSize]); in modifyJsaContentRandomly() local
210 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJsaContent() local
248 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJsaHeader() local
260 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJvmIdent() local
272 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyHeaderIntField() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/cds/appcds/
H A DSharedArchiveConsistency.java191 ByteBuffer bbuf = ByteBuffer.wrap(new byte[bufSize]); in modifyJsaContentRandomly() local
210 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJsaContent() local
248 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJsaHeader() local
260 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJvmIdent() local
272 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyHeaderIntField() local
/dports/astro/siril/siril/src/core/
H A Darithm.c170 WORD *abuf = a->data, *bbuf = b->data; in imoper_to_ushort() local
219 float *bbuf = b->fdata; in imoper_to_ushort() local
365 WORD *abuf = a->data, *bbuf = b->data; in addmax() local
371 float *abuf = a->fdata, *bbuf = b->fdata; in addmax() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/cds/appcds/
H A DSharedArchiveConsistency.java190 ByteBuffer bbuf = ByteBuffer.wrap(new byte[bufSize]); in modifyJsaContentRandomly() local
208 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJsaContent() local
246 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJsaHeader() local
258 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyJvmIdent() local
270 ByteBuffer bbuf = ByteBuffer.wrap(buf); in modifyHeaderIntField() local
/dports/www/uwsgi/uwsgi-2.0.20/plugins/corerouter/
H A Dcr_common.c118 char bbuf[4096]; in uwsgi_corerouter_manage_subscription() local
239 char bbuf[4096]; in uwsgi_corerouter_manage_internal_subscription() local
/dports/devel/dev86/dev86-0.16.20/doselks/
H A Ddoselks.c64 char bbuf[1024]; local
254 char bbuf[1024]; in dump_core() local
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqhbci/banking/
H A Dprovider_iniletter.c150 GWEN_BUFFER *bbuf; in _getIniLetterTxt1() local
443 GWEN_BUFFER *bbuf; in _getIniLetterHtml1() local
757 GWEN_BUFFER *bbuf; in _getIniLetterTxt2() local
1089 GWEN_BUFFER *bbuf; in _getIniLetterHtml2() local
/dports/converters/cmios9/cmios9-2.1/
H A Dcmios9_io.c44 static char bbuf[DEV_BLOCKSIZE]; in readblock() local
170 static char bbuf[DEV_BLOCKSIZE]; in writeblock() local
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/syslinux/
H A Dpxe_get_cached.c47 void *bbuf, *nbuf; in pxe_get_cached_info() local
/dports/net/py-mpi4py/mpi4py-3.1.3/demo/mpi-ref-v1/
H A Dex-3.09.py28 bbuf = (b, MPI.DOUBLE) variable
/dports/graphics/gocr/gocr-0.52/src/
H A Dunicode.c414 /*FIXME jb static*/ static char bbuf[8*32]; /* space for 8 buffers, rotating */ in decode() local

12345678910>>...31