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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dpstcache.c121 uint32 mru_stamp[0xa00]; local
148 for (n = idx; n > 0 && cellhdr.stamp < mru_stamp[n - 1]; n--)
151 mru_stamp[n] = mru_stamp[n - 1];
155 mru_stamp[n] = cellhdr.stamp;

Completed in 40 milliseconds