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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lopcodes.h 218 OP_SETLIST,/* A B C R(A)[(C-1)*FPF+i] := R(A+i), 1 <= i <= B */
236 OP_SETLIST) may use `top'.
243 (*) In OP_SETLIST, if (B == 0) then B = `top'; if (C == 0) then next
  /external/syslinux/com32/lua/src/
lopcodes.h 218 OP_SETLIST,/* A B C R(A)[(C-1)*FPF+i] := R(A+i), 1 <= i <= B */
236 OP_SETLIST) may use `top'.
243 (*) In OP_SETLIST, if (B == 0) then B = `top'; if (C == 0) then next

Completed in 164 milliseconds