Home
last modified time | relevance | path

Searched refs:auxsort (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/lua/src/
HDltablib.c345 static void auxsort (lua_State *L, IdxT lo, IdxT up, in auxsort() function
384 auxsort(L, lo, p - 1, rnd); /* call recursively for lower interval */ in auxsort()
389 auxsort(L, p + 1, up, rnd); /* call recursively for upper interval */ in auxsort()
406 auxsort(L, 1, (IdxT)n, 0); in sort()
/freebsd-14-stable/sys/contrib/openzfs/module/lua/
HDltablib.c183 static void auxsort (lua_State *L, int l, int u) { in auxsort() function
242 auxsort(L, j, i); /* call recursively the smaller one */ in auxsort()
252 auxsort(L, 1, n); in tsort()