Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltablib.c193 static void auxsort (lua_State *L, int l, int u) { in auxsort() function
252 auxsort(L, j, i); /* call recursively the smaller one */ in auxsort()
262 auxsort(L, 1, n); in sort()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltablib.c184 static void auxsort (lua_State *L, int l, int u) { in auxsort() function
243 auxsort(L, j, i); /* call recursively the smaller one */ in auxsort()
253 auxsort(L, 1, n); in tsort()