HomeSort by relevance Sort by last modified time
    Searched full:array_get (Results 1 - 1 of 1) sorted by null

  /external/qemu/block/
vvfat.c 95 static inline void* array_get(array_t* array,unsigned int index) { function
122 result = array_get(array, next);
447 entry=array_get(&(s->directory),s->directory.next-1-(i/26));
450 return array_get(&(s->directory),s->directory.next-number_of_entries);
540 uint32_t* entry=array_get(&(s->fat),cluster);
543 uint16_t* entry=array_get(&(s->fat),cluster);
547 unsigned char* p = array_get(&(s->fat), offset);
564 uint32_t* entry=array_get(&(s->fat),cluster);
567 uint16_t* entry=array_get(&(s->fat),cluster);
649 direntry_t* entry1=array_get(&(s->directory),directory_start)
    [all...]

Completed in 356 milliseconds