Home
last modified time | relevance | path

Searched defs:mtx (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/Support/
DMutex.h138 SmartMutex<mt_only>& mtx; variable
/external/valgrind/main/drd/
Ddrd.h134 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, mtx) do { } while(0) argument
161 #define ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mtx) do { } while(0) argument
164 #define ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mtx) do { } while(0) argument
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp74 btMatrix3x3 mtx = btMatrix3x3(); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape() local
/external/webkit/Source/WebCore/rendering/
DEllipsisBox.cpp110 int mtx = tx + m_logicalWidth - m_markupBox->x(); in nodeAtPoint() local
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java194 Matrix3f mtx = new Matrix3f(); in getPhysicsRotationMatrix() local
DPhysicsRigidBody.java228 Matrix3f mtx = new Matrix3f(); in getPhysicsRotationMatrix() local
/external/webp/src/enc/
Dquant.c422 const VP8Matrix* const mtx, in TrellisQuantizeBlock()
Ddsp_sse2.c688 int n, const VP8Matrix* const mtx) { in QuantizeBlockSSE2()
Ddsp.c629 int n, const VP8Matrix* const mtx) { in QuantizeBlock()
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
DEASLib.c122 pthread_mutex_t mtx; variable
/external/chromium/third_party/libjingle/source/talk/base/
Dsigslot.h288 lock_block(mt_policy *mtx) in lock_block()