Searched refs:traceSize (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_regions.c75 int traceSize; local in function:debug_backtrace
78 traceSize = backtrace(trace, DEBUG_BACKTRACE_SIZE);
79 strings = backtrace_symbols(trace, traceSize);
90 for (i = 1; i < traceSize; i++) {
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dinputstr.h310 int traceSize; member in struct:_FocusClassRec
/xsrc/external/mit/xorg-server/dist/include/
H A Dinputstr.h404 int traceSize; member in struct:_FocusClassRec
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexevents.c477 to->focus->traceSize * sizeof(WindowPtr));
478 if (!to->focus->trace && to->focus->traceSize)
481 from->focus->traceSize * sizeof(WindowPtr));
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexevents.c519 to->focus->traceSize,
521 if (!to->focus->trace && to->focus->traceSize)
524 from->focus->traceSize * sizeof(WindowPtr));
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Devents.c4440 if (depth > focus->traceSize)
4442 focus->traceSize = depth+1;
4444 focus->traceSize * sizeof(WindowPtr));
H A Ddevices.c1458 focc->traceSize = 0;
/xsrc/external/mit/xorg-server/dist/dix/
H A Devents.c4998 if (depth > focus->traceSize) {
4999 focus->traceSize = depth + 1;
5000 focus->trace = reallocarray(focus->trace, focus->traceSize,
H A Ddevices.c1483 focc->traceSize = 0;

Completed in 30 milliseconds