Home
last modified time | relevance | path

Searched refs:_cffi_opcode_t (Results 1 – 7 of 7) sorted by relevance

/external/python/cffi/cffi/
Dparse_c_type.h5 typedef void *_cffi_opcode_t; typedef
7 #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;
/external/python/cffi/c/
Drealize_c_type.c259 _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()
Dcdlopen.c89 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()
Dparse_c_type.c53 _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()
Dlib_obj.c129 _cffi_opcode_t *opcodes = lib->l_types_builder->ctx.types; in lib_build_cpython_func()
Dffi_obj.c36 static _cffi_opcode_t internal_output[FFI_COMPLEXITY_OUTPUT]; in ffi_internal_new()
/external/python/cffi/doc/misc/
Dparse_c_type.rst7 _cffi_opcode_t _cffi_types[];