HomeSort by relevance Sort by last modified time
    Searched refs:sort_comp (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltablib.c 169 static int sort_comp (lua_State *L, int a, int b) { function
190 if (sort_comp(L, -1, -2)) /* a[u] < a[l]? */
198 if (sort_comp(L, -2, -1)) /* a[i]<a[l]? */
203 if (sort_comp(L, -1, -2)) /* a[u]<a[i]? */
217 while (lua_rawgeti(L, 1, ++i), sort_comp(L, -1, -2)) {
222 while (lua_rawgeti(L, 1, --j), sort_comp(L, -3, -1)) {
  /external/skia/third_party/lua/src/
ltablib.c 169 static int sort_comp (lua_State *L, int a, int b) { function
190 if (sort_comp(L, -1, -2)) /* a[u] < a[l]? */
198 if (sort_comp(L, -2, -1)) /* a[i]<a[l]? */
203 if (sort_comp(L, -1, -2)) /* a[u]<a[i]? */
217 while (lua_rawgeti(L, 1, ++i), sort_comp(L, -1, -2)) {
222 while (lua_rawgeti(L, 1, --j), sort_comp(L, -3, -1)) {
  /external/syslinux/com32/lua/src/
ltablib.c 169 static int sort_comp (lua_State *L, int a, int b) { function
190 if (sort_comp(L, -1, -2)) /* a[u] < a[l]? */
198 if (sort_comp(L, -2, -1)) /* a[i]<a[l]? */
203 if (sort_comp(L, -1, -2)) /* a[u]<a[i]? */
217 while (lua_rawgeti(L, 1, ++i), sort_comp(L, -1, -2)) {
222 while (lua_rawgeti(L, 1, --j), sort_comp(L, -3, -1)) {

Completed in 305 milliseconds