Home
last modified time | relevance | path

Searched defs:GET_OPCODE (Results 1 – 3 of 3) sorted by relevance

/external/skia/third_party/lua/src/
Dlopcodes.h89 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) macro
/external/syslinux/com32/lua/src/
Dlopcodes.h89 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) macro
/external/pcre/dist2/src/sljit/
DsljitLir.c79 #define GET_OPCODE(op) \ macro