Searched refs:sort_key (Results 1 – 8 of 8) sorted by relevance
75 struct sort_key struct77 struct sort_key *next_key; // linked list argument84 static char *get_key_data(char *str, struct sort_key *key, int flags) in get_key_data() argument162 static struct sort_key *add_key(void) in add_key()165 struct sort_key **pkey = (struct sort_key **)stupid_compiler; in add_key()168 return *pkey = xzalloc(sizeof(struct sort_key)); in add_key()248 struct sort_key *key; in compare_keys()250 for (key=(struct sort_key *)TT.key_list; !retval && key; key = key->next_key){ in compare_keys()314 struct sort_key *key = add_key(); in sort_main()
166 sort_key = lambda x: ( function172 high_level_commits = sorted(all_related_commits.keys(), key=sort_key)
180 KeyType operator()(const SortKey<KeyType>& sort_key,182 return sort_key.key_ >> offset;
343 def sort_key(input_index, a): function354 sorted(sym_list, key=lambda a: sort_key(i, a))
255 def sort_key(var): function258 return sort_key
238 def sort_key(prop_info): function242 sorted(page_info.properties, key=sort_key))
345 def sort_key(self): member in _Encoding504 encodings.sort(key=_Encoding.sort_key)
868 def _get_sortable_build_number(sort_key): argument884 sort_key)