Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h8 #define _CFFI_GETOP(cffi_opcode) ((unsigned char)(uintptr_t)cffi_opcode) argument
9 #define _CFFI_GETARG(cffi_opcode) (((intptr_t)cffi_opcode) >> 8) argument