Home
last modified time | relevance | path

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

123456

/external/pcre/dist2/src/sljit/
DsljitNativeX86_32.c67 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
243 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
515 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()
547 sljit_s32 arg_types, sljit_s32 stack_size, sljit_s32 word_arg_count, sljit_s32 swap_args) in c_fast_call_with_args()
621 static sljit_s32 cdecl_call_get_stack_size(struct sljit_compiler *compiler, sljit_s32 arg_types, sl… in cdecl_call_get_stack_size()
659 sljit_s32 arg_types, sljit_s32 stack_size, sljit_s32 word_arg_count) in cdecl_call_with_args()
700 sljit_s32 arg_types, sljit_s32 stack_size) in post_call_with_args()
725 sljit_s32 arg_types) in sljit_emit_call()
768 sljit_s32 arg_types, in sljit_emit_icall()
DsljitNativeX86_64.c76 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
225 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
557 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args()
593 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args()
678 sljit_s32 arg_types) in sljit_emit_call()
694 sljit_s32 arg_types, in sljit_emit_icall()
DsljitNativeMIPS_32.c439 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args()
579 static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in post_call_with_args()
611 sljit_s32 arg_types) in sljit_emit_call()
641 sljit_s32 arg_types, in sljit_emit_icall()
DsljitNativeMIPS_64.c541 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args()
616 sljit_s32 arg_types) in sljit_emit_call()
644 sljit_s32 arg_types, in sljit_emit_icall()
/external/tensorflow/tensorflow/python/autograph/impl/
Dconversion.py158 def entity_to_graph(o, program_ctx, arg_values, arg_types): argument
335 def function_to_graph(f, program_ctx, arg_values, arg_types, do_rename=True): argument
Dapi.py384 arg_types=None, argument
510 arg_types=None, argument
/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_double_va.c29 ffi_type* arg_types[3]; in main() local
Dcls_longdouble_va.c29 ffi_type* arg_types[3]; in main() local
Dcls_pointer.c39 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
Dcls_pointer.c39 ffi_type* arg_types[3]; in main() local
/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/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/tensorflow/tensorflow/compiler/tf2xla/
Dtest_util.h36 DataTypeVector arg_types; member
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_assert.c66 LLVMTypeRef arg_types[2]; in lp_build_assert() local
/external/v8/src/libplatform/tracing/
Dtrace-object.cc37 const char** arg_names, const uint8_t* arg_types, in Initialize()
114 const char** arg_names, const uint8_t* arg_types, in InitializeForTesting()
/external/v8/include/
Dv8-platform.h135 const char** arg_names, const uint8_t* arg_types, in AddTraceEvent()
144 const char** arg_names, const uint8_t* arg_types, in AddTraceEventWithTimestamp()
/external/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

123456