Home
last modified time | relevance | path

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

/aosp_15_r20/external/libepoxy/src/
H A Dgen_dispatch.py157 self.sorted_functions = []
311 self.sorted_functions = sorted(self.functions.values(), key=lambda func: func.name)
464 for func in self.sorted_functions:
549 for func in self.sorted_functions:
555 for func in self.sorted_functions:
693 for func in self.sorted_functions:
792 for func in self.sorted_functions:
812 for func in self.sorted_functions:
815 for func in self.sorted_functions:
822 for func in self.sorted_functions:
[all …]
/aosp_15_r20/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc354 std::vector<struct FuncInfo>* sorted_functions = &(source_file.func_info); in ComputeSizeAndRVA() local
355 int func_size = sorted_functions->size(); in ComputeSizeAndRVA()
358 struct FuncInfo& func_info = (*sorted_functions)[j]; in ComputeSizeAndRVA()