Home
last modified time | relevance | path

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

/dports/math/clingo/clingo-5.5.1/libpyclingo/
H A D_clingo.c81 #define _CFFI_OP_NOOP 17 macro
1298 /* 10 */ _CFFI_OP(_CFFI_OP_NOOP, 2),
1303 /* 15 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
1307 /* 19 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
1313 /* 25 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
1315 /* 27 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
1322 /* 34 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
1329 /* 41 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
1334 /* 46 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
1336 /* 48 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
[all …]
/dports/math/clingo/clingo-5.5.1/app/pyclingo/
H A D_clingo.c80 #define _CFFI_OP_NOOP 17 macro
586 /* 10 */ _CFFI_OP(_CFFI_OP_NOOP, 2),
591 /* 15 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
595 /* 19 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
601 /* 25 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
603 /* 27 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
610 /* 34 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
617 /* 41 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
622 /* 46 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
624 /* 48 */ _CFFI_OP(_CFFI_OP_NOOP, 6),
[all …]
/dports/security/py-cryptography/cryptography-3.3.2/build/temp.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/
H A D_openssl.c80 #define _CFFI_OP_NOOP 17
2464 /* 50 */ _CFFI_OP(_CFFI_OP_NOOP, 13),
2468 /* 54 */ _CFFI_OP(_CFFI_OP_NOOP, 28),
2474 /* 60 */ _CFFI_OP(_CFFI_OP_NOOP, 40),
2477 /* 63 */ _CFFI_OP(_CFFI_OP_NOOP, 43),
2482 /* 68 */ _CFFI_OP(_CFFI_OP_NOOP, 17),
2485 /* 71 */ _CFFI_OP(_CFFI_OP_NOOP, 31),
2501 /* 87 */ _CFFI_OP(_CFFI_OP_NOOP, 21),
2502 /* 88 */ _CFFI_OP(_CFFI_OP_NOOP, 20),
2505 /* 91 */ _CFFI_OP(_CFFI_OP_NOOP, 20),
[all …]
H A D_padding.c80 #define _CFFI_OP_NOOP 17 in _get_data()
/dports/devel/py-cffi/stage/usr/local/lib/python3.8/site-packages/cffi/
H A Dparse_c_type.h19 #define _CFFI_OP_NOOP 17 macro
/dports/devel/py-cffi/cffi-1.15.0/cffi/
H A Dparse_c_type.h19 #define _CFFI_OP_NOOP 17 macro
/dports/devel/py-cffi/cffi-1.15.0/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/cffi/
H A Dparse_c_type.h19 #define _CFFI_OP_NOOP 17 macro
/dports/devel/py-cffi/cffi-1.15.0/demo/
H A Dmanual.c135 _CFFI_OP(_CFFI_OP_NOOP, 1) },
/dports/devel/py-cffi/cffi-1.15.0/c/
H A 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()
H A Drealize_c_type.c620 case _CFFI_OP_NOOP: in realize_c_type_or_func_now()
751 case _CFFI_OP_NOOP: in do_realize_lazy_struct()
H A Dcdlopen.c269 if (_CFFI_GETOP(nfields[nf].field_type_op) != _CFFI_OP_NOOP) { in ffiobj_init()