Searched defs:pactive (Results 1 - 5 of 5) sorted by relevance

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

Completed in 131 milliseconds