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

  /external/clang/test/CXX/except/except.spec/
p1.cpp 44 namespace mix { namespace
  /dalvik/tests/044-proxy/src/
WrappedThrow.java 29 WTMix mix = new WTMix(); local
30 InvocationHandler handler = new WTInvocationHandler(mix);
  /external/clang/test/CodeGen/
pragma-weak.c 96 void mix(void);
97 #pragma weak mix macro
98 __attribute((weak)) void mix(void) { } function
99 // CHECK: define weak void @mix()
  /external/llvm/lib/Support/
APInt.cpp 676 #define mix(a,b,c) \ macro
715 mix(a,b,c);
747 #undef mix macro
    [all...]
  /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/compile/libbcc/lib/ScriptCRT/
rs_cl.c 731 extern float __attribute__((overloadable)) mix(float start, float stop, float amount) { function
734 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float2 amount) { function
737 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float3 amount) { function
740 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float4 amount) { function
743 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float amount) { function
746 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float amount) { function
749 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float amount) { function
    [all...]
  /frameworks/base/voip/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:__anon15534::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...]

Completed in 9253 milliseconds