Home
last modified time | relevance | path

Searched defs:arg_types (Results 1 – 25 of 171) sorted by relevance

1234567

/external/llvm-project/openmp/libomptarget/src/
Dinterface.cpp103 void **args_base, void **args, int64_t *arg_sizes, int64_t *arg_types) { in __tgt_target_data_begin()
109 void **args_base, void **args, int64_t *arg_sizes, int64_t *arg_types, in __tgt_target_data_begin_nowait()
122 int64_t *arg_types, in __tgt_target_data_begin_mapper()
160 void **args, int64_t *arg_sizes, int64_t *arg_types, in __tgt_target_data_begin_nowait_mapper()
174 void **args_base, void **args, int64_t *arg_sizes, int64_t *arg_types) { in __tgt_target_data_end()
180 void **args_base, void **args, int64_t *arg_sizes, int64_t *arg_types, in __tgt_target_data_end_nowait()
193 int64_t *arg_types, in __tgt_target_data_end_mapper()
236 void **args, int64_t *arg_sizes, int64_t *arg_types, in __tgt_target_data_end_nowait_mapper()
247 void **args_base, void **args, int64_t *arg_sizes, int64_t *arg_types) { in __tgt_target_data_update()
253 void **args_base, void **args, int64_t *arg_sizes, int64_t *arg_types, in __tgt_target_data_update_nowait()
[all …]
/external/pcre/dist2/src/sljit/
DsljitNativeX86_32.c69 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
248 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
519 static sljit_s32 c_fast_call_get_stack_size(sljit_s32 arg_types, sljit_s32 *word_arg_count_ptr) in c_fast_call_get_stack_size()
551 sljit_s32 arg_types, sljit_s32 stack_size, sljit_s32 word_arg_count, sljit_s32 swap_args) in c_fast_call_with_args()
625 static sljit_s32 cdecl_call_get_stack_size(struct sljit_compiler *compiler, sljit_s32 arg_types, sl… in cdecl_call_get_stack_size()
663 sljit_s32 arg_types, sljit_s32 stack_size, sljit_s32 word_arg_count) in cdecl_call_with_args()
704 sljit_s32 arg_types, sljit_s32 stack_size) in post_call_with_args()
729 sljit_s32 arg_types) in sljit_emit_call()
772 sljit_s32 arg_types, in sljit_emit_icall()
DsljitNativeMIPS_32.c444 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args()
584 static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in post_call_with_args()
616 sljit_s32 arg_types) in sljit_emit_call()
646 sljit_s32 arg_types, in sljit_emit_icall()
DsljitNativeX86_64.c128 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
280 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
612 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args()
648 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args()
733 sljit_s32 arg_types) in sljit_emit_call()
749 sljit_s32 arg_types, in sljit_emit_icall()
DsljitNativeMIPS_64.c545 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args()
620 sljit_s32 arg_types) in sljit_emit_call()
648 sljit_s32 arg_types, in sljit_emit_icall()
/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
Dffi.c84 ffi_type **arg_types; in ffi_call() local
213 ffi_type **arg_types; in ffi_closure_osf_inner() local
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Derr_bad_typedef.c14 ffi_type* arg_types[1]; in main() local
Derr_bad_abi.c21 ffi_type* arg_types[1]; in main() local
Dfloat_va.c48 ffi_type *arg_types[5]; in main() local
Dcls_longdouble_va.c29 ffi_type* arg_types[3]; in main() local
Dcls_double_va.c29 ffi_type* arg_types[3]; in main() local
/external/libffi/testsuite/libffi.call/
Derr_bad_typedef.c14 ffi_type* arg_types[1]; in main() local
Derr_bad_abi.c21 ffi_type* arg_types[1]; in main() local
Dfloat_va.c48 ffi_type *arg_types[5]; in main() local
Dcls_double_va.c29 ffi_type* arg_types[3]; in main() local
Dcls_longdouble_va.c29 ffi_type* arg_types[3]; in main() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtest_util.h36 DataTypeVector arg_types; member
/external/libffi/testsuite/libffi.closures/
Derr_bad_abi.c21 ffi_type* arg_types[1]; in main() local
Dcls_double_va.c29 ffi_type* arg_types[3]; in main() local
Dcls_longdouble_va.c29 ffi_type* arg_types[3]; in main() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_assert.c66 LLVMTypeRef arg_types[2]; in lp_build_assert() local
/external/llvm-project/openmp/libomptarget/test/unified_shared_memory/
Dclose_manual.c58 int64_t arg_types[arg_num]; in main() local
/external/python/cpython2/Modules/_ctypes/libffi/src/tile/
Dffi.c151 ffi_type ** const arg_types = cif->arg_types; in ffi_call() local
292 ffi_type ** const arg_types = cif->arg_types; in ffi_closure_tile_inner() local
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
Dffi.c544 ffi_type **arg_types; in ffi_closure_sparc_inner_v8() local
609 ffi_type **arg_types; in ffi_closure_sparc_inner_v9() local
/external/libffi/src/tile/
Dffi.c151 ffi_type ** const arg_types = cif->arg_types; in ffi_call() local
292 ffi_type ** const arg_types = cif->arg_types; in ffi_closure_tile_inner() local

1234567