/external/adhd/cras/src/server/ |
D | buffer_share.c | 12 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/ |
D | EXT_shader_integer_mix.spec | 41 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/ |
D | rstream_unittest.cc | 365 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()
|
D | iodev_unittest.cc | 2208 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/ |
D | pragma-weak.c | 97 #pragma weak mix macro 98 __attribute((weak)) void mix(void) { } in mix() function
|
/external/clang/test/CXX/except/except.spec/ |
D | p1.cpp | 44 namespace mix { namespace
|
/external/libnl/lib/ |
D | hash.c | 101 #define mix(a,b,c) \ macro
|
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 69 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/ |
D | stateless_random_ops.cc | 56 const auto mix = random::PhiloxRandom(*out_counter, *out_key)(); in GenerateKey() local
|
/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 170 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/ |
D | Hashing.h | 290 void mix(const char *s) { in mix() function
|
/external/llvm/include/llvm/ADT/ |
D | Hashing.h | 290 void mix(const char *s) { in mix() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Hashing.h | 290 void mix(const char *s) { in mix() function
|
/external/selinux/libsepol/src/ |
D | avtab.c | 66 #define mix(input) { \ in avtab_hash() macro
|
/external/webrtc/webrtc/voice_engine/ |
D | transmit_mixer.cc | 1054 TransmitMixer::SetMixWithMicStatus(bool mix) in SetMixWithMicStatus()
|
D | channel.cc | 2421 Channel::SetMixWithMicStatus(bool mix) in SetMixWithMicStatus()
|
/external/toybox/toys/posix/ |
D | ps.c | 1458 } plist[2], *plold, *plnew, old, new, mix; in top_common() local
|
/external/webp/src/enc/ |
D | histogram_enc.c | 231 double mix; in BitsEntropyRefine() local
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 2322 TIntermAggregate* mix = makeAggregate(loc); in addSelection() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 684 #define mix(a,b,c) \ macro
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 781 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/ |
D | ConcreteSyntaxModel.java | 63 private static CsmElement mix(CsmElement... elements) { in mix() method in ConcreteSyntaxModel
|
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 4311 #define mix(input) { \ in avrulex_hash() macro
|
/external/toybox/generated/ |
D | globals.h | 1378 struct mix_data mix; member
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 12533 static T mix(T left, T right, T weight) in mix() function
|