Home
last modified time | relevance | path

Searched defs:argtypes (Results 1 – 15 of 15) sorted by relevance

/third_party/libffi/testsuite/libffi.bhaible/
Dtest-call.c79 #define FFI_PREP_CIF(cif,argtypes,rettype) \ argument
150 ffi_type* argtypes[] = { &ffi_type_sint }; in int_tests() local
169 ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint }; in int_tests() local
188 ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type_sint }; in int_tests() local
207 …ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type… in int_tests() local
226 …ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type… in int_tests() local
252 ffi_type* argtypes[] = { &ffi_type_float }; in float_tests() local
270 ffi_type* argtypes[] = { &ffi_type_float, &ffi_type_float }; in float_tests() local
288 ffi_type* argtypes[] = { &ffi_type_float, &ffi_type_float, &ffi_type_float, &ffi_type_float }; in float_tests() local
306 …ffi_type* argtypes[] = { &ffi_type_float, &ffi_type_float, &ffi_type_float, &ffi_type_float, &ffi_… in float_tests() local
[all …]
Dtest-callback.c79 #define FFI_PREP_CIF(cif,argtypes,rettype) \ argument
1311 ffi_type* argtypes[] = { &ffi_type_sint }; in main() local
1329 ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint }; in main() local
1347 ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type_sint }; in main() local
1365 …ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type… in main() local
1383 …ffi_type* argtypes[] = { &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type_sint, &ffi_type… in main() local
1405 ffi_type* argtypes[] = { &ffi_type_float }; in main() local
1423 ffi_type* argtypes[] = { &ffi_type_float, &ffi_type_float }; in main() local
1441 ffi_type* argtypes[] = { &ffi_type_float, &ffi_type_float, &ffi_type_float, &ffi_type_float }; in main() local
1459 …ffi_type* argtypes[] = { &ffi_type_float, &ffi_type_float, &ffi_type_float, &ffi_type_float, &ffi_… in main() local
[all …]
/third_party/libffi/testsuite/libffi.closures/
Dcls_many_mixed_float_double.c38 ffi_type *argtypes[12] = {&ffi_type_double, &ffi_type_float, &ffi_type_double, in main() local
/third_party/python/Lib/ctypes/
D__init__.py76 def CFUNCTYPE(restype, *argtypes, **kw):
114 def WINFUNCTYPE(restype, *argtypes, **kw):
501 def PYFUNCTYPE(restype, *argtypes):
/third_party/node/deps/npm/node_modules/dashdash/lib/
Ddashdash.js771 argtypes: args.argtypes, property
912 argtypes: args.argtypes property
/third_party/libxml2/
Dgentest.py516 argtypes = {} variable
/third_party/python/Modules/_ctypes/
Dctypes.h93 PyObject *argtypes; member
205 PyObject *argtypes; /* tuple of CDataObjects */ member
D_ctypes.c3455 PyObject *argtypes; in _validate_paramflags() local
3877 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, in _build_callargs()
4110 PyObject *argtypes; in PyCFuncPtr_call() local
Dcallproc.c1143 PyObject *argtypes, /* misleading name: This is a tuple of in _ctypes_callproc()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneTest.java1093 final Class[] argtypes = new Class[0]; in TestFractionalDST() local
/third_party/python/Include/internal/
Dpycore_ast_state.h158 PyObject *argtypes; member
Dpycore_ast.h170 asdl_expr_seq *argtypes; member
/third_party/ltp/tools/sparse/sparse-src/
Devaluate.c2327 int evaluate_arguments(struct symbol_list *argtypes, struct expression_list *head) in evaluate_arguments()
Dparse.c2810 static void apply_k_r_types(struct symbol_list *argtypes, struct symbol *fn) in apply_k_r_types()
/third_party/python/Python/
DPython-ast.c1926 _PyAST_FunctionType(asdl_expr_seq * argtypes, expr_ty returns, PyArena *arena) in _PyAST_FunctionType()
5513 asdl_expr_seq* argtypes; in obj2ast_mod() local