Searched refs:index_to (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dvvfat.c143 * index_to, but the order of all other elements is preserved. */
144 static inline int array_roll(array_t* array,int index_to,int index_from,int count) argument
152 index_to<0 || index_to>=array->next ||
156 if(index_to==index_from)
161 to=array->pointer+index_to*is;
165 if(index_to<index_from)

Completed in 43 milliseconds