OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logn
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/linux/
linux_list_sort.c
62
unsigned int
logn
, max_logn = 0;
local in function:list_sort
73
for (
logn
= 0;
logn
< __arraycount(accumulator);
logn
++)
74
accumulator[
logn
] = NULL;
81
for (
logn
= 0; accumulator[
logn
] != NULL;
logn
++) {
86
sorted = list_sort_merge(accumulator[
logn
], sorted,
88
accumulator[
logn
] = NULL
[
all
...]
linux_list_sort.c
62
unsigned int
logn
, max_logn = 0;
local in function:list_sort
73
for (
logn
= 0;
logn
< __arraycount(accumulator);
logn
++)
74
accumulator[
logn
] = NULL;
81
for (
logn
= 0; accumulator[
logn
] != NULL;
logn
++) {
86
sorted = list_sort_merge(accumulator[
logn
], sorted,
88
accumulator[
logn
] = NULL
[
all
...]
Completed in 22 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025