Home
last modified time | relevance | path

Searched refs:pactive (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/callgrind/
Dthreads.c239 UInt fn_number, *pactive; in CLG_() local
259 pactive = CLG_(get_fn_entry)(fn_number); in CLG_()
260 (*pactive)--; in CLG_()
262 CLG_(current_state).cxt->fn[0]->name, *pactive); in CLG_()
Dcontext.c322 UInt *pactive; in CLG_() local
325 pactive = CLG_(get_fn_entry)(fn->number); in CLG_()
326 (*pactive)++; in CLG_()
Ddebug.c83 UInt *pactive = CLG_(get_fn_entry)(cxt->fn[0]->number); in CLG_() local
87 if (*pactive>0) in CLG_()
88 VG_(printf)(" [active=%d]", *pactive); in CLG_()
Dbbcc.c485 int fn_number, *pactive; in handleUnderflow() local
521 pactive = CLG_(get_fn_entry)(fn_number); in handleUnderflow()
522 (*pactive)--; in handleUnderflow()
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Dxme.h35 int *pactive,
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/XME/
Dxme.c309 int XiGMiscQueryResolutions(Display *dpy, int screen, int view, int *pactive, XiGMiscResolutionInfo… in XiGMiscQueryResolutions() argument
344 *pactive = rep.active; in XiGMiscQueryResolutions()