Searched defs:mix (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dhash.cc10 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
24 mix(a,b,c);
26 mix(a,b,c);
32 a mix of things, see the comments above hashlittle().
35 then mix those integers. This is fast (you can do a lot more thorough
47 mix -- mix 3 32-bit values reversibly.
49 This is reversible, so any information in (a,b,c) before mix() is
50 still in (a,b,c) after mix().
52 If four pairs of (a,b,c) inputs are run through mix(), o
89 #define mix macro
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DRandom.h33 for(int i = 0; i < 10; i++) mix();
43 for(int i = 0; i < 10; i++) mix();
48 void mix ( void ) function in struct:Rand
57 mix();
64 mix();
H A Dlookup3.cpp7 #define mix(a,b,c) \ macro
42 mix(a,b,c);
/external/regex-re2/util/
H A Dhash.cc10 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
24 mix(a,b,c);
26 mix(a,b,c);
32 a mix of things, see the comments above hashlittle().
35 then mix those integers. This is fast (you can do a lot more thorough
47 mix -- mix 3 32-bit values reversibly.
49 This is reversible, so any information in (a,b,c) before mix() is
50 still in (a,b,c) after mix().
52 If four pairs of (a,b,c) inputs are run through mix(), o
89 #define mix macro
[all...]
/external/clang/test/CXX/except/except.spec/
H A Dp1.cpp44 namespace mix { namespace
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dphash.c20 mix -- mix 3 32-bit values reversibly.
24 * If mix() is run forward or backward, at least 32 bits in a,b,c
26 * If mix() is run forward, every bit of c will change between 1/3 and
28 mix() was built out of 36 single-cycle latency instructions in a
44 #define mix(a,b,c) \ macro
118 mix(a,b,c);
143 mix(a,b,c);
152 Repeating mix() three times achieves avalanche.
153 Repeating mix() fou
[all...]
/external/clang/test/CodeGen/
H A Dpragma-weak.c94 void mix(void);
95 #pragma weak mix macro
96 __attribute((weak)) void mix(void) { } function
97 // CHECK-LABEL: define weak void @mix()
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmengine.c277 EAS_BOOL mix,
344 if (mix)
388 EAS_BOOL mix,
442 if (mix)
558 EAS_BOOL mix; local
614 /* operator 4 is in mix mode in modes 0 and 1 */
615 mix = (mode < 2);
623 mix,
635 mix,
654 /* operator 1 is in mix mod
272 FM_Operator( S_FM_ENG_OPER *p, EAS_I32 numSamplesToAdd, EAS_PCM *pBuffer, EAS_PCM *pModBuffer, EAS_BOOL mix, EAS_U16 gainTarget, EAS_I16 pitch, EAS_U8 feedback, EAS_I16 *pLastOutput) argument
384 FM_NoiseOperator( S_FM_ENG_OPER *p, EAS_I32 numSamplesToAdd, EAS_PCM *pBuffer, EAS_BOOL mix, EAS_U16 gainTarget, EAS_U8 feedback, EAS_I16 *pLastOutput) argument
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_fmengine.c277 EAS_BOOL mix,
344 if (mix)
388 EAS_BOOL mix,
442 if (mix)
558 EAS_BOOL mix; local
614 /* operator 4 is in mix mode in modes 0 and 1 */
615 mix = (mode < 2);
623 mix,
635 mix,
654 /* operator 1 is in mix mod
272 FM_Operator( S_FM_ENG_OPER *p, EAS_I32 numSamplesToAdd, EAS_PCM *pBuffer, EAS_PCM *pModBuffer, EAS_BOOL mix, EAS_U16 gainTarget, EAS_I16 pitch, EAS_U8 feedback, EAS_I16 *pLastOutput) argument
384 FM_NoiseOperator( S_FM_ENG_OPER *p, EAS_I32 numSamplesToAdd, EAS_PCM *pBuffer, EAS_BOOL mix, EAS_U16 gainTarget, EAS_U8 feedback, EAS_I16 *pLastOutput) argument
[all...]
/external/chromium_org/remoting/webapp/
H A Dbase.js81 base.mix = function(dest, src) {
97 base.mix(dest.prototype, src.prototype || src);
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp70 inline float mix (float x, float y, float a) { return x * (1.0f - a) + y * a; } function in namespace:tcu
80 inline double mix (double x, double y, double a) { return x * (1.0 - a) + y * a; } function in namespace:tcu
207 Vector<float, Size> mix (const Vector<float, Size>& x, const Vector<float, Size>& y, float a) function in namespace:tcu
216 Vector<double, Size> mix (const Vector<double, Size>& x, const Vector<double, Size>& y, double a) function in namespace:tcu
461 TCU_DECLARE_VECTOR_TERNARY_FUNC(mix, deFloatMix)
/external/llvm/include/llvm/ADT/
H A DHashing.h271 /// This effectively performs the initial mix.
277 state.mix(s);
294 /// We mix all 64 bytes even when the chunk length is smaller, but we
296 void mix(const char *s) { function in struct:llvm::hashing::detail::hash_state
432 // a mix of the last 64-bytes. That is how the algorithm works when we
437 state.mix(buffer);
466 state.mix(s_begin);
470 state.mix(s_end - 64);
532 // either initialize the hash state (on the first full buffer) or mix
540 state.mix(buffe
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c151 double mix; local
157 // Let's mix in a bit of entropy to favor good clustering when
167 mix = 0.95;
169 mix = 0.7; // nonzeros == 4.
172 mix = 0.627;
177 min_limit = mix * min_limit + (1.0 - mix) * retval;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dtransmit_mixer.cc1057 TransmitMixer::SetMixWithMicStatus(bool mix) argument
1059 _mixFileWithMicrophone = mix;
H A Dchannel.cc589 // error so that the audio mixer module doesn't add it to the mix. As
2503 Channel::SetMixWithMicStatus(bool mix) argument
2506 _mixFileWithMicrophone=mix;
/external/webp/src/enc/
H A Dhistogram.c151 double mix; local
157 // Let's mix in a bit of entropy to favor good clustering when
167 mix = 0.95;
169 mix = 0.7; // nonzeros == 4.
172 mix = 0.627;
177 min_limit = mix * min_limit + (1.0 - mix) * retval;
/external/opencv/cvaux/include/
H A Dcvaux.h110 int* mix; /* number of mixture to which observation belong */ member in struct:CvImgObsInfo
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 1193 milliseconds