Home
last modified time | relevance | path

Searched refs:rofs (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DMixerLoops.cpp99 if((!rofs) && (!lofs)) in StereoFill()
108 …const mixsample_t x_r = mpt::rshift_signed(rofs + (mpt::rshift_signed(-rofs, sizeof(mixsample_t) *… in StereoFill()
114 rofs -= x_r; in StereoFill()
116 pBuffer[i*2] = rofs; in StereoFill()
121 if(fabs(rofs) < OFSTHRESHOLD) rofs = 0; in StereoFill()
130 mixsample_t rofs = chn.nROfs; in EndChannelOfs() local
133 if((!rofs) && (!lofs)) in EndChannelOfs()
146 rofs -= x_r; in EndChannelOfs()
148 pBuffer[i*2] += rofs; in EndChannelOfs()
152 if(std::abs(rofs) < OFSTHRESHOLD) rofs = 0; in EndChannelOfs()
[all …]
/dports/audio/schismtracker/schismtracker-20211116/player/
H A Dmixutil.c42 int rofs = *profs; in stereo_fill() local
45 if (!rofs && !lofs) { in stereo_fill()
51 int x_r = (rofs + (((-rofs) >> 31) & OFSDECAYMASK)) >> OFSDECAYSHIFT; in stereo_fill()
54 rofs -= x_r; in stereo_fill()
60 *profs = rofs; in stereo_fill()
67 int rofs = channel->rofs; in end_channel_ofs() local
70 if (!rofs && !lofs) in end_channel_ofs()
74 int x_r = (rofs + (((-rofs) >> 31) & OFSDECAYMASK)) >> OFSDECAYSHIFT; in end_channel_ofs()
77 rofs -= x_r; in end_channel_ofs()
83 channel->rofs = rofs; in end_channel_ofs()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/citrus/
H A Dcitrus_db_factory.c233 *(uint8_t *)_region_offset(r, *rofs) = val; in put8()
234 *rofs += 1; in put8()
241 memcpy(_region_offset(r, *rofs), &val, 4); in put32()
242 *rofs += 4; in put32()
246 putpad(struct _region *r, size_t *rofs) in putpad() argument
249 for (i = ceilto(*rofs) - *rofs; i > 0; i--) in putpad()
250 put8(r, rofs, 0); in putpad()
257 while (*rofs<_CITRUS_DB_MAGIC_SIZE) in dump_header()
258 put8(r, rofs, *magic++); in dump_header()
259 put32(r, rofs, num_entries); in dump_header()
[all …]
/dports/devel/py-smmap/smmap-5.0.0/smmap/
H A Dutil.py71 rofs = self.ofs - window.ofs_end()
72 nsize = rofs + self.size
73 rofs -= nsize - min(nsize, max_size)
74 self.ofs = self.ofs - rofs
75 self.size += rofs
/dports/devel/py-smmap2/smmap2-2.0.5/smmap/
H A Dutil.py89 rofs = self.ofs - window.ofs_end()
90 nsize = rofs + self.size
91 rofs -= nsize - min(nsize, max_size)
92 self.ofs = self.ofs - rofs
93 self.size += rofs
/dports/multimedia/transcode/transcode-1.1.7/aclib/
H A Dimg_yuv_rgb.c58 # define YUV2RGB(uvofs,rgbsz,rofs,gofs,bofs) do { \ argument
62 dest[0][(y*width+x)*rgbsz+rofs] = Ylut[Y+rVlut[V]]; \
70 dest[0][(y*width+x)*rgbsz+rofs] = Ylut[Y+rVlut[V]]; \
76 # define YUV2RGB(uvofs,rgbsz,rofs,gofs,bofs) do { \ argument
83 dest[0][(y*width+x)*rgbsz+rofs] = r<0 ? 0 : r>255 ? 255 : r;\
122 #define DEFINE_YUV2RGB_SET(rgb,rgbsz,rofs,gofs,bofs) \ argument
174 #define DEFINE_RGB2YUV(name,rgbsz,rofs,gofs,bofs,op) \ argument
190 #define DEFINE_RGB2Y8(name,rgbsz,rofs,gofs,bofs) \ argument
206 #define DEFINE_RGB2YUV_SET(rgb,rgbsz,rofs,gofs,bofs) \ argument
214 DEFINE_RGB2Y8 (rgb##_y8, rgbsz,rofs,gofs,bofs)
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/smmap/
H A Dutil.py95 rofs = self.ofs - window.ofs_end()
96 nsize = rofs + self.size
97 rofs -= nsize - min(nsize, max_size)
98 self.ofs = self.ofs - rofs
99 self.size += rofs
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/smmap/test/
H A Dtest_util.py65 rofs = align_to_mmap(4200, False)
67 rhalfofs = MapRegion(fc.path, rofs, fc.size)
74 assert rhalfofs.ofs_begin() == rofs and rhalfofs.size() == fc.size - rofs
/dports/devel/py-smmap2/smmap2-2.0.5/smmap/test/
H A Dtest_util.py65 rofs = align_to_mmap(4200, False)
67 rhalfofs = MapRegion(fc.path, rofs, fc.size)
74 assert rhalfofs.ofs_begin() == rofs and rhalfofs.size() == fc.size - rofs
/dports/devel/py-smmap/smmap-5.0.0/smmap/test/
H A Dtest_util.py65 rofs = align_to_mmap(4200, False)
67 rhalfofs = MapRegion(fc.path, rofs, fc.size)
74 assert rhalfofs.ofs_begin() == rofs and rhalfofs.size() == fc.size - rofs
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/client/examples/
H A Dmongoperf.cpp133 unsigned long long rofs = (rrand() * PG) % len; in workerThread() local
139 if (rofs < len) in workerThread()
140 dummy += mmf[rofs]; in workerThread()
141 rofs += PG; in workerThread()
155 lf->readAt(rofs, a.addr(), recSizeKB * 1024); in workerThread()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/boot/dts/
H A Dopenbmc-flash-layout.dtsi23 rofs@c0000 {
25 label = "rofs";
H A Dopenbmc-flash-layout-128.dtsi23 rofs@a00000 {
25 label = "rofs";
H A Dopenbmc-flash-layout-64.dtsi26 rofs@580000 {
28 label = "rofs";
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/boot/dts/
H A Dopenbmc-flash-layout.dtsi23 rofs@c0000 {
25 label = "rofs";
H A Dopenbmc-flash-layout-128.dtsi23 rofs@a00000 {
25 label = "rofs";
H A Dopenbmc-flash-layout-64.dtsi26 rofs@580000 {
28 label = "rofs";
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/boot/dts/
H A Dopenbmc-flash-layout.dtsi23 rofs@c0000 {
25 label = "rofs";
H A Dopenbmc-flash-layout-128.dtsi23 rofs@a00000 {
25 label = "rofs";
H A Dopenbmc-flash-layout-64.dtsi26 rofs@580000 {
28 label = "rofs";
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/dfsound/
H A Dregisters.c50 int rofs = (r - 0xc00) >> 1; in SPUwriteRegister() local
51 int changed = spu.regArea[rofs] != val; in SPUwriteRegister()
52 spu.regArea[rofs] = val; in SPUwriteRegister()
54 if (!changed && (ignore_dupe[rofs >> 5] & (1 << (rofs & 0x1f)))) in SPUwriteRegister()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/dfsound/
H A Dregisters.c50 int rofs = (r - 0xc00) >> 1; in SPUwriteRegister() local
51 int changed = spu.regArea[rofs] != val; in SPUwriteRegister()
52 spu.regArea[rofs] = val; in SPUwriteRegister()
54 if (!changed && (ignore_dupe[rofs >> 5] & (1 << (rofs & 0x1f)))) in SPUwriteRegister()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mtd/spi-nor/
H A Dotp.c250 loff_t rstart, rofs; in spi_nor_mtd_otp_read_write() local
281 rofs = ofs & (rlen - 1); in spi_nor_mtd_otp_read_write()
284 len = min_t(size_t, total_len, rlen - rofs); in spi_nor_mtd_otp_read_write()
287 ret = ops->write(nor, rstart + rofs, len, buf); in spi_nor_mtd_otp_read_write()
289 ret = ops->read(nor, rstart + rofs, len, (u8 *)buf); in spi_nor_mtd_otp_read_write()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mtd/spi-nor/
H A Dotp.c250 loff_t rstart, rofs; in spi_nor_mtd_otp_read_write() local
281 rofs = ofs & (rlen - 1); in spi_nor_mtd_otp_read_write()
284 len = min_t(size_t, total_len, rlen - rofs); in spi_nor_mtd_otp_read_write()
287 ret = ops->write(nor, rstart + rofs, len, buf); in spi_nor_mtd_otp_read_write()
289 ret = ops->read(nor, rstart + rofs, len, (u8 *)buf); in spi_nor_mtd_otp_read_write()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mtd/spi-nor/
H A Dotp.c250 loff_t rstart, rofs; in spi_nor_mtd_otp_read_write() local
281 rofs = ofs & (rlen - 1); in spi_nor_mtd_otp_read_write()
284 len = min_t(size_t, total_len, rlen - rofs); in spi_nor_mtd_otp_read_write()
287 ret = ops->write(nor, rstart + rofs, len, buf); in spi_nor_mtd_otp_read_write()
289 ret = ops->read(nor, rstart + rofs, len, (u8 *)buf); in spi_nor_mtd_otp_read_write()

1234567