Home
last modified time | relevance | path

Searched defs:mix (Results 1 – 25 of 53) sorted by relevance

123

/external/adhd/cras/src/server/
Dbuffer_share.c12 static inline struct id_offset *find_unused(const struct buffer_share *mix) in find_unused()
24 static inline struct id_offset *find_id(const struct buffer_share *mix, in find_id()
37 static void alloc_more_ids(struct buffer_share *mix) in alloc_more_ids()
53 struct buffer_share *mix; in buffer_share_create() local
64 void buffer_share_destroy(struct buffer_share *mix) in buffer_share_destroy()
72 int buffer_share_add_id(struct buffer_share *mix, unsigned int id, void *data) in buffer_share_add_id()
93 int buffer_share_rm_id(struct buffer_share *mix, unsigned int id) in buffer_share_rm_id()
106 int buffer_share_offset_update(struct buffer_share *mix, unsigned int id, in buffer_share_offset_update()
122 unsigned int buffer_share_get_new_write_point(struct buffer_share *mix) in buffer_share_get_new_write_point()
146 static struct id_offset *get_id_offset(const struct buffer_share *mix, in get_id_offset()
[all …]
/external/mesa3d/docs/_extra/specs/
DEXT_shader_integer_mix.spec41 GLSL 1.30 (and GLSL ES 3.00) expanded the mix() built-in function to function
43 selects. This extension extends mix() to select between int, uint, function
118 2) Should we allow mix() to select between boolean components? function
136 2 08/26/2013 mattst88 Change vendor prefix to MESA. Add mix() that function
/external/adhd/cras/src/tests/
Drstream_unittest.cc370 void buffer_share_destroy(struct buffer_share* mix) {} in buffer_share_destroy()
372 int buffer_share_offset_update(struct buffer_share* mix, in buffer_share_offset_update()
378 unsigned int buffer_share_get_new_write_point(struct buffer_share* mix) { in buffer_share_get_new_write_point()
382 int buffer_share_add_id(struct buffer_share* mix, unsigned int id, void* data) { in buffer_share_add_id()
386 int buffer_share_rm_id(struct buffer_share* mix, unsigned int id) { in buffer_share_rm_id()
390 unsigned int buffer_share_id_offset(const struct buffer_share* mix, in buffer_share_id_offset()
Diodev_unittest.cc2452 void buffer_share_destroy(struct buffer_share* mix) {} in buffer_share_destroy()
2454 int buffer_share_offset_update(struct buffer_share* mix, in buffer_share_offset_update()
2460 unsigned int buffer_share_get_new_write_point(struct buffer_share* mix) { in buffer_share_get_new_write_point()
2464 int buffer_share_add_id(struct buffer_share* mix, unsigned int id, void* data) { in buffer_share_add_id()
2469 int buffer_share_rm_id(struct buffer_share* mix, unsigned int id) { in buffer_share_rm_id()
2473 unsigned int buffer_share_id_offset(const struct buffer_share* mix, in buffer_share_id_offset()
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dsignal_processing_unittest.py154 def ToneAmplitudes(mix): argument
/external/clang/test/CodeGen/
Dpragma-weak.c97 #pragma weak mix macro
98 __attribute((weak)) void mix(void) { } in mix() function
/external/llvm-project/clang/test/CodeGen/
Dpragma-weak.c97 #pragma weak mix macro
98 __attribute((weak)) void mix(void) { } in mix() function
/external/rust/crates/plotters-backend/src/
Dstyle.rs10 pub fn mix(&self, alpha: f64) -> Self { in mix() method
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DSynthVoice.java50 public void mix(float[] outputBuffer, int samplesPerFrame, float level) { in mix() method in SynthVoice
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dseed_material.cc187 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dseed_material.cc187 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/external/abseil-cpp/absl/random/internal/
Dseed_material.cc187 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dseed_material.cc187 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dseed_material.cc187 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/external/clang/test/CXX/except/except.spec/
Dp1.cpp44 namespace mix { namespace
/external/llvm-project/clang/test/CXX/except/except.spec/
Dp1.cpp44 namespace mix { namespace
/external/libnl/lib/
Dhash.c102 #define mix(a,b,c) \ macro
/external/deqp/framework/common/
DtcuVectorUtil.hpp70 inline float mix (float x, float y, float a) { return x * (1.0f - a) + y * a; } in mix() function
80 inline double mix (double x, double y, double a) { return x * (1.0 - a) + y * a; } in mix() function
206 Vector<float, Size> mix (const Vector<float, Size>& x, const Vector<float, Size>& y, float a) in mix() function
215 Vector<double, Size> mix (const Vector<double, Size>& x, const Vector<double, Size>& y, double a) in mix() function
/external/rust/crates/plotters/src/style/
Dcolor.rs23 fn mix(&self, value: f64) -> RGBAColor { in mix() method
/external/rust/crates/ahash/src/
Drandom_state.rs129 let mix = |k: u64| { localVariable
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c185 for (size_t mix = 0; mix < count; mix++) in handle_file_note() local
203 for (ssize_t mix = 0; mix <= lastix; mix++) in handle_file_note() local
/external/skia/modules/skparagraph/src/
DParagraphCache.cpp64 uint32_t ParagraphCache::KeyHash::mix(uint32_t hash, uint32_t data) const { in mix() function in skia::textlayout::ParagraphCache::KeyHash
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl564 GLM_FUNC_QUALIFIER genTypeT mix(genTypeT x, genTypeT y, genTypeU a) function
570 GLM_FUNC_QUALIFIER vecType<T, P> mix(vecType<T, P> const & x, vecType<T, P> const & y, U a) function
576 …GLM_FUNC_QUALIFIER vecType<T, P> mix(vecType<T, P> const & x, vecType<T, P> const & y, vecType<U, … function
/external/tensorflow/tensorflow/core/kernels/
Dstateless_random_ops.cc58 const auto mix = random::PhiloxRandom(*out_counter, *out_key)(); in GenerateKey() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DHashing.h289 void mix(const char *s) { in mix() function

123