Searched refs:_CFFI_GETARG (Results 1 – 5 of 5) sorted by relevance
/external/python/cffi/c/ |
D | realize_c_type.c | 432 x = get_primitive_type(_CFFI_GETARG(op)); in realize_c_type_or_func() 437 y = realize_c_type_or_func(builder, opcodes, _CFFI_GETARG(op)); in realize_c_type_or_func() 455 y = (PyObject *)realize_c_type(builder, opcodes, _CFFI_GETARG(op)); in realize_c_type_or_func() 467 x = _realize_c_struct_or_union(builder, _CFFI_GETARG(op)); in realize_c_type_or_func() 475 e = &builder->ctx.enums[_CFFI_GETARG(op)]; in realize_c_type_or_func() 566 y = (PyObject *)realize_c_type(builder, opcodes, _CFFI_GETARG(op)); in realize_c_type_or_func() 580 ellipsis = _CFFI_GETARG(opcodes[base_index + num_args]) & 0x01; in realize_c_type_or_func() 581 abi = _CFFI_GETARG(opcodes[base_index + num_args]) & 0xFE; in realize_c_type_or_func() 628 x = realize_c_type_or_func(builder, opcodes, _CFFI_GETARG(op)); in realize_c_type_or_func() 636 int type_index = builder->ctx.typenames[_CFFI_GETARG(op)].type_index; in realize_c_type_or_func() [all …]
|
D | lib_obj.c | 128 int i, type_index = _CFFI_GETARG(g->type_op); in lib_build_cpython_func() 304 _CFFI_GETARG(g->type_op)); in lib_build_and_cache_attr() 356 _CFFI_GETARG(g->type_op)); in lib_build_and_cache_attr() 382 _CFFI_GETARG(g->type_op)); in lib_build_and_cache_attr() 403 _CFFI_GETARG(g->type_op)); in lib_build_and_cache_attr() 417 _CFFI_GETARG(g->type_op)); in lib_build_and_cache_attr()
|
D | call_python.c | 96 _CFFI_GETARG(g->type_op)); in _ffi_def_extern_decorator()
|
D | parse_c_type.c | 341 arg = _CFFI_GETARG(tok->output[arg]); in parse_sequel() 445 return _CFFI_GETARG(result); in parse_sequel()
|
/external/python/cffi/cffi/ |
D | parse_c_type.h | 9 #define _CFFI_GETARG(cffi_opcode) (((intptr_t)cffi_opcode) >> 8) macro
|