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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lopcodes.h 48 #define POS_C (POS_A + SIZE_A)
49 #define POS_B (POS_C + SIZE_C)
50 #define POS_Bx POS_C
103 #define GETARG_C(i) getarg(i, POS_C, SIZE_C)
104 #define SETARG_C(i,v) setarg(i, v, POS_C, SIZE_C)
119 | (cast(Instruction, c)<<POS_C))
  /external/syslinux/com32/lua/src/
lopcodes.h 48 #define POS_C (POS_A + SIZE_A)
49 #define POS_B (POS_C + SIZE_C)
50 #define POS_Bx POS_C
103 #define GETARG_C(i) getarg(i, POS_C, SIZE_C)
104 #define SETARG_C(i,v) setarg(i, v, POS_C, SIZE_C)
119 | (cast(Instruction, c)<<POS_C))

Completed in 53 milliseconds