Home
last modified time | relevance | path

Searched refs:wrem (Results 1 – 25 of 28) sorted by relevance

12

/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/AV/
H A DFastScaler_Scale_Fallback.cpp39 unsigned int wrem = in_w & ((1u << mx) - 1); in MipMap_BGRA_Fallback_Dynamic() local
58 if(wrem != 0) { in MipMap_BGRA_Fallback_Dynamic()
62 for(unsigned int mi = 0; mi < wrem - 1; ++mi) { in MipMap_BGRA_Fallback_Dynamic()
66 uint64_t c = in2[wrem - 1]; in MipMap_BGRA_Fallback_Dynamic()
67 sum += (((c << 24) | c) & mask) * ((1u << mx) - (wrem - 1)); in MipMap_BGRA_Fallback_Dynamic()
96 if(wrem != 0) { in MipMap_BGRA_Fallback_Dynamic()
100 for(unsigned int mi = 0; mi < wrem - 1; ++mi) { in MipMap_BGRA_Fallback_Dynamic()
104 uint64_t c = in2[wrem - 1]; in MipMap_BGRA_Fallback_Dynamic()
105 sum += (((c << 24) | c) & mask) * ((1u << mx) - (wrem - 1)); in MipMap_BGRA_Fallback_Dynamic()
108 for(unsigned int mi = 0; mi < wrem - 1; ++mi) { in MipMap_BGRA_Fallback_Dynamic()
[all …]
H A DFastScaler_Scale_SSSE3.cpp56 unsigned int wrem = in_w & ((1u << mx) - 1); in MipMap_BGRA_SSSE3_Dynamic() local
141 if(wrem != 0) { in MipMap_BGRA_SSSE3_Dynamic()
145 for(unsigned int mi = 0; mi < wrem - 1; ++mi) { in MipMap_BGRA_SSSE3_Dynamic()
149 uint64_t c = in2[wrem - 1]; in MipMap_BGRA_SSSE3_Dynamic()
150 sum += (((c << 24) | c) & mask) * ((1u << mx) - (wrem - 1)); in MipMap_BGRA_SSSE3_Dynamic()
179 if(wrem != 0) { in MipMap_BGRA_SSSE3_Dynamic()
183 for(unsigned int mi = 0; mi < wrem - 1; ++mi) { in MipMap_BGRA_SSSE3_Dynamic()
187 uint64_t c = in2[wrem - 1]; in MipMap_BGRA_SSSE3_Dynamic()
188 sum += (((c << 24) | c) & mask) * ((1u << mx) - (wrem - 1)); in MipMap_BGRA_SSSE3_Dynamic()
191 for(unsigned int mi = 0; mi < wrem - 1; ++mi) { in MipMap_BGRA_SSSE3_Dynamic()
[all …]
/dports/devel/bsdelf/elftoolchain-0.7.1/test/libelf/tset/common/
H A Delfts-copy-file.c47 ssize_t nr, nw, wrem; in elfts_copy_file() local
81 for (bp = buf, wrem = nr; wrem > 0; bp += nw, wrem -= nw) { in elfts_copy_file()
82 if ((nw = write(wfd, bp, wrem)) < 0) { in elfts_copy_file()
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/libelf/tset/common/
H A Delfts-copy-file.c47 ssize_t nr, nw, wrem; in elfts_copy_file() local
81 for (bp = buf, wrem = nr; wrem > 0; bp += nw, wrem -= nw) { in elfts_copy_file()
82 if ((nw = write(wfd, bp, wrem)) < 0) { in elfts_copy_file()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWidget/
H A DBox.cpp31 int wrem = 0; in _resizeImplementation() local
37 wrem = iw % inumFill; in _resizeImplementation()
61 if(cur >= _lastAdd && wrem) { in _resizeImplementation()
64 wrem--; in _resizeImplementation()
H A DTable.cpp74 int wrem = 0; in _resizeImplementation() local
98 wrem = static_cast<int>(width) % static_cast<int>(numColFills); in _resizeImplementation()
105 if(cur >= _lastColAdd && wrem) { in _resizeImplementation()
108 wrem--; in _resizeImplementation()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/
H A DBox.cpp31 int wrem = 0; in _resizeImplementation() local
37 wrem = iw % inumFill; in _resizeImplementation()
61 if(cur >= _lastAdd && wrem) { in _resizeImplementation()
64 wrem--; in _resizeImplementation()
H A DTable.cpp74 int wrem = 0; in _resizeImplementation() local
98 wrem = static_cast<int>(width) % static_cast<int>(numColFills); in _resizeImplementation()
105 if(cur >= _lastColAdd && wrem) { in _resizeImplementation()
108 wrem--; in _resizeImplementation()
/dports/science/py-PyFR/pyfr-1.12.3/pyfr/
H A Dprogress_bar.py74 wrem = format_hms(wallt*(en - cu)/el if self.stelap > 0 else None)
77 n = self._nbarcol - len(wela) - len(wrem) - 1
84 wela, wrem, dps=self.dps)
/dports/graphics/libpgf/PGF/Codec/src/
H A DWaveletTransform.cpp206 const bool wrem = (width & 1); in InterleavedToSubbands() local
217 if (wrem) { in InterleavedToSubbands()
226 if (wrem) ll.WriteBuffer(*loRow); in InterleavedToSubbands()
444 const bool wrem = (width & 1); in SubbandsToInterleaved() local
469 if (wrem) { in SubbandsToInterleaved()
500 if (wrem) *loRow++ = ll.ReadBuffer(); in SubbandsToInterleaved()
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/pgf/
H A DWaveletTransform.cpp208 const bool wrem = (width & 1); in InterleavedToSubbands() local
219 if (wrem) { in InterleavedToSubbands()
228 if (wrem) ll.WriteBuffer(*loRow); in InterleavedToSubbands()
446 const bool wrem = (width & 1); in SubbandsToInterleaved() local
471 if (wrem) { in SubbandsToInterleaved()
502 if (wrem) *loRow++ = ll.ReadBuffer(); in SubbandsToInterleaved()
/dports/graphics/digikam/digikam-7.4.0/core/libs/pgfutils/libpgf/
H A DWaveletTransform.cpp208 const bool wrem = (width & 1); in InterleavedToSubbands() local
219 if (wrem) { in InterleavedToSubbands()
228 if (wrem) ll.WriteBuffer(*loRow); in InterleavedToSubbands()
446 const bool wrem = (width & 1); in SubbandsToInterleaved() local
471 if (wrem) { in SubbandsToInterleaved()
502 if (wrem) *loRow++ = ll.ReadBuffer(); in SubbandsToInterleaved()
/dports/games/ags/ags_linux_v.3.4.4.1/Common/ac/
H A Dwordsdictionary.cpp73 int WordsDictionary::find_index (const char*wrem) { in find_index() argument
76 if (stricmp (wrem, word[aa]) == 0) in find_index()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/ac/
H A Dwords_dictionary.cpp86 int WordsDictionary::find_index(const char *wrem) { in find_index() argument
89 if (ags_stricmp(wrem, word[aa]) == 0) in find_index()
/dports/math/fftw3-float/fftw-3.3.9/rdft/
H A Dhc2hc-generic.c55 INT wrem = 2 * ((m-1)/2 - mcount1); in bytwiddle() local
77 W += wrem; in bytwiddle()
/dports/math/fftw3/fftw-3.3.9/rdft/
H A Dhc2hc-generic.c55 INT wrem = 2 * ((m-1)/2 - mcount1); in bytwiddle() local
77 W += wrem; in bytwiddle()
/dports/math/fftw3-long/fftw-3.3.9/rdft/
H A Dhc2hc-generic.c55 INT wrem = 2 * ((m-1)/2 - mcount1); in bytwiddle() local
77 W += wrem; in bytwiddle()
/dports/math/fftw3-quad/fftw-3.3.9/rdft/
H A Dhc2hc-generic.c55 INT wrem = 2 * ((m-1)/2 - mcount1); in bytwiddle() local
77 W += wrem; in bytwiddle()
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/ui/
H A Dopenimage.tcl112 set state(wrem) $fr.r.rem
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclExecute.c3175 Tcl_WideInt w2, wquot, wrem; local
3335 wrem = w % w2;
3336 if (wrem < W0) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tests/braille-specs/
H A Dda-dk-g26-dictionary_harness.yaml232702 - [wrem, ⠠⠺⠷⠍]
H A Dda-dk-g28-dictionary_harness.yaml233957 - [wrem, ⠠⠺⠷⠍]
H A Dda-dk-g18-dictionary_harness.yaml235361 - [wrem, ⠺⠗⠑⠍]
H A Dda-dk-g16-dictionary_harness.yaml233686 - [wrem, ⠺⠗⠑⠍]
/dports/devel/liblouis/liblouis-3.20.0/tests/braille-specs/
H A Dda-dk-g16-dictionary_harness.yaml233686 - [wrem, ⠺⠗⠑⠍]

12