Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h19 #define _CFFI_OP_NOOP 17 macro
/external/python/cffi/demo/
Dmanual.c135 _CFFI_OP(_CFFI_OP_NOOP, 1) },
/external/python/cffi/c/
Dparse_c_type.c290 write_ds(tok, _CFFI_OP(_CFFI_OP_NOOP, 0)); in parse_sequel()
347 oarg = _CFFI_OP(_CFFI_OP_NOOP, arg); in parse_sequel()
753 t1 = _CFFI_OP(_CFFI_OP_NOOP, n); in parse_complete()
Drealize_c_type.c627 case _CFFI_OP_NOOP: in realize_c_type_or_func()
728 case _CFFI_OP_NOOP: in do_realize_lazy_struct()
Dcdlopen.c268 if (_CFFI_GETOP(nfields[nf].field_type_op) != _CFFI_OP_NOOP) { in ffiobj_init()