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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 102 #define CIST_TAIL (1<<6) /* call was tail called */
ldebug.c 241 ar->istailcall = (ci) ? ci->callstatus & CIST_TAIL : 0;
246 if (ci && !(ci->callstatus & CIST_TAIL) && isLua(ci->previous))
ldo.c 249 ci->callstatus |= CIST_TAIL;
lvm.c 746 oci->callstatus |= CIST_TAIL; /* function was tail called */

Completed in 297 milliseconds