Home
last modified time | relevance | path

Searched refs:_CFFI_GETARG (Results 1 – 5 of 5) sorted by relevance

/external/python/cffi/c/
Drealize_c_type.c432 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 …]
Dlib_obj.c128 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()
Dcall_python.c96 _CFFI_GETARG(g->type_op)); in _ffi_def_extern_decorator()
Dparse_c_type.c341 arg = _CFFI_GETARG(tok->output[arg]); in parse_sequel()
445 return _CFFI_GETARG(result); in parse_sequel()
/external/python/cffi/cffi/
Dparse_c_type.h9 #define _CFFI_GETARG(cffi_opcode) (((intptr_t)cffi_opcode) >> 8) macro