HomeSort by relevance Sort by last modified time
    Searched refs:mtx (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
EllipsisBox.cpp 108 int mtx = tx + m_width - m_markupBox->x(); local
110 if (m_markupBox->nodeAtPoint(request, result, x, y, mtx, mty)) {
111 renderer()->updateHitTestResult(result, IntPoint(x - mtx, y - mty));
  /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...]

Completed in 31 milliseconds