OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:permutation
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/stdlib/
h_sort.c
92
size_t *
permutation
= NULL;
local in function:main
199
error = reallocarr(&
permutation
, nlines, sizeof(
permutation
[0]));
203
permutation
[i] = i;
209
(*sortfn)(
permutation
, nlines, sizeof(
permutation
[0]), &cmp,
217
const size_t j =
permutation
[i];
h_sort.c
92
size_t *
permutation
= NULL;
local in function:main
199
error = reallocarr(&
permutation
, nlines, sizeof(
permutation
[0]));
203
permutation
[i] = i;
209
(*sortfn)(
permutation
, nlines, sizeof(
permutation
[0]), &cmp,
217
const size_t j =
permutation
[i];
Completed in 22 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025