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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lopcodes.h 106 #define GETARG_Bx(i) getarg(i, POS_Bx, SIZE_Bx)
112 #define GETARG_sBx(i) (GETARG_Bx(i)-MAXARG_sBx)
  /external/skia/third_party/lua/src/
lopcodes.h 106 #define GETARG_Bx(i) getarg(i, POS_Bx, SIZE_Bx)
112 #define GETARG_sBx(i) (GETARG_Bx(i)-MAXARG_sBx)
  /external/syslinux/com32/lua/src/
lopcodes.h 106 #define GETARG_Bx(i) getarg(i, POS_Bx, SIZE_Bx)
112 #define GETARG_sBx(i) (GETARG_Bx(i)-MAXARG_sBx)

Completed in 81 milliseconds