HomeSort by relevance Sort by last modified time
    Searched refs:mtx (Results 26 - 50 of 72) sorted by null

12 3

  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 57 Mutex mtx; member in struct:__tsan::SyncVar
105 Mutex mtx; member in struct:__tsan::SyncTab::Part
tsan_interface_ann.cc 81 Mutex mtx; member in struct:__tsan::DynamicAnnContext
86 : mtx(MutexTypeAnnotations, StatMtxAnnotations) {
156 Lock lock(&dyn_ann_ctx->mtx);
188 Lock lock(&dyn_ann_ctx->mtx);
310 Lock lock(&dyn_ann_ctx->mtx);
357 Lock lock(&dyn_ann_ctx->mtx);
365 Lock lock(&dyn_ann_ctx->mtx);
tsan_interface_java.cc 31 Mutex mtx; member in struct:__tsan::BlockDesc
35 : mtx(MutexTypeJavaMBlock, StatMtxJavaMBlock)
49 s->mtx.Lock();
50 s->mtx.Unlock();
128 Lock l(&b->mtx);
144 s->mtx.Lock();
146 s->mtx.ReadLock();
tsan_rtl_mutex.cc 39 s->mtx.Unlock();
113 s->mtx.Unlock();
152 s->mtx.Unlock();
174 s->mtx.ReadUnlock();
195 s->mtx.Unlock();
242 s->mtx.Unlock();
252 s->mtx.ReadUnlock();
277 s->mtx.Unlock();
287 s->mtx.Unlock();
tsan_mman.cc 131 res->mtx.Lock();
132 res->mtx.Unlock();
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_sync_test.cc 43 v->mtx.Unlock();
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 122 pthread_mutex_t mtx; variable
350 pthread_mutex_lock(&mtx);
362 pthread_mutex_unlock(&mtx);
379 pthread_mutex_unlock(&mtx);
409 pthread_mutex_lock(&mtx);
413 pthread_cond_wait(&cond, &mtx);
420 pthread_mutex_unlock(&mtx);
430 pthread_mutex_lock(&mtx);
434 pthread_cond_wait(&cond, &mtx);
440 pthread_mutex_unlock(&mtx);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 238 AffineTransform mtx = new AffineTransform(); local
239 mtx.translate(dx, dy);
240 targetRegionDelegate.mArea.transform(mtx);
260 AffineTransform mtx = new AffineTransform(); local
261 mtx.scale(scale, scale);
262 targetRegionDelegate.mArea.transform(mtx);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 170 LayoutUnit mtx = adjustedLocation.x() + m_logicalWidth - markupBox->x(); local
172 if (markupBox->nodeAtPoint(request, result, locationInContainer, LayoutPoint(mtx, mty), lineTop, lineBottom)) {
173 renderer()->updateHitTestResult(result, locationInContainer.point() - LayoutSize(mtx, mty));
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsGhostObject.java 194 Matrix3f mtx = new Matrix3f(); local
195 getPhysicsRotationMatrix(objectId, mtx);
196 return mtx;
PhysicsRigidBody.java 228 Matrix3f mtx = new Matrix3f(); local
229 getPhysicsRotationMatrix(objectId, mtx);
230 return mtx;
  /hardware/libhardware/tests/hwc/
test-arrows.c 48 static GLfloat mtx[16]; variable
96 matrix_init_ortho(mtx, w, h);
134 glUniformMatrix4fv(uTransform, 1, 0, mtx);
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 316 float* mtx = env->GetFloatArrayElements(jmtx, NULL); local
317 surfaceTexture->getTransformMatrix(mtx);
318 env->ReleaseFloatArrayElements(jmtx, mtx, 0);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 50 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; local
51 pthread_mutex_lock(&mtx);
52 pthread_mutex_unlock(&mtx);
53 pthread_mutex_destroy(&mtx);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
ml_math_func.h 93 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx);
ml_math_func.c 578 * @param[in] mtx Orientation matrix to convert to a scalar.
586 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx)
600 scalar = inv_row_2_scale(mtx);
601 scalar |= inv_row_2_scale(mtx + 3) << 3;
602 scalar |= inv_row_2_scale(mtx + 6) << 6;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.h 93 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx);
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c     [all...]
dsp.h 85 int n, const struct VP8Matrix* const mtx);
enc.c 632 int n, const VP8Matrix* const mtx) {
637 const int coeff = (sign ? -in[j] : in[j]) + mtx->sharpen_[j];
638 if (coeff > mtx->zthresh_[j]) {
639 const int Q = mtx->q_[j];
640 const int iQ = mtx->iq_[j];
641 const int B = mtx->bias_[j];
  /external/webp/src/dsp/
enc_sse2.c     [all...]
dsp.h 85 int n, const struct VP8Matrix* const mtx);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc 38 StaticSpinMutex mtx; // Protects alloc of new blocks for region allocator. member in struct:__sanitizer::__anon20045
92 SpinMutexLock l(&depot.mtx);
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java 201 final Matrix mtx = new Matrix(); local
202 mtx.postRotate(orientation);
205 scaledBmp.getWidth(), scaledBmp.getHeight(), mtx, true);
  /frameworks/native/include/gui/
GLConsumer.h 134 void getTransformMatrix(float mtx[16]);

Completed in 573 milliseconds

12 3