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

/xsrc/external/mit/xterm/dist/
H A Dutil.c2915 static unsigned latest_use; local in function:getXftColor
2925 if (latest_use == XFT_CACHE_LIMIT) {
2926 latest_use = 0;
2930 cache[i].use = ++latest_use;
2956 cache[i].use = ++latest_use;

Completed in 7 milliseconds