Searched refs:SIZE_OP (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/lua/src/
H A Dlopcodes.h44 #define SIZE_OP 6 macro
47 #define POS_A (POS_OP + SIZE_OP)
89 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0)))
90 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \
91 ((cast(Instruction, o)<<POS_OP)&MASK1(SIZE_OP,POS_OP))))
/external/syslinux/com32/lua/src/
H A Dlopcodes.h44 #define SIZE_OP 6 macro
47 #define POS_A (POS_OP + SIZE_OP)
89 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0)))
90 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \
91 ((cast(Instruction, o)<<POS_OP)&MASK1(SIZE_OP,POS_OP))))

Completed in 208 milliseconds