HomeSort by relevance Sort by last modified time
    Searched defs:mix (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/re2/util/
hash.cc 10 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(), or throug
89 #define mix macro
    [all...]
  /external/chromium_org/third_party/smhasher/src/
lookup3.cpp 7 #define mix(a,b,c) \ macro
42 mix(a,b,c);
Random.h 33 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();
  /external/regex-re2/util/
hash.cc 10 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(), or throug
89 #define mix macro
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
phash.c 20 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() four times eliminates all funnels and al
    [all...]
  /external/clang/test/CXX/except/except.spec/
p1.cpp 44 namespace mix { namespace
  /art/test/044-proxy/src/
WrappedThrow.java 29 WTMix mix = new WTMix(); local
30 InvocationHandler handler = new WTInvocationHandler(mix);
  /external/chromium_org/remoting/webapp/
base.js 81 base.mix = function(dest, src) {
97 base.mix(dest.prototype, src.prototype || src);
  /external/clang/test/CodeGen/
pragma-weak.c 94 void mix(void);
95 #pragma weak mix macro
96 __attribute((weak)) void mix(void) { } function
97 // CHECK-LABEL: define weak void @mix()
  /external/deqp/framework/common/
tcuVectorUtil.hpp 70 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/sonivox/arm-fm-22k/lib_src/
eas_fmengine.c 277 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 mode in modes 0 and 5 *
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmengine.c 277 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 mode in modes 0 and 5 *
    [all...]
  /frameworks/base/libs/hwui/
GradientCache.cpp 256 ChannelMixer mix = gMixers[mUseFloatTexture]; local
282 (this->*mix)(start, end, amount, dst);
  /frameworks/base/media/java/android/media/audiopolicy/
AudioPolicyConfig.java 47 * @param mix a non-null {@link AudioMix} to be part of the audio policy.
51 public void addMix(AudioMix mix) throws IllegalArgumentException {
52 if (mix == null) {
55 mMixes.add(mix);
66 for (AudioMix mix : mMixes) {
67 // write mix route flags
68 dest.writeInt(mix.getRouteFlags());
69 // write mix format
70 dest.writeInt(mix.getFormat().getSampleRate());
71 dest.writeInt(mix.getFormat().getEncoding())
    [all...]
  /system/extras/ksmutils/
lookup3.c 6 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
20 mix(a,b,c);
22 mix(a,b,c);
28 a mix of things, see the comments above hashlittle().
31 then mix those integers. This is fast (you can do a lot more thorough
73 mix -- mix 3 32-bit values reversibly.
75 This is reversible, so any information in (a,b,c) before mix() is
76 still in (a,b,c) after mix().
78 If four pairs of (a,b,c) inputs are run through mix(), or throug
115 #define mix macro
    [all...]
  /external/llvm/include/llvm/ADT/
Hashing.h 271 /// This effectively performs the initial mix.
277 state.mix(s);
281 /// \brief Mix 32-bytes from the input sequence into the 16-bytes of 'a'
293 /// \brief Mix in a 64-byte buffer of data.
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
436 // Mix this chunk into the current state.
437 state.mix(buffer);
466 state.mix(s_begin)
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 793 extern float __attribute__((overloadable)) mix(float start, float stop, float amount) { function
796 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float2 amount) { function
799 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float3 amount) { function
802 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float4 amount) { function
805 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float amount) { function
808 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float amount) function
811 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float amount) { function
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
histogram.c 151 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/webp/src/enc/
histogram.c 151 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;
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 72 // nothing to mix. However, this causes some problems with certain firewalls and
104 bool mix(int32_t *output, int head, int tail, int sampleRate);
234 bool AudioStream::mix(int32_t *output, int head, int tail, int sampleRate) function in class:__anon38991::AudioStream
306 // Mix all other streams.
310 data |= chain->mix(buffer, tick - mInterval, tick, mSampleRate);
  /external/opencv/cvaux/include/
cvaux.h 110 int* mix; /* number of mixture to which observation belong */ member in struct:CvImgObsInfo
    [all...]
  /system/core/include/system/
audio.h 132 AUDIO_SOURCE_REMOTE_SUBMIX = 8, /* Source for the mix to be presented remotely. */
135 /* play the mix captured by this audio source. */
164 /* session for effects applied to output mix. These effects can
922 struct audio_port_config_mix_ext mix; \/* mix specific info *\/ member in union:audio_port_config::__anon81287
979 struct audio_port_mix_ext mix; member in union:audio_port::__anon81289
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 

Completed in 899 milliseconds

1 2