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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dpstcache.c41 int g_pstcache_Bpp; variable
56 rd_lseek_file(fd, 12 + cache_idx * (g_pstcache_Bpp * MAX_CELL_SIZE + sizeof(CELLHEADER)));
76 rd_lseek_file(fd, cache_idx * (g_pstcache_Bpp * MAX_CELL_SIZE + sizeof(CELLHEADER)));
107 rd_lseek_file(fd, cache_idx * (g_pstcache_Bpp * MAX_CELL_SIZE + sizeof(CELLHEADER)));
135 rd_lseek_file(fd, idx * (g_pstcache_Bpp * MAX_CELL_SIZE + sizeof(CELLHEADER)));
191 g_pstcache_Bpp = (g_server_depth + 7) / 8;
192 sprintf(filename, "cache/pstcache_%d_%d", cache_id, g_pstcache_Bpp);

Completed in 506 milliseconds