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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dcache.c60 static int g_bmpcache_lru[3] = { NOT_SET, NOT_SET, NOT_SET }; variable
76 g_bmpcache_mru[id] = g_bmpcache_lru[id] = NOT_SET;
101 g_bmpcache_lru[id] = n_idx;
135 g_bmpcache_lru[id] = n_idx;
144 n_idx = g_bmpcache_lru[id];
169 g_bmpcache_lru[id] = idx;
187 idx = g_bmpcache_lru[id];
196 g_bmpcache_lru[id] = n_idx;
272 idx = g_bmpcache_lru[id];

Completed in 44 milliseconds