HomeSort by: relevance | last modified time | path
    Searched refs:XTrap (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libXrender/dist/src/
AddTrap.c 35 _Xconst XTrap *traps,
56 len = ((unsigned long) n) * (SIZEOF (xTrap) >> 2);
58 n = (int) ((max_req - req->length) / (SIZEOF (xTrap) >> 2));
59 len = ((unsigned long) n) * (SIZEOF (xTrap) >> 2);
  /xsrc/external/mit/libXTrap/dist/src/
XERqsts.c 230 GetReq(XTrap,reqptr);
249 GetReq(XTrap,reqptr);
271 GetReq(XTrap,reqptr);
288 GetReq(XTrap,reqptr);
336 GetReq(XTrap,reqptr);
378 GetReq(XTrap,reqptr);
  /xsrc/external/mit/x11perf/dist/
do_traps.c 108 static XTrap *traps;
124 XTrap *curTrap;
139 traps = malloc(numTraps * sizeof(XTrap));
  /xsrc/external/mit/libXrender/dist/include/X11/extensions/
Xrender.h 313 * @see XTrap
330 * @deprecated Use XTrap instead
333 * * XTrap
394 } XTrap;
1000 _Xconst XTrap *traps, int ntrap);

Completed in 10 milliseconds