Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dsort.c56 struct sort_info *sort_info_list[65536]; variable
86 for(s = sort_info_list[hash]; s; s = s->next) in get_priority()
105 s->next = sort_info_list[hash];\
106 sort_info_list[hash] = s;\