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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dpstcache.c120 sint16 mru_idx[0xa00]; local
150 mru_idx[n] = mru_idx[n - 1];
154 mru_idx[n] = idx;
165 cache_rebuild_bmpcache_linked_list(id, mru_idx, idx);

Completed in 435 milliseconds