Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dltablib.c223 typedef unsigned int IdxT; typedef
264 static void set2 (lua_State *L, IdxT i, IdxT j) { in set2()
297 static IdxT partition (lua_State *L, IdxT lo, IdxT up) { in partition()
298 IdxT i = lo; /* will be incremented before first use */ in partition()
333 static IdxT choosePivot (IdxT lo, IdxT up, unsigned int rnd) { in choosePivot()
334 IdxT r4 = (up - lo) / 4; /* range/4 */ in choosePivot()
335 IdxT p = rnd % (r4 * 2) + (lo + r4); in choosePivot()
344 static void auxsort (lua_State *L, IdxT lo, IdxT up, in auxsort()
347 IdxT p; /* Pivot index */ in auxsort()
348 IdxT n; /* to be used later */ in auxsort()
[all …]

Completed in 3 milliseconds