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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dcache.c57 static struct bmpcache_entry g_bmpcache[3][0xa00]; variable in typeref:struct:bmpcache_entry
73 while (--n >= 0 && g_bmpcache[id][idx[n]].bitmap == NULL);
81 g_bmpcache[id][idx[n]].next = NOT_SET;
89 while (--n >= 0 && g_bmpcache[id][idx[n]].bitmap == NULL);
94 g_bmpcache[id][n_idx].previous = idx[n];
95 g_bmpcache[id][idx[n]].next = n_idx;
100 g_bmpcache[id][n_idx].previous = NOT_SET;
125 n_idx = g_bmpcache[id][idx].next;
126 p_idx = g_bmpcache[id][idx].previous;
133 g_bmpcache[i
[all...]

Completed in 43 milliseconds