Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dbuffer_share.c12 static inline struct id_offset *find_unused(const struct buffer_share *mix) in find_unused()
25 static inline struct id_offset *find_id(const struct buffer_share *mix, in find_id()
38 static void alloc_more_ids(struct buffer_share *mix) in alloc_more_ids()
53 struct buffer_share *mix; in buffer_share_create() local
63 void buffer_share_destroy(struct buffer_share *mix) in buffer_share_destroy()
71 int buffer_share_add_id(struct buffer_share *mix, unsigned int id, void *data) in buffer_share_add_id()
92 int buffer_share_rm_id(struct buffer_share *mix, unsigned int id) in buffer_share_rm_id()
105 int buffer_share_offset_update(struct buffer_share *mix, unsigned int id, in buffer_share_offset_update()
121 unsigned int buffer_share_get_new_write_point(struct buffer_share *mix) in buffer_share_get_new_write_point()
145 static struct id_offset *get_id_offset(const struct buffer_share *mix, in get_id_offset()
[all …]
/external/mesa3d/docs/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.cc365 void buffer_share_destroy(struct buffer_share *mix) { in buffer_share_destroy()
368 int buffer_share_offset_update(struct buffer_share *mix, unsigned int id, in buffer_share_offset_update()
373 unsigned int buffer_share_get_new_write_point(struct buffer_share *mix) { in buffer_share_get_new_write_point()
377 int buffer_share_add_id(struct buffer_share *mix, unsigned int id) { in buffer_share_add_id()
381 int buffer_share_rm_id(struct buffer_share *mix, unsigned int id) { in buffer_share_rm_id()
385 unsigned int buffer_share_id_offset(const struct buffer_share *mix, in buffer_share_id_offset()
Diodev_unittest.cc2208 void buffer_share_destroy(struct buffer_share *mix) in buffer_share_destroy()
2212 int buffer_share_offset_update(struct buffer_share *mix, unsigned int id, in buffer_share_offset_update()
2217 unsigned int buffer_share_get_new_write_point(struct buffer_share *mix) { in buffer_share_get_new_write_point()
2221 int buffer_share_add_id(struct buffer_share *mix, unsigned int id) { in buffer_share_add_id()
2226 int buffer_share_rm_id(struct buffer_share *mix, unsigned int id) { in buffer_share_rm_id()
2230 unsigned int buffer_share_id_offset(const struct buffer_share *mix, in buffer_share_id_offset()
/external/clang/test/CodeGen/
Dpragma-weak.c97 #pragma weak mix macro
98 __attribute((weak)) void mix(void) { } in mix() function
/external/clang/test/CXX/except/except.spec/
Dp1.cpp44 namespace mix { namespace
/external/libnl/lib/
Dhash.c101 #define mix(a,b,c) \ macro
/external/deqp/framework/common/
DtcuVectorUtil.hpp69 inline float mix (float x, float y, float a) { return x * (1.0f - a) + y * a; } in mix() function
79 inline double mix (double x, double y, double a) { return x * (1.0 - a) + y * a; } in mix() function
205 Vector<float, Size> mix (const Vector<float, Size>& x, const Vector<float, Size>& y, float a) in mix() function
214 Vector<double, Size> mix (const Vector<double, Size>& x, const Vector<double, Size>& y, double a) in mix() function
/external/tensorflow/tensorflow/core/kernels/
Dstateless_random_ops.cc56 const auto mix = random::PhiloxRandom(*out_counter, *out_key)(); in GenerateKey() local
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c170 for (size_t mix = 0; mix < count; mix++) in handle_file_note() local
188 for (ssize_t mix = 0; mix <= lastix; mix++) in handle_file_note() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DHashing.h290 void mix(const char *s) { in mix() function
/external/llvm/include/llvm/ADT/
DHashing.h290 void mix(const char *s) { in mix() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h290 void mix(const char *s) { in mix() function
/external/selinux/libsepol/src/
Davtab.c66 #define mix(input) { \ in avtab_hash() macro
/external/webrtc/webrtc/voice_engine/
Dtransmit_mixer.cc1054 TransmitMixer::SetMixWithMicStatus(bool mix) in SetMixWithMicStatus()
Dchannel.cc2421 Channel::SetMixWithMicStatus(bool mix) in SetMixWithMicStatus()
/external/toybox/toys/posix/
Dps.c1458 } plist[2], *plold, *plnew, old, new, mix; in top_common() local
/external/webp/src/enc/
Dhistogram_enc.c231 double mix; in BitsEntropyRefine() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp2322 TIntermAggregate* mix = makeAggregate(loc); in addSelection() local
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp684 #define mix(a,b,c) \ macro
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp781 const float mix = static_cast<float>(colorIdx) / static_cast<float>(m_params.numCalls - 1); in init() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DConcreteSyntaxModel.java63 private static CsmElement mix(CsmElement... elements) { in mix() method in ConcreteSyntaxModel
/external/selinux/libsepol/cil/src/
Dcil_binary.c4311 #define mix(input) { \ in avrulex_hash() macro
/external/toybox/generated/
Dglobals.h1378 struct mix_data mix; member
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12533 static T mix(T left, T right, T weight) in mix() function