Home
last modified time | relevance | path

Searched refs:old_count (Results 1 – 3 of 3) sorted by relevance

/external/dbus/dbus/
Ddbus-sysdeps-pthread.c220 int old_count; in _dbus_pthread_condvar_wait() local
225 old_count = pmutex->count; in _dbus_pthread_condvar_wait()
229 pmutex->count = old_count; in _dbus_pthread_condvar_wait()
243 int old_count; in _dbus_pthread_condvar_wait_timeout() local
258 old_count = pmutex->count; in _dbus_pthread_condvar_wait_timeout()
268 pmutex->count = old_count; in _dbus_pthread_condvar_wait_timeout()
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
DSDL_dspvideo.c1242 unsigned int old_count; in DSp_FlipHWSurface() local
1258 old_count = retrace_count; in DSp_FlipHWSurface()
1259 while (old_count == retrace_count) in DSp_FlipHWSurface()
1412 unsigned int old_count; in DSp_GL_SwapBuffers() local
1414 old_count = retrace_count; in DSp_GL_SwapBuffers()
1415 while (old_count == retrace_count) in DSp_GL_SwapBuffers()
/external/tesseract/wordrec/
Dchopper.cpp625 static inT32 old_count; //from pass1 in improve_by_chopping() local
671 old_count = *state_count; in improve_by_chopping()