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

  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xme.h 35 int *pactive,
  /external/valgrind/main/callgrind/
context.c 322 UInt *pactive; local
325 pactive = CLG_(get_fn_entry)(fn->number);
326 (*pactive)++;
threads.c 241 UInt fn_number, *pactive; local
261 pactive = CLG_(get_fn_entry)(fn_number);
262 (*pactive)--;
264 CLG_(current_state).cxt->fn[0]->name, *pactive);
debug.c 83 UInt *pactive = CLG_(get_fn_entry)(cxt->fn[0]->number); local
87 if (*pactive>0)
88 VG_(printf)(" [active=%d]", *pactive);
bbcc.c 485 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.12/src/video/Xext/XME/
xme.c 304 int XiGMiscQueryResolutions(Display *dpy, int screen, int view, int *pactive, XiGMiscResolutionInfo **presolutions)
339 *pactive = rep.active;

Completed in 9166 milliseconds