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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dcache.c63 static int g_bmpcache_count[3]; variable
103 if (c != g_bmpcache_count[id])
106 g_bmpcache_count[id]);
131 --g_bmpcache_count[id];
162 ++g_bmpcache_count[id];
193 --g_bmpcache_count[id];
244 if (g_bmpcache_count[id] > BMPCACHE2_C2_CELLS)

Completed in 42 milliseconds