Lines Matching defs:idx
82 DEBUG(("Load bitmap from disk: id=%d, idx=%d, bmp=%p)\n", cache_id, cache_idx, bitmap));
119 uint16 idx;
132 for (idx = 0; idx < BMPCACHE2_NUM_PSTCELLS; idx++)
135 rd_lseek_file(fd, idx * (g_pstcache_Bpp * MAX_CELL_SIZE + sizeof(CELLHEADER)));
141 memcpy(keylist[idx], cellhdr.key, sizeof(HASH_KEY));
145 pstcache_load_bitmap(id, idx);
148 for (n = idx; n > 0 && cellhdr.stamp < mru_stamp[n - 1]; n--)
154 mru_idx[n] = idx;
163 DEBUG_RDP5(("%d cached bitmaps.\n", idx));
165 cache_rebuild_bmpcache_linked_list(id, mru_idx, idx);
167 return idx;