Home
last modified time | relevance | path

Searched refs:ochunk (Results 1 – 25 of 79) sorted by relevance

1234

/dports/security/cryptlib/cryptlib-3.4.3/crypt/
H A Drc4enc.c187 RC4_CHUNK mask=(RC4_CHUNK)-1, ochunk; in RC4() local
190 ochunk = *(RC4_CHUNK *)outdata; in RC4()
209 ochunk &= ~mask; in RC4()
210 ochunk |= (otp^ichunk) & mask; in RC4()
211 *(RC4_CHUNK *)outdata = ochunk; in RC4()
240 RC4_CHUNK mask=(RC4_CHUNK)-1, ochunk; in RC4() local
243 ochunk = *(RC4_CHUNK *)outdata; in RC4()
262 ochunk &= ~mask; in RC4()
263 ochunk |= (otp^ichunk) & mask; in RC4()
264 *(RC4_CHUNK *)outdata = ochunk; in RC4()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/rc4/
H A Drc4_enc.c180 RC4_CHUNK mask=(RC4_CHUNK)-1, ochunk; in RC4() local
183 ochunk = *(RC4_CHUNK *)outdata; in RC4()
202 ochunk &= ~mask; in RC4()
203 ochunk |= (otp^ichunk) & mask; in RC4()
204 *(RC4_CHUNK *)outdata = ochunk; in RC4()
233 RC4_CHUNK mask=(RC4_CHUNK)-1, ochunk; in RC4() local
236 ochunk = *(RC4_CHUNK *)outdata; in RC4()
255 ochunk &= ~mask; in RC4()
256 ochunk |= (otp^ichunk) & mask; in RC4()
257 *(RC4_CHUNK *)outdata = ochunk; in RC4()
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/rc4/
H A Drc4_enc.c181 RC4_CHUNK mask = (RC4_CHUNK) - 1, ochunk; in RC4() local
184 ochunk = *(RC4_CHUNK *) outdata; in RC4()
209 ochunk &= ~mask; in RC4()
210 ochunk |= (otp ^ ichunk) & mask; in RC4()
211 *(RC4_CHUNK *) outdata = ochunk; in RC4()
235 RC4_CHUNK mask = (RC4_CHUNK) - 1, ochunk; in RC4() local
238 ochunk = *(RC4_CHUNK *) outdata; in RC4()
263 ochunk &= ~mask; in RC4()
264 ochunk |= (otp ^ ichunk) & mask; in RC4()
265 *(RC4_CHUNK *) outdata = ochunk; in RC4()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/rc4/
H A Drc4_enc.c181 RC4_CHUNK mask = (RC4_CHUNK) - 1, ochunk; in RC4() local
184 ochunk = *(RC4_CHUNK *) outdata; in RC4()
209 ochunk &= ~mask; in RC4()
210 ochunk |= (otp ^ ichunk) & mask; in RC4()
211 *(RC4_CHUNK *) outdata = ochunk; in RC4()
235 RC4_CHUNK mask = (RC4_CHUNK) - 1, ochunk; in RC4() local
238 ochunk = *(RC4_CHUNK *) outdata; in RC4()
263 ochunk &= ~mask; in RC4()
264 ochunk |= (otp ^ ichunk) & mask; in RC4()
265 *(RC4_CHUNK *) outdata = ochunk; in RC4()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/rc4/
H A Drc4_enc.c181 RC4_CHUNK mask = (RC4_CHUNK) - 1, ochunk; in RC4() local
184 ochunk = *(RC4_CHUNK *) outdata; in RC4()
209 ochunk &= ~mask; in RC4()
210 ochunk |= (otp ^ ichunk) & mask; in RC4()
211 *(RC4_CHUNK *) outdata = ochunk; in RC4()
235 RC4_CHUNK mask = (RC4_CHUNK) - 1, ochunk; in RC4() local
238 ochunk = *(RC4_CHUNK *) outdata; in RC4()
263 ochunk &= ~mask; in RC4()
264 ochunk |= (otp ^ ichunk) & mask; in RC4()
265 *(RC4_CHUNK *) outdata = ochunk; in RC4()
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/rc4/
H A Drc4_enc.c181 RC4_CHUNK mask = (RC4_CHUNK) - 1, ochunk; in RC4() local
184 ochunk = *(RC4_CHUNK *) outdata; in RC4()
209 ochunk &= ~mask; in RC4()
210 ochunk |= (otp ^ ichunk) & mask; in RC4()
211 *(RC4_CHUNK *) outdata = ochunk; in RC4()
235 RC4_CHUNK mask = (RC4_CHUNK) - 1, ochunk; in RC4() local
238 ochunk = *(RC4_CHUNK *) outdata; in RC4()
263 ochunk &= ~mask; in RC4()
264 ochunk |= (otp ^ ichunk) & mask; in RC4()
265 *(RC4_CHUNK *) outdata = ochunk; in RC4()
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/rc4/
H A Drc4_enc.c181 RC4_CHUNK mask = (RC4_CHUNK) - 1, ochunk; in RC4() local
184 ochunk = *(RC4_CHUNK *) outdata; in RC4()
209 ochunk &= ~mask; in RC4()
210 ochunk |= (otp ^ ichunk) & mask; in RC4()
211 *(RC4_CHUNK *) outdata = ochunk; in RC4()
235 RC4_CHUNK mask = (RC4_CHUNK) - 1, ochunk; in RC4() local
238 ochunk = *(RC4_CHUNK *) outdata; in RC4()
263 ochunk &= ~mask; in RC4()
264 ochunk |= (otp ^ ichunk) & mask; in RC4()
265 *(RC4_CHUNK *) outdata = ochunk; in RC4()
/dports/games/ioquake3/ioquake3-1.36/code/libspeex/
H A Dresample.c892 spx_uint32_t ichunk, ochunk; in speex_resampler_process_float() local
894 ochunk = olen; in speex_resampler_process_float()
898 ochunk=FIXED_STACK_ALLOC; in speex_resampler_process_float()
911 for (i=0;i<ochunk;i++) in speex_resampler_process_float()
913 out += ochunk; in speex_resampler_process_float()
916 olen -= ochunk; in speex_resampler_process_float()
967 spx_uint32_t ichunk, ochunk; in speex_resampler_process_int() local
969 ochunk = olen; in speex_resampler_process_int()
986 for (i=0;i<ochunk;i++) in speex_resampler_process_int()
988 out += ochunk; in speex_resampler_process_int()
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/libspeex/
H A Dresample.c892 spx_uint32_t ichunk, ochunk; in speex_resampler_process_float() local
894 ochunk = olen; in speex_resampler_process_float()
898 ochunk=FIXED_STACK_ALLOC; in speex_resampler_process_float()
911 for (i=0;i<ochunk;i++) in speex_resampler_process_float()
913 out += ochunk; in speex_resampler_process_float()
916 olen -= ochunk; in speex_resampler_process_float()
967 spx_uint32_t ichunk, ochunk; in speex_resampler_process_int() local
969 ochunk = olen; in speex_resampler_process_int()
986 for (i=0;i<ochunk;i++) in speex_resampler_process_int()
988 out += ochunk; in speex_resampler_process_int()
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/libspeex/
H A Dresample.c892 spx_uint32_t ichunk, ochunk; in speex_resampler_process_float() local
894 ochunk = olen; in speex_resampler_process_float()
898 ochunk=FIXED_STACK_ALLOC; in speex_resampler_process_float()
911 for (i=0;i<ochunk;i++) in speex_resampler_process_float()
913 out += ochunk; in speex_resampler_process_float()
916 olen -= ochunk; in speex_resampler_process_float()
967 spx_uint32_t ichunk, ochunk; in speex_resampler_process_int() local
969 ochunk = olen; in speex_resampler_process_int()
986 for (i=0;i<ochunk;i++) in speex_resampler_process_int()
988 out += ochunk; in speex_resampler_process_int()
[all …]
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/libspeex/
H A Dresample.c892 spx_uint32_t ichunk, ochunk; in speex_resampler_process_float() local
894 ochunk = olen; in speex_resampler_process_float()
898 ochunk=FIXED_STACK_ALLOC; in speex_resampler_process_float()
911 for (i=0;i<ochunk;i++) in speex_resampler_process_float()
913 out += ochunk; in speex_resampler_process_float()
916 olen -= ochunk; in speex_resampler_process_float()
967 spx_uint32_t ichunk, ochunk; in speex_resampler_process_int() local
969 ochunk = olen; in speex_resampler_process_int()
986 for (i=0;i<ochunk;i++) in speex_resampler_process_int()
988 out += ochunk; in speex_resampler_process_int()
[all …]
/dports/games/evq3/evq3/code/libspeex/
H A Dresample.c892 spx_uint32_t ichunk, ochunk; in speex_resampler_process_float() local
894 ochunk = olen; in speex_resampler_process_float()
898 ochunk=FIXED_STACK_ALLOC; in speex_resampler_process_float()
911 for (i=0;i<ochunk;i++) in speex_resampler_process_float()
913 out += ochunk; in speex_resampler_process_float()
916 olen -= ochunk; in speex_resampler_process_float()
967 spx_uint32_t ichunk, ochunk; in speex_resampler_process_int() local
969 ochunk = olen; in speex_resampler_process_int()
986 for (i=0;i<ochunk;i++) in speex_resampler_process_int()
988 out += ochunk; in speex_resampler_process_int()
[all …]
/dports/audio/alsa-plugins/alsa-plugins-1.2.2/pph/
H A Dresample.c861 spx_uint32_t ichunk, ochunk; in speex_resampler_process_float() local
863 ochunk = olen; in speex_resampler_process_float()
867 ochunk=FIXED_STACK_ALLOC; in speex_resampler_process_float()
874 for (i=0;i<ochunk;i++) in speex_resampler_process_float()
876 out += ochunk; in speex_resampler_process_float()
879 olen -= ochunk; in speex_resampler_process_float()
924 spx_uint32_t ichunk, ochunk; in speex_resampler_process_int() local
926 ochunk = olen; in speex_resampler_process_int()
937 for (i=0;i<ochunk;i++) in speex_resampler_process_int()
939 out += ochunk; in speex_resampler_process_int()
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/basic/
H A Dbasic_stream.h828 Range<TOValue*> ochunk;
833 getChunk(ochunk, target, Output());
841 getChunk(ochunk, target, Output());
843 minChunkSize = std::min((TTargetSize)length(ichunk), (TTargetSize)length(ochunk));
854 arrayCopyForward(ichunk.begin, ichunk.begin + minChunkSize, ochunk.begin);
936 TOChunk ochunk;
940 getChunk(ochunk, target, Output());
941 TTargetSize chunkSize = length(ochunk);
946 getChunk(ochunk, target, Output());
947 chunkSize = length(ochunk);
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/stream/
H A Dtokenization.h280 Range<TOValue*> ochunk(NULL, NULL);
295 advanceChunk(target, optr - ochunk.begin); // extend target string size
303 if (SEQAN_UNLIKELY(optr == ochunk.end))
305 advanceChunk(target, optr - ochunk.begin);
309 getChunk(ochunk, target, Output());
310 optr = ochunk.begin;
311 SEQAN_ASSERT(optr < ochunk.end);
317 advanceChunk(target, optr - ochunk.begin);
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/basic/
H A Dbasic_stream.h832 Range<TOValue*> ochunk;
837 getChunk(ochunk, target, Output());
845 getChunk(ochunk, target, Output());
847 minChunkSize = std::min((TTargetSize)length(ichunk), (TTargetSize)length(ochunk));
858 arrayCopyForward(ichunk.begin, ichunk.begin + minChunkSize, ochunk.begin);
940 TOChunk ochunk;
944 getChunk(ochunk, target, Output());
945 TTargetSize chunkSize = length(ochunk);
950 getChunk(ochunk, target, Output());
951 chunkSize = length(ochunk);
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/basic/
H A Dbasic_stream.h832 Range<TOValue*> ochunk;
837 getChunk(ochunk, target, Output());
845 getChunk(ochunk, target, Output());
847 minChunkSize = std::min((TTargetSize)length(ichunk), (TTargetSize)length(ochunk));
858 arrayCopyForward(ichunk.begin, ichunk.begin + minChunkSize, ochunk.begin);
940 TOChunk ochunk;
944 getChunk(ochunk, target, Output());
945 TTargetSize chunkSize = length(ochunk);
950 getChunk(ochunk, target, Output());
951 chunkSize = length(ochunk);
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/stream/
H A Dtokenization.h280 Range<TOValue*> ochunk(NULL, NULL);
295 advanceChunk(target, optr - ochunk.begin); // extend target string size
303 if (SEQAN_UNLIKELY(optr == ochunk.end))
305 advanceChunk(target, optr - ochunk.begin);
309 getChunk(ochunk, target, Output());
310 optr = ochunk.begin;
311 SEQAN_ASSERT(optr < ochunk.end);
317 advanceChunk(target, optr - ochunk.begin);
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/stream/
H A Dtokenization.h280 Range<TOValue*> ochunk(NULL, NULL);
295 advanceChunk(target, optr - ochunk.begin); // extend target string size
303 if (SEQAN_UNLIKELY(optr == ochunk.end))
305 advanceChunk(target, optr - ochunk.begin);
309 getChunk(ochunk, target, Output());
310 optr = ochunk.begin;
311 SEQAN_ASSERT(optr < ochunk.end);
317 advanceChunk(target, optr - ochunk.begin);
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/cubeb/src/speex/
H A Dresample.c943 spx_uint32_t ochunk = olen; in speex_resampler_process_int() local
954 olen -= ochunk; in speex_resampler_process_int()
955 out += ochunk * st->out_stride; in speex_resampler_process_int()
992 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen; in speex_resampler_process_float() local
996 omagic = speex_resampler_magic(st, channel_index, &y, ochunk); in speex_resampler_process_float()
997 ochunk -= omagic; in speex_resampler_process_float()
1013 speex_resampler_process_native(st, channel_index, &ichunk, y, &ochunk); in speex_resampler_process_float()
1016 ochunk = 0; in speex_resampler_process_float()
1019 for (j=0;j<ochunk+omagic;++j) in speex_resampler_process_float()
1027 olen -= ochunk; in speex_resampler_process_float()
[all …]
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/speex_resampler/thirdparty/
H A Dresample.c943 spx_uint32_t ochunk = olen; in speex_resampler_process_int() local
954 olen -= ochunk; in speex_resampler_process_int()
955 out += ochunk * st->out_stride; in speex_resampler_process_int()
991 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen; in speex_resampler_process_float() local
995 omagic = speex_resampler_magic(st, channel_index, &y, ochunk); in speex_resampler_process_float()
996 ochunk -= omagic; in speex_resampler_process_float()
1012 speex_resampler_process_native(st, channel_index, &ichunk, y, &ochunk); in speex_resampler_process_float()
1015 ochunk = 0; in speex_resampler_process_float()
1018 for (j=0;j<ochunk+omagic;++j) in speex_resampler_process_float()
1026 olen -= ochunk; in speex_resampler_process_float()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libspeex_resampler/src/
H A Dresample.c957 spx_uint32_t ochunk = olen; in speex_resampler_process_int() local
968 olen -= ochunk; in speex_resampler_process_int()
969 out += ochunk * st->out_stride; in speex_resampler_process_int()
1006 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen; in speex_resampler_process_float() local
1010 omagic = speex_resampler_magic(st, channel_index, &y, ochunk); in speex_resampler_process_float()
1011 ochunk -= omagic; in speex_resampler_process_float()
1027 speex_resampler_process_native(st, channel_index, &ichunk, y, &ochunk); in speex_resampler_process_float()
1030 ochunk = 0; in speex_resampler_process_float()
1033 for (j=0;j<ochunk+omagic;++j) in speex_resampler_process_float()
1041 olen -= ochunk; in speex_resampler_process_float()
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/frameserver/util/resampler/
H A Dresample.c864 spx_uint32_t ochunk = olen; in speex_resampler_process_int() local
875 olen -= ochunk; in speex_resampler_process_int()
876 out += ochunk * st->out_stride; in speex_resampler_process_int()
913 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen; in speex_resampler_process_float() local
917 omagic = speex_resampler_magic(st, channel_index, &y, ochunk); in speex_resampler_process_float()
918 ochunk -= omagic; in speex_resampler_process_float()
934 speex_resampler_process_native(st, channel_index, &ichunk, y, &ochunk); in speex_resampler_process_float()
937 ochunk = 0; in speex_resampler_process_float()
940 for (j=0;j<ochunk+omagic;++j) in speex_resampler_process_float()
948 olen -= ochunk; in speex_resampler_process_float()
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/frameserver/util/resampler/
H A Dresample.c864 spx_uint32_t ochunk = olen; in speex_resampler_process_int() local
875 olen -= ochunk; in speex_resampler_process_int()
876 out += ochunk * st->out_stride; in speex_resampler_process_int()
913 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen; in speex_resampler_process_float() local
917 omagic = speex_resampler_magic(st, channel_index, &y, ochunk); in speex_resampler_process_float()
918 ochunk -= omagic; in speex_resampler_process_float()
934 speex_resampler_process_native(st, channel_index, &ichunk, y, &ochunk); in speex_resampler_process_float()
937 ochunk = 0; in speex_resampler_process_float()
940 for (j=0;j<ochunk+omagic;++j) in speex_resampler_process_float()
948 olen -= ochunk; in speex_resampler_process_float()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/speex/
H A Dresample.c857 spx_uint32_t ochunk = olen; in speex_resampler_process_int() local
868 olen -= ochunk; in speex_resampler_process_int()
869 out += ochunk * st->out_stride; in speex_resampler_process_int()
906 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen; in speex_resampler_process_float() local
910 omagic = speex_resampler_magic(st, channel_index, &y, ochunk); in speex_resampler_process_float()
911 ochunk -= omagic; in speex_resampler_process_float()
927 speex_resampler_process_native(st, channel_index, &ichunk, y, &ochunk); in speex_resampler_process_float()
930 ochunk = 0; in speex_resampler_process_float()
933 for (j=0;j<ochunk+omagic;++j) in speex_resampler_process_float()
941 olen -= ochunk; in speex_resampler_process_float()
[all …]

1234