Home
last modified time | relevance | path

Searched refs:_bsize (Results 1 – 25 of 30) sorted by relevance

12

/dports/audio/zita-njbridge/zita-njbridge-0.4.8/source/
H A Djacktx.cc68 _bsize = 0; in init()
76 _bsize = jack_get_buffer_size (_client); in init()
163 if (_bsize == 0) _bsize = bsize; in jack_buffsize()
164 else if (_bsize != bsize) _state = Jacktx::TERM; in jack_buffsize()
252 _tscnt += _bsize; in jack_process()
257 M->_count = _count + _bsize; in jack_process()
271 bstep = _bsize / _npack; in jack_process()
302 bdiff += nfram * _npack - _bsize; in jack_process()
H A Djackrx.cc67 _bsize = 0;
75 _bsize = jack_get_buffer_size (_client);
88 _buff = new float [_bsize * _nchan];
151 _ppsec = (_fsamp + _bsize / 2) / _bsize;
197 w = 6.28 * bw * _bsize / _fsamp;
199 _w1 = w * 2.0 * _ratio / _bsize;
211 _resamp.out_count = _bsize;
245 for (i = 0; i < _bsize; i++) q [i] = p [i * _nchan];
290 if (_bsize == 0) _bsize = bsize;
291 else if (_bsize != bsize) _state = Jackrx::FATAL;
H A Djacktx.h50 int bsize (void) const { return _bsize; } in bsize()
73 int _bsize; variable
H A Djackrx.h50 int bsize (void) const { return _bsize; } in bsize()
79 int _bsize; variable
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DLogConfig.cs117 private uint _bsize; field in BerkeleyDB.LogConfig
153 get { return _bsize; }
156 _bsize = value;
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DLogConfig.cs135 private uint _bsize; field in BerkeleyDB.LogConfig
171 get { return _bsize; }
174 _bsize = value;
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dlattice.h129 long _bsize ; member
137 _bsize(10), in latticeNTL_BKZ()
148 _bsize = bsize ; in setBlockSize()
168 return _bsize ; in getBlockSize()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/prefetch/
H A DPrfRetrier.c41 self->curSize = self->_bsize; in PrfRetrierReset()
60 self->_bsize = mane->bsize; in PrfRetrierInit()
67 self->curSize = self->_bsize; in PrfRetrierInit()
H A DPrfRetrier.h39 size_t _bsize; member
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/epiphany/
H A De_printf.c34 int trap_7( char *s , int _bsize, int _argsize) { in trap_7() argument
36 volatile register unsigned bsize asm("r1") = _bsize; in trap_7()
/dports/lang/v/v-0.1.29/vlib/szip/
H A Dszip.v227 mut _bsize := i64(0)
228 res := C.zip_entry_read(zentry, &_buf, &_bsize)
/dports/french/med/med-4.0.0/src/cfi/
H A Dmedfiltercf.c158 med_size _bsize = (med_size) *bsize; in MFRFBLC() local
176 _bsize, in MFRFBLC()
/dports/audio/zita-mu1/zita-mu1-0.3.3/source/
H A Djclient.cc64 _bsize = jack_get_buffer_size (_jack_client); in init_jack()
85 Kmeterdsp::init (_fsamp, _bsize, 0.5f, 15.0f); in init_jack()
H A Djclient.h116 int _bsize; variable
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/context/
H A Dpartition_unit.rs171 out: &mut [u16; 2], cdf_in: &[u16], _bsize: BlockSize, in partition_gather_horz_alike()
203 out: &mut [u16; 2], cdf_in: &[u16], _bsize: BlockSize, in partition_gather_vert_alike()
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/board-js2x/llfw/
H A Du4mem.c3366 static const uint64_t _bsize = (uint64_t) 0x08000000; // 128MB
3377 uint64_t numblocks = ( mend - _start ) / _bsize; // 128Mb blocks
3378 uint64_t numlines = _bsize / _line;
3420 ( block * _bsize ) +
3480 ( block * _bsize ) +
3549 ( block * _bsize ) +
3607 ( block * _bsize ) +
3675 ( block * _bsize ) +
3727 ( block * _bsize ) +
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/board-js2x/llfw/
H A Du4mem.c3366 static const uint64_t _bsize = (uint64_t) 0x08000000; // 128MB
3377 uint64_t numblocks = ( mend - _start ) / _bsize; // 128Mb blocks
3378 uint64_t numlines = _bsize / _line;
3420 ( block * _bsize ) +
3480 ( block * _bsize ) +
3549 ( block * _bsize ) +
3607 ( block * _bsize ) +
3675 ( block * _bsize ) +
3727 ( block * _bsize ) +
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/board-js2x/llfw/
H A Du4mem.c3366 static const uint64_t _bsize = (uint64_t) 0x08000000; // 128MB
3377 uint64_t numblocks = ( mend - _start ) / _bsize; // 128Mb blocks
3378 uint64_t numlines = _bsize / _line;
3420 ( block * _bsize ) +
3480 ( block * _bsize ) +
3549 ( block * _bsize ) +
3607 ( block * _bsize ) +
3675 ( block * _bsize ) +
3727 ( block * _bsize ) +
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/board-js2x/llfw/
H A Du4mem.c3366 static const uint64_t _bsize = (uint64_t) 0x08000000; // 128MB
3377 uint64_t numblocks = ( mend - _start ) / _bsize; // 128Mb blocks
3378 uint64_t numlines = _bsize / _line;
3420 ( block * _bsize ) +
3480 ( block * _bsize ) +
3549 ( block * _bsize ) +
3607 ( block * _bsize ) +
3675 ( block * _bsize ) +
3727 ( block * _bsize ) +
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/board-js2x/llfw/
H A Du4mem.c3366 static const uint64_t _bsize = (uint64_t) 0x08000000; // 128MB
3377 uint64_t numblocks = ( mend - _start ) / _bsize; // 128Mb blocks
3378 uint64_t numlines = _bsize / _line;
3420 ( block * _bsize ) +
3480 ( block * _bsize ) +
3549 ( block * _bsize ) +
3607 ( block * _bsize ) +
3675 ( block * _bsize ) +
3727 ( block * _bsize ) +
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/board-js2x/llfw/
H A Du4mem.c3366 static const uint64_t _bsize = (uint64_t) 0x08000000; // 128MB
3377 uint64_t numblocks = ( mend - _start ) / _bsize; // 128Mb blocks
3378 uint64_t numlines = _bsize / _line;
3420 ( block * _bsize ) +
3480 ( block * _bsize ) +
3549 ( block * _bsize ) +
3607 ( block * _bsize ) +
3675 ( block * _bsize ) +
3727 ( block * _bsize ) +
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/board-js2x/llfw/
H A Du4mem.c3366 static const uint64_t _bsize = (uint64_t) 0x08000000; // 128MB
3377 uint64_t numblocks = ( mend - _start ) / _bsize; // 128Mb blocks
3378 uint64_t numlines = _bsize / _line;
3420 ( block * _bsize ) +
3480 ( block * _bsize ) +
3549 ( block * _bsize ) +
3607 ( block * _bsize ) +
3675 ( block * _bsize ) +
3727 ( block * _bsize ) +
/dports/multimedia/librav1e/rav1e-0.5.1/src/context/
H A Dpartition_unit.rs171 out: &mut [u16; 2], cdf_in: &[u16], _bsize: BlockSize, in partition_gather_horz_alike()
203 out: &mut [u16; 2], cdf_in: &[u16], _bsize: BlockSize, in partition_gather_vert_alike()
/dports/multimedia/rav1e/rav1e-0.5.1/src/context/
H A Dpartition_unit.rs171 out: &mut [u16; 2], cdf_in: &[u16], _bsize: BlockSize, in partition_gather_horz_alike()
203 out: &mut [u16; 2], cdf_in: &[u16], _bsize: BlockSize, in partition_gather_vert_alike()
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dbug-2756.c43 char *bfgets(char *_bs, size_t _bsize, FILE *_bstream) in bfgets() argument

12