Home
last modified time | relevance | path

Searched refs:SlimReplace (Results 1 – 5 of 5) sorted by relevance

/dports/astro/routino/routino-3.3.3/src/
H A Dfiles.h107 static inline int SlimReplace(int fd,const void *address,size_t length,offset_t position);
127 static inline int SlimReplace(int fd,const void *address,size_t length,offset_t position) in SlimReplace() function
H A Dcache.h144SlimReplace(fd,&cache->data[row][col],sizeof(type),offset+(offset_t)index*sizeof(type)); …
H A Dprunex.c346SlimReplace(newwaysx->fd,&tmpwayx,sizeof(WayX),(segmentx->way-waysx->number)*sizeof(WayX)); in PruneIsolatedRegions()
356SlimReplace(newwaysx->fd,&tmpwayx,sizeof(WayX),(segmentx->way-waysx->number)*sizeof(WayX)); in PruneIsolatedRegions()
H A Dsegmentsx.c588 SlimReplace(segmentsx->fd,segmentx_list,length*sizeof(SegmentX),start*sizeof(SegmentX)); in IndexSegments()
/dports/astro/routino/routino-3.3.3/
H A DChangeLog3609 SlimReplace() [see earlier log message] and also refactor the
3621 SlimFetch() instead of SeekReadFileUnbuffered() and SlimReplace()