Home
last modified time | relevance | path

Searched refs:last_out (Results 1 – 25 of 498) sorted by relevance

12345678910>>...20

/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/
H A Ddecimator_1202.c46 LADSPA_Data last_out; member
100 LADSPA_Data last_out; in instantiateDecimator() local
106 last_out = 0.0f; in instantiateDecimator()
109 plugin_data->last_out = last_out; in instantiateDecimator()
138 LADSPA_Data last_out = plugin_data->last_out; in runDecimator() local
166 last_out = input[pos] - delta; in runDecimator()
167 buffer_write(output[pos], last_out); in runDecimator()
173 plugin_data->last_out = last_out; in runDecimator()
204 LADSPA_Data last_out = plugin_data->last_out; in runAddingDecimator() local
232 last_out = input[pos] - delta; in runAddingDecimator()
[all …]
/dports/net/luasocket/luasocket-3.0-rc1/test/
H A Dltn12test.lua43 local last_out = ""
48 last_out = (part ~= "" or chunk) and part
50 return last_out
54 return not last_in and not last_out
61 if not last_out then error("extra nil chunk", 2) end
70 if last_in ~= "" and last_out ~= "" then
90 local last_out = ""
100 last_out = (part ~= "" or chunk) and part
102 return last_out
106 return not last_in and not last_out
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dopenssl_code_plug.c15 unsigned char *last_out = out; in BytesToKey() local
33 MD5_Update(&ctx, last_out, hash_len); in BytesToKey()
39 MD5_Update(&ctx, last_out, hash_len); in BytesToKey()
42 last_out = &out[size_made]; in BytesToKey()
62 SHA1_Update(&ctx, last_out, hash_len); in BytesToKey()
68 SHA1_Update(&ctx, last_out, hash_len); in BytesToKey()
71 last_out = &out[size_made]; in BytesToKey()
91 SHA256_Update(&ctx, last_out, hash_len); in BytesToKey()
97 SHA256_Update(&ctx, last_out, hash_len); in BytesToKey()
100 last_out = &out[size_made]; in BytesToKey()
/dports/devel/premake5/premake-5.0.0-alpha16-src/binmodules/luasocket/test/
H A Dltn12test.lua43 local last_out = ""
48 last_out = (part ~= "" or chunk) and part
50 return last_out
54 return not last_in and not last_out
61 if not last_out then error("extra nil chunk", 2) end
70 if last_in ~= "" and last_out ~= "" then
90 local last_out = ""
100 last_out = (part ~= "" or chunk) and part
102 return last_out
106 return not last_in and not last_out
[all …]
/dports/devel/love10/love-0.10.2/src/libraries/luasocket/libluasocket/
H A Dltn12.lua140 local last_in, last_out = "", ""
144 if not last_out then
151 last_out = f(last_in)
152 if not last_out then
158 elseif last_out ~= "" then
161 return last_out
164 last_out = f(last_in)
165 if last_out == "" then
171 elseif not last_out then
178 return last_out
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luasocket/src/
H A Dltn12.lua140 local last_in, last_out = "", ""
144 if not last_out then
151 last_out = f(last_in)
152 if not last_out then
158 elseif last_out ~= "" then
161 return last_out
164 last_out = f(last_in)
165 if last_out == "" then
171 elseif not last_out then
178 return last_out
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luasocket/src/
H A Dltn12.lua140 local last_in, last_out = "", ""
144 if not last_out then
151 last_out = f(last_in)
152 if not last_out then
158 elseif last_out ~= "" then
161 return last_out
164 last_out = f(last_in)
165 if last_out == "" then
171 elseif not last_out then
178 return last_out
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luasocket/src/
H A Dltn12.lua140 local last_in, last_out = "", ""
144 if not last_out then
151 last_out = f(last_in)
152 if not last_out then
158 elseif last_out ~= "" then
161 return last_out
164 last_out = f(last_in)
165 if last_out == "" then
171 elseif not last_out then
178 return last_out
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luasocket/src/
H A Dltn12.lua140 local last_in, last_out = "", ""
144 if not last_out then
151 last_out = f(last_in)
152 if not last_out then
158 elseif last_out ~= "" then
161 return last_out
164 last_out = f(last_in)
165 if last_out == "" then
171 elseif not last_out then
178 return last_out
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luasocket/src/
H A Dltn12.lua140 local last_in, last_out = "", ""
144 if not last_out then
151 last_out = f(last_in)
152 if not last_out then
158 elseif last_out ~= "" then
161 return last_out
164 last_out = f(last_in)
165 if last_out == "" then
171 elseif not last_out then
178 return last_out
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luasocket/src/
H A Dltn12.lua140 local last_in, last_out = "", ""
144 if not last_out then
151 last_out = f(last_in)
152 if not last_out then
158 elseif last_out ~= "" then
161 return last_out
164 last_out = f(last_in)
165 if last_out == "" then
171 elseif not last_out then
178 return last_out
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luasocket/src/
H A Dltn12.lua140 local last_in, last_out = "", ""
144 if not last_out then
151 last_out = f(last_in)
152 if not last_out then
158 elseif last_out ~= "" then
161 return last_out
164 last_out = f(last_in)
165 if last_out == "" then
171 elseif not last_out then
178 return last_out
/dports/net/luasocket/luasocket-3.0-rc1/src/
H A Dltn12.lua144 local last_in, last_out = "", ""
148 if not last_out then
155 last_out = f(last_in)
156 if not last_out then
162 elseif last_out ~= "" then
165 return last_out
168 last_out = f(last_in)
169 if last_out == "" then
175 elseif not last_out then
182 return last_out
/dports/devel/love/love-11.3/src/libraries/luasocket/libluasocket/
H A Dltn12.lua150 local last_in, last_out = "", ""
154 if not last_out then
161 last_out = f(last_in)
162 if not last_out then
168 elseif last_out ~= "" then
171 return last_out
174 last_out = f(last_in)
175 if last_out == "" then
181 elseif not last_out then
188 return last_out
/dports/devel/premake5/premake-5.0.0-alpha16-src/binmodules/luasocket/src/
H A Dltn12.lua150 local last_in, last_out = "", ""
154 if not last_out then
161 last_out = f(last_in)
162 if not last_out then
168 elseif last_out ~= "" then
171 return last_out
174 last_out = f(last_in)
175 if last_out == "" then
181 elseif not last_out then
188 return last_out
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/lib/
H A Ddiff_encoder_bb_impl.cc56 unsigned last_out = d_last_out; in work() local
60 out[i] = (in[i] + last_out) % modulus; in work()
61 last_out = out[i]; in work()
64 d_last_out = last_out; in work()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/tools/
H A Dcws2fws.c30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; in main() local
95 last_out = zstream.total_out; in main()
111 zstream.total_out, zstream.total_out - last_out); in main()
113 if (write(fd_out, &buf_out, zstream.total_out - last_out) < in main()
114 zstream.total_out - last_out) { in main()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/tools/
H A Dcws2fws.c30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; in main() local
95 last_out = zstream.total_out; in main()
111 zstream.total_out, zstream.total_out - last_out); in main()
113 if (write(fd_out, &buf_out, zstream.total_out - last_out) < in main()
114 zstream.total_out - last_out) { in main()
/dports/multimedia/handbrake/ffmpeg-4.4/tools/
H A Dcws2fws.c30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; in main() local
94 last_out = zstream.total_out; in main()
110 zstream.total_out, zstream.total_out - last_out); in main()
112 if (write(fd_out, &buf_out, zstream.total_out - last_out) < in main()
113 zstream.total_out - last_out) { in main()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tools/
H A Dcws2fws.c30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; in main() local
94 last_out = zstream.total_out; in main()
110 zstream.total_out, zstream.total_out - last_out); in main()
112 if (write(fd_out, &buf_out, zstream.total_out - last_out) < in main()
113 zstream.total_out - last_out) { in main()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tools/
H A Dcws2fws.c30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; in main() local
100 last_out = zstream.total_out; in main()
116 zstream.total_out, zstream.total_out - last_out); in main()
118 if (write(fd_out, &buf_out, zstream.total_out - last_out) < in main()
119 zstream.total_out - last_out) { in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/tools/
H A Dcws2fws.c30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; in main() local
94 last_out = zstream.total_out; in main()
110 zstream.total_out, zstream.total_out - last_out); in main()
112 if (write(fd_out, &buf_out, zstream.total_out - last_out) < in main()
113 zstream.total_out - last_out) { in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tools/
H A Dcws2fws.c30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; in main() local
94 last_out = zstream.total_out; in main()
110 zstream.total_out, zstream.total_out - last_out); in main()
112 if (write(fd_out, &buf_out, zstream.total_out - last_out) < in main()
113 zstream.total_out - last_out) { in main()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dcost_scaling.h781 int last_out;
784 last_out = _first_out[i+1];
796 last_out = _first_out[i+1];
821 last_out = _first_out[i+1];
941 int last_out = _first_out[i+1];
1005 int last_out = _first_out[u+1];
1057 int last_out = _first_out[u+1];
1240 if (a == last_out) {
1291 int last_out = _first_out[u+1];
1420 last_out = _next_out[tip];
[all …]
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dcost_scaling.h781 int last_out;
784 last_out = _first_out[i+1];
796 last_out = _first_out[i+1];
821 last_out = _first_out[i+1];
941 int last_out = _first_out[i+1];
1005 int last_out = _first_out[u+1];
1057 int last_out = _first_out[u+1];
1240 if (a == last_out) {
1291 int last_out = _first_out[u+1];
1420 last_out = _next_out[tip];
[all …]

12345678910>>...20