Home
last modified time | relevance | path

Searched refs:mtx (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/Support/
DMutex.h138 SmartMutex<mt_only>& mtx; variable
141 SmartScopedLock(SmartMutex<mt_only>& m) : mtx(m) { in SmartScopedLock()
142 mtx.acquire(); in SmartScopedLock()
146 mtx.release(); in ~SmartScopedLock()
/external/llvm/test/CodeGen/X86/
D2009-02-21-ExtWeakInitializer.ll9 %struct.mtx = type <{ %struct.lock_object, i64 }>
12 …, i32, i8, i8, i8, i8, i32 (%struct.uart_softc*)*, i32 (%struct.uart_softc*)*, i8*, %struct.mtx* }>
13 …void (%struct.uart_bas*, i32)*, i32 (%struct.uart_bas*)*, i32 (%struct.uart_bas*, %struct.mtx*)* }>
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
DEASLib.c122 pthread_mutex_t mtx; variable
350 pthread_mutex_lock(&mtx); in RenderProc()
362 pthread_mutex_unlock(&mtx); in RenderProc()
379 pthread_mutex_unlock(&mtx); in RenderProc()
409 pthread_mutex_lock(&mtx); in EAS_RenderWaveOut()
413 pthread_cond_wait(&cond, &mtx); in EAS_RenderWaveOut()
420 pthread_mutex_unlock(&mtx); in EAS_RenderWaveOut()
430 pthread_mutex_lock(&mtx); in EAS_RenderAuxMixerWaveOut()
434 pthread_cond_wait(&cond, &mtx); in EAS_RenderAuxMixerWaveOut()
440 pthread_mutex_unlock(&mtx); in EAS_RenderAuxMixerWaveOut()
[all …]
/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
75 btTransform trans = btTransform(mtx); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape()
/external/webkit/Source/WebCore/rendering/
DEllipsisBox.cpp110 int mtx = tx + m_logicalWidth - m_markupBox->x(); in nodeAtPoint() local
112 if (m_markupBox->nodeAtPoint(request, result, x, y, mtx, mty, lineTop, lineBottom)) { in nodeAtPoint()
113 renderer()->updateHitTestResult(result, IntPoint(x - mtx, y - mty)); in nodeAtPoint()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java194 Matrix3f mtx = new Matrix3f(); in getPhysicsRotationMatrix() local
195 getPhysicsRotationMatrix(objectId, mtx); in getPhysicsRotationMatrix()
196 return mtx; in getPhysicsRotationMatrix()
DPhysicsRigidBody.java228 Matrix3f mtx = new Matrix3f(); in getPhysicsRotationMatrix() local
229 getPhysicsRotationMatrix(objectId, mtx); in getPhysicsRotationMatrix()
230 return mtx; in getPhysicsRotationMatrix()
/external/webp/src/enc/
Ddsp_sse2.c688 int n, const VP8Matrix* const mtx) { in QuantizeBlockSSE2() argument
701 const __m128i sharpen0 = _mm_loadu_si128((__m128i*)&mtx->sharpen_[0]); in QuantizeBlockSSE2()
702 const __m128i sharpen8 = _mm_loadu_si128((__m128i*)&mtx->sharpen_[8]); in QuantizeBlockSSE2()
703 const __m128i iq0 = _mm_loadu_si128((__m128i*)&mtx->iq_[0]); in QuantizeBlockSSE2()
704 const __m128i iq8 = _mm_loadu_si128((__m128i*)&mtx->iq_[8]); in QuantizeBlockSSE2()
705 const __m128i bias0 = _mm_loadu_si128((__m128i*)&mtx->bias_[0]); in QuantizeBlockSSE2()
706 const __m128i bias8 = _mm_loadu_si128((__m128i*)&mtx->bias_[8]); in QuantizeBlockSSE2()
707 const __m128i q0 = _mm_loadu_si128((__m128i*)&mtx->q_[0]); in QuantizeBlockSSE2()
708 const __m128i q8 = _mm_loadu_si128((__m128i*)&mtx->q_[8]); in QuantizeBlockSSE2()
709 const __m128i zthresh0 = _mm_loadu_si128((__m128i*)&mtx->zthresh_[0]); in QuantizeBlockSSE2()
[all …]
Dquant.c422 const VP8Matrix* const mtx, in TrellisQuantizeBlock() argument
437 const int thresh = mtx->q_[1] * mtx->q_[1] / 4; in TrellisQuantizeBlock()
468 const int Q = mtx->q_[j]; in TrellisQuantizeBlock()
469 const int iQ = mtx->iq_[j]; in TrellisQuantizeBlock()
474 int coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j]; in TrellisQuantizeBlock()
566 in[j] = out[n] * mtx->q_[j]; in TrellisQuantizeBlock()
Ddsp.c629 int n, const VP8Matrix* const mtx) { in QuantizeBlock() argument
634 int coeff = (sign ? -in[j] : in[j]) + mtx->sharpen_[j]; in QuantizeBlock()
636 if (coeff > mtx->zthresh_[j]) { in QuantizeBlock()
637 const int Q = mtx->q_[j]; in QuantizeBlock()
638 const int iQ = mtx->iq_[j]; in QuantizeBlock()
639 const int B = mtx->bias_[j]; in QuantizeBlock()
Dvp8enci.h486 int n, const VP8Matrix* const mtx);
/external/llvm/test/Analysis/ScalarEvolution/
Davoid-infinite-recursion-1.ll47 …%struct.bufobj = type <{ %struct.mtx, %struct.bufv, %struct.bufv, i64, i32, i8, i8, i8, i8, %struc…
87 …%struct.lockf = type <{ %23, %struct.mtx, %struct.lockf_entry_list, %struct.lockf_entry_list, i32,…
98 …%struct.mount = type <{ %struct.mtx, i32, i8, i8, i8, i8, %struct.mntlist, %struct.vfsops*, %struc…
100 %struct.mtx = type <{ %struct.lock_object, i64 }>
108 %struct.pgrp = type <{ %16, %13, %struct.session*, %struct.sigiolst, i32, i32, %struct.mtx }>
110 …%struct.pmap = type <{ %struct.mtx, i64*, %15, i32, i8, i8, i8, i8, %struct.bintime, %struct.vm_pa…
111 …%struct.prison = type <{ %9, i32, i32, i32, i32, %10, %9, %struct.prison*, %struct.mtx, %struct.ta…
112mtx, %struct.ucred*, %struct.filedesc*, %struct.filedesc_to_leader*, %struct.pstats*, %struct.plim…
120 %struct.selinfo = type <{ %struct.selfdlist, %struct.knlist, %struct.mtx* }>
122 …i8, i8, %struct.proc*, %struct.vnode*, %struct.tty*, i32, [24 x i8], i8, i8, i8, i8, %struct.mtx }>
[all …]
/external/chromium/third_party/libjingle/source/talk/base/
Dsigslot.h288 lock_block(mt_policy *mtx) in lock_block() argument
289 : m_mutex(mtx) in lock_block()