Searched refs:_cffi_opcode_t (Results 1 – 7 of 7) sorted by relevance
5 typedef void *_cffi_opcode_t; typedef7 #define _CFFI_OP(opcode, arg) (_cffi_opcode_t)(opcode | (((uintptr_t)(arg)) << 8))98 _cffi_opcode_t type_op;129 _cffi_opcode_t field_type_op;146 _cffi_opcode_t *types;163 _cffi_opcode_t *output;
259 _cffi_opcode_t opcodes[], int index); /* forward */267 realize_c_type(builder_c_t *builder, _cffi_opcode_t opcodes[], int index) in realize_c_type()321 _cffi_opcode_t op2; in _realize_c_struct_or_union()417 _cffi_opcode_t opcodes[], int index) in realize_c_type_or_func()420 _cffi_opcode_t op = opcodes[index]; in realize_c_type_or_func()473 _cffi_opcode_t op2; in realize_c_type_or_func()657 _cffi_opcode_t opcodes[], int index) in realize_c_func_return_type()660 _cffi_opcode_t op = opcodes[index]; in realize_c_func_return_type()717 _cffi_opcode_t op = fld->field_type_op; in do_realize_lazy_struct()
89 static _cffi_opcode_t cdl_opcode(char *src) in cdl_opcode()91 return (_cffi_opcode_t)cdl_4bytes(src); in cdl_opcode()156 _cffi_opcode_t *ntypes; in ffiobj_init()159 building = PyMem_Malloc(n * sizeof(_cffi_opcode_t)); in ffiobj_init()162 ntypes = (_cffi_opcode_t *)building; in ffiobj_init()
53 _cffi_opcode_t *output;209 static int write_ds(token_t *tok, _cffi_opcode_t ds) in write_ds()237 _cffi_opcode_t result, *p_current; in parse_sequel()330 _cffi_opcode_t oarg; in parse_sequel()434 write_ds(tok, (_cffi_opcode_t)length); in parse_sequel()606 _cffi_opcode_t t1; in parse_complete()607 _cffi_opcode_t t1complex; in parse_complete()
129 _cffi_opcode_t *opcodes = lib->l_types_builder->ctx.types; in lib_build_cpython_func()
36 static _cffi_opcode_t internal_output[FFI_COMPLEXITY_OUTPUT]; in ffi_internal_new()
7 _cffi_opcode_t _cffi_types[];