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

  /external/squashfs-tools/squashfs-tools/
sort.h 36 extern struct priority_entry *priority_list[65536];
sort.c 58 struct priority_entry *priority_list[65536]; variable in typeref:struct:priority_entry
76 new_priority_entry->next = priority_list[priority];
77 priority_list[priority] = new_priority_entry;
346 for(entry = priority_list[i]; entry; entry = entry->next) {
mksquashfs.c     [all...]

Completed in 3721 milliseconds