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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltablib.c184 static void auxsort (lua_State *L, int l, int u) { function
243 auxsort(L, j, i); /* call recursively the smaller one */
253 auxsort(L, 1, n);
/freebsd-13-stable/contrib/lua/src/
H A Dltablib.c343 static void auxsort (lua_State *L, IdxT lo, IdxT up, function
382 auxsort(L, lo, p - 1, rnd); /* call recursively for lower interval */
387 auxsort(L, p + 1, up, rnd); /* call recursively for upper interval */
393 } /* tail call auxsort(L, lo, up, rnd) */
404 auxsort(L, 1, (IdxT)n, 0);

Completed in 94 milliseconds