Home
last modified time | relevance | path

Searched refs:jflmsk (Results 1 – 20 of 20) sorted by relevance

/dports/net/h323plus/h323plus-1_27_2/plugins/audio/Speex/libspeex/
H A Dmisc.c210 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
213 ran.i = jflone | (jflmsk & *seed); in speex_rand()
/dports/net/opal/opal-3.10.10/src/codec/speex/libspeex/
H A Dmisc.c210 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
213 ran.i = jflone | (jflmsk & *seed); in speex_rand()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/speex-1.1.12/libspeex/
H A Dmisc.c210 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
213 ran.i = jflone | (jflmsk & *seed); in speex_rand()
/dports/net/opal/opal-3.10.10/plugins/audio/Speex/libspeex/
H A Dmisc.c210 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
213 ran.i = jflone | (jflmsk & *seed); in speex_rand()
/dports/devel/ptlib/ptlib-2.10.11/src/ptclib/speex_echo/
H A Dmisc.c214 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
217 ran.i = jflone | (jflmsk & *seed); in speex_rand()
/dports/games/ioquake3-server/ioquake3-1.36/code/libspeex/
H A Dmath_approx.h52 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
55 ran.i = jflone | (jflmsk & *seed); in speex_rand()
/dports/games/ioquake3/ioquake3-1.36/code/libspeex/
H A Dmath_approx.h52 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
55 ran.i = jflone | (jflmsk & *seed); in speex_rand()
/dports/games/evq3/evq3/code/libspeex/
H A Dmath_approx.h52 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
55 ran.i = jflone | (jflmsk & *seed); in speex_rand()
/dports/net/pjsip/pjproject-2.11.1/third_party/speex/libspeex/
H A Dmath_approx.h52 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
55 ran.i = jflone | (jflmsk & *seed); in speex_rand()
H A Dscal.c126 const unsigned int jflmsk = 0x007fffff; in uni_rand() local
129 ran.i = jflone | (jflmsk & *seed); in uni_rand()
/dports/games/openarena/openarena-engine-source-0.8.8/code/libspeex/
H A Dmath_approx.h52 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
55 ran.i = jflone | (jflmsk & *seed); in speex_rand()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/libspeex/
H A Dmath_approx.h52 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
55 ran.i = jflone | (jflmsk & *seed); in speex_rand()
/dports/audio/speex/speex-1.2.0/libspeex/
H A Dmath_approx.h52 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
55 ran.i = jflone | (jflmsk & *seed); in speex_rand()
/dports/audio/speexdsp/speexdsp-1.2.0/libspeexdsp/
H A Dmath_approx.h52 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
55 ran.i = jflone | (jflmsk & *seed); in speex_rand()
H A Dscal.c126 const unsigned int jflmsk = 0x007fffff; in uni_rand() local
129 ran.i = jflone | (jflmsk & *seed); in uni_rand()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/speex/
H A Dmath_approx.h53 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
56 ran.i = jflone | (jflmsk & *seed); in speex_rand()
H A Dscal.c122 const unsigned int jflmsk = 0x007fffff; in uni_rand() local
125 ran.i = jflone | (jflmsk & *seed); in uni_rand()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/speex/
H A Dmath_approx.h53 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
56 ran.i = jflone | (jflmsk & *seed); in speex_rand()
H A Dscal.c122 const unsigned int jflmsk = 0x007fffff; in uni_rand() local
125 ran.i = jflone | (jflmsk & *seed); in uni_rand()
/dports/biology/mothur/mothur-1.46.1/source/
H A Dlinearalgebra.cpp1172 static const unsigned long jflmsk = 0xffff007f;
1175 static const unsigned long jflmsk = 0x007fffff;
1187 itemp=jflone | (jflmsk & irword);