Home
last modified time | relevance | path

Searched refs:sortFunction (Results 1 – 25 of 113) sorted by relevance

12345

/dports/devel/eastl/EASTL-3.13.06/benchmark/source/
H A DBenchmarkSort.cpp502 for (SortFunctionType sortFunction : sortFunctions) in CompareSortPerformance() local
509 switch (sortFunction) in CompareSortPerformance()
634 for (SortFunctionType sortFunction : sortFunctions) in CompareSortPerformance() local
679 for (SortFunctionType sortFunction : sortFunctions) in CompareSortPerformance() local
687 switch (sortFunction) in CompareSortPerformance()
809 for (SortFunctionType sortFunction : sortFunctions) in CompareSortPerformance() local
857 for (SortFunctionType sortFunction : sortFunctions) in CompareSortPerformance() local
864 switch (sortFunction) in CompareSortPerformance()
987 for (SortFunctionType sortFunction : sortFunctions) in CompareSortPerformance() local
1035 for (SortFunctionType sortFunction : sortFunctions) in CompareSmallInputSortPerformanceHelper() local
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-ldap/src/Collection/
H A DDefaultIterator.php81 protected $sortFunction; variable in Laminas\\Ldap\\Collection\\DefaultIterator
357 public function setSortFunction(callable $sortFunction) argument
359 $this->sortFunction = $sortFunction;
394 $sortFunction = $this->sortFunction;
395 $sorted = usort($this->entries, function ($a, $b) use ($sortFunction) {
396 return $sortFunction($a['sortValue'], $b['sortValue']);
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/base/
H A Dlist1.c48 l->sortFunction=GWEN_List1__defaultSortFn; in GWEN_List1_new()
253 return (se1->listPtr->sortFunction)(se1->data, se2->data, 1);
263 return (se1->listPtr->sortFunction)(se1->data, se2->data, 0);
273 oldFn=l->sortFunction;
274 l->sortFunction=fn;
360 return (ctx->list->sortFunction)(e1->data, e2->data, ctx->param); in GWEN_List1__compar()
370 oldFn=l->sortFunction; in GWEN_List1_SetSortFn()
371 l->sortFunction=fn; in GWEN_List1_SetSortFn()
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/base/
H A Dlist1.c48 l->sortFunction=GWEN_List1__defaultSortFn; in GWEN_List1_new()
253 return (se1->listPtr->sortFunction)(se1->data, se2->data, 1);
263 return (se1->listPtr->sortFunction)(se1->data, se2->data, 0);
273 oldFn=l->sortFunction;
274 l->sortFunction=fn;
360 return (ctx->list->sortFunction)(e1->data, e2->data, ctx->param); in GWEN_List1__compar()
370 oldFn=l->sortFunction; in GWEN_List1_SetSortFn()
371 l->sortFunction=fn; in GWEN_List1_SetSortFn()
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/base/
H A Dlist1.c48 l->sortFunction=GWEN_List1__defaultSortFn; in GWEN_List1_new()
253 return (se1->listPtr->sortFunction)(se1->data, se2->data, 1);
263 return (se1->listPtr->sortFunction)(se1->data, se2->data, 0);
273 oldFn=l->sortFunction;
274 l->sortFunction=fn;
360 return (ctx->list->sortFunction)(e1->data, e2->data, ctx->param); in GWEN_List1__compar()
370 oldFn=l->sortFunction; in GWEN_List1_SetSortFn()
371 l->sortFunction=fn; in GWEN_List1_SetSortFn()
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/base/
H A Dlist1.c48 l->sortFunction=GWEN_List1__defaultSortFn; in GWEN_List1_new()
253 return (se1->listPtr->sortFunction)(se1->data, se2->data, 1);
263 return (se1->listPtr->sortFunction)(se1->data, se2->data, 0);
273 oldFn=l->sortFunction;
274 l->sortFunction=fn;
360 return (ctx->list->sortFunction)(e1->data, e2->data, ctx->param); in GWEN_List1__compar()
370 oldFn=l->sortFunction; in GWEN_List1_SetSortFn()
371 l->sortFunction=fn; in GWEN_List1_SetSortFn()
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/base/
H A Dlist1.c48 l->sortFunction=GWEN_List1__defaultSortFn; in GWEN_List1_new()
253 return (se1->listPtr->sortFunction)(se1->data, se2->data, 1);
263 return (se1->listPtr->sortFunction)(se1->data, se2->data, 0);
273 oldFn=l->sortFunction;
274 l->sortFunction=fn;
360 return (ctx->list->sortFunction)(e1->data, e2->data, ctx->param); in GWEN_List1__compar()
370 oldFn=l->sortFunction; in GWEN_List1_SetSortFn()
371 l->sortFunction=fn; in GWEN_List1_SetSortFn()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/sort/
H A Dsortsupport.c111 Oid sortFunction; in FinishSortSupportFunction() local
113 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
116 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
121 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/sort/
H A Dsortsupport.c112 Oid sortFunction;
114 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype,
117 if (!OidIsValid(sortFunction))
122 PrepareSortSupportComparisonShim(sortFunction, ssup);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/sort/
H A Dsortsupport.c112 Oid sortFunction; in FinishSortSupportFunction() local
114 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
117 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
122 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/sort/
H A Dsortsupport.c112 Oid sortFunction; in FinishSortSupportFunction() local
114 sortFunction = get_opfamily_proc(opfamily, opcintype, opcintype, in FinishSortSupportFunction()
117 if (!OidIsValid(sortFunction)) in FinishSortSupportFunction()
122 PrepareSortSupportComparisonShim(sortFunction, ssup); in FinishSortSupportFunction()

12345