Searched defs:spent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
H A Dtransform.c3101 long spent, child, total, end; local
3106 spent = total - child;
3107 if (spent <= 0) {
3112 xsltCalibrateAdjust(spent);
3113 spent = 0;
3116 templ->time += spent;
/external/libxslt/libxslt/
H A Dtransform.c3101 long spent, child, total, end; local
3106 spent = total - child;
3107 if (spent <= 0) {
3112 xsltCalibrateAdjust(spent);
3113 spent = 0;
3116 templ->time += spent;

Completed in 396 milliseconds