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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h 101 #define CIST_STAT (1<<5) /* call has an error status (pcall) */
ldo.c 420 if (!(ci->callstatus & CIST_STAT)) /* no call status? */
423 ci->callstatus = (ci->callstatus & ~(CIST_YPCALL | CIST_STAT)) | CIST_YIELDED;
474 ci->callstatus |= CIST_STAT; /* call has error status */

Completed in 515 milliseconds