Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
H A Dlabel_file.h199 static inline int sort_specs(struct saved_data *data) in sort_specs() function
H A Dlabel_file.c769 status = sort_specs(data); in init()
861 status = sort_specs(data); in init()
1262 * Because sort_specs() moves exact pathnames to the in cmp()
/third_party/selinux/libselinux/utils/
H A Dsefcontext_compile.c395 rc = sort_specs(data); in main()
397 fprintf(stderr, "%s: sort_specs failed\n", argv[0]); in main()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_tables.cpp2763 ImGuiTableColumnSortSpecs* sort_specs = (table->SortSpecsCount == 0) ? NULL : (table->SortSpecsCount == 1) ? &table->SortSpecsSingle : table->SortSpecsMulti.Data;
2764 if (dirty && sort_specs != NULL)
2771 ImGuiTableColumnSortSpecs* sort_spec = &sort_specs[column->SortOrder];
2778 table->SortSpecs.Specs = sort_specs;

Completed in 10 milliseconds