Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/utils/
Dsefcontext_compile.c395 rc = sort_specs(data); in main()
/third_party/selinux/libselinux/src/
Dlabel_file.h199 static inline int sort_specs(struct saved_data *data) in sort_specs() function
Dlabel_file.c769 status = sort_specs(data); in init()
861 status = sort_specs(data); in init()
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp2763 …ImGuiTableColumnSortSpecs* sort_specs = (table->SortSpecsCount == 0) ? NULL : (table->SortSpecsCou… in TableSortSpecsBuild() local
2764 if (dirty && sort_specs != NULL) in TableSortSpecsBuild()
2771 ImGuiTableColumnSortSpecs* sort_spec = &sort_specs[column->SortOrder]; in TableSortSpecsBuild()
2778 table->SortSpecs.Specs = sort_specs; in TableSortSpecsBuild()