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

/external/qemu/block/
H A Dvvfat.c142 /* this performs a "roll", so that the element which was at index_from becomes
144 static inline int array_roll(array_t* array,int index_to,int index_from,int count) argument
153 index_from<0 || index_from>=array->next)
156 if(index_to==index_from)
160 from=array->pointer+index_from*is;
165 if(index_to<index_from)

Completed in 450 milliseconds