Searched refs:oldest_use (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xterm/dist/ | ||
| H A D | util.c | 2918 unsigned oldest_use; local in function:getXftColor 2923 oldest_use = XFT_CACHE_LIMIT; 2941 if (cache[i].use < oldest_use) { 2942 oldest_use = cache[i].use; |
Completed in 7 milliseconds