HomeSort by relevance Sort by last modified time
    Searched defs:arg_types (Results 26 - 50 of 65) sorted by null

12 3

  /external/python/cpython2/Modules/_ctypes/libffi/src/tile/
ffi.c 151 ffi_type ** const arg_types = cif->arg_types; local
168 ffi_type *type = arg_types[i];
197 argp += assign_to_ffi_arg(argp, arg_in, arg_types[i], 1);
292 ffi_type ** const arg_types = cif->arg_types; local
321 ffi_type * const type = arg_types[i];
  /external/python/cpython2/Modules/_ctypes/libffi/src/xtensa/
ffi.c 128 for (i = ecif->cif->nargs, ptr = ecif->cif->arg_types;
254 ffi_type **arg_types; local
272 arg_types = cif->arg_types;
277 if (arg_types[i]->alignment == 8 && (areg & 1) != 0)
284 if (arg_types[i]->type == FFI_TYPE_STRUCT)
286 int numregs = ((arg_types[i]->size + 3) & ~3) / 4;
292 areg += (arg_types[i]->size + 3) / 4;
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
va_1.c 84 ffi_type* arg_types[15]; local
131 arg_types[0] = &ffi_type_sint;
132 arg_types[1] = &s_type;
133 arg_types[2] = &l_type;
134 arg_types[3] = &s_type;
135 arg_types[4] = &ffi_type_uchar;
136 arg_types[5] = &ffi_type_schar;
137 arg_types[6] = &ffi_type_ushort;
138 arg_types[7] = &ffi_type_sshort;
139 arg_types[8] = &ffi_type_uint
    [all...]
  /external/libcxx/test/support/
any_helpers.h 384 : arg_types(&makeArgumentID<>()) {}
386 : arg_types(&makeArgumentID<small_tracked_t const&>()) {}
388 : arg_types(&makeArgumentID<small_tracked_t &&>()) {}
391 : arg_types(&makeArgumentID<Args...>()) {}
394 : arg_types(&makeArgumentID<std::initializer_list<int>, Args...>()) {}
396 TypeID const* arg_types; member in struct:small_tracked_t
402 : arg_types(&makeArgumentID<>()) { dummy[0] = 42; }
404 : arg_types(&makeArgumentID<large_tracked_t const&>()) {}
406 : arg_types(&makeArgumentID<large_tracked_t &&>()) {}
409 : arg_types(&makeArgumentID<Args...>()) {
414 TypeID const* arg_types; member in struct:large_tracked_t
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_cached.c 173 LLVMTypeRef arg_types[4]; local
179 arg_types[0] = pi8t;
180 arg_types[1] = pi8t;
181 arg_types[2] = i32t;
182 arg_types[3] = i32t;
183 function_type = LLVMFunctionType(ret_type, arg_types,
184 ARRAY_SIZE(arg_types), 0);
lp_bld_intr.c 104 LLVMTypeRef *arg_types,
112 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
197 LLVMTypeRef arg_types[LP_MAX_FUNC_ARGS]; local
204 arg_types[i] = LLVMTypeOf(args[i]);
207 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
lp_bld_format_aos.c 794 LLVMTypeRef arg_types[4]; local
798 arg_types[0] = pi8t;
799 arg_types[1] = pi8t;
800 arg_types[2] = i32t;
801 arg_types[3] = i32t;
802 function_type = LLVMFunctionType(ret_type, arg_types,
803 ARRAY_SIZE(arg_types), 0);
899 LLVMTypeRef arg_types[4]; local
902 arg_types[0] = pf32t;
903 arg_types[1] = pi8t
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
ffi.c 107 for (i = 0, p_arg = ecif->cif->arg_types; i < ecif->cif->nargs; i++, p_arg++)
338 switch ((cif->arg_types)[0]->type)
342 cif->flags += (cif->arg_types)[0]->type;
355 switch ((cif->arg_types)[1]->type)
359 cif->flags += (cif->arg_types)[1]->type << FFI_FLAG_BITS;
452 type = (cif->arg_types)[index]->type;
472 ((cif->arg_types)[index]->type << (arg_reg * FFI_FLAG_BITS));
497 (cif->arg_types)[index],
772 ffi_type **arg_types; local
790 arg_types = cif->arg_types
926 ffi_type **arg_types; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_linux64.c 191 for (ptr = cif->arg_types, i = cif->nargs; i > 0; i--, ptr++)
448 for (ptr = ecif->cif->arg_types, i = 0;
722 ffi_type **arg_types; local
747 arg_types = cif->arg_types;
754 switch (arg_types[i]->type)
790 align = arg_types[i]->alignment;
798 elt = discover_homogeneous_aggregate (arg_types[i], &elnum);
859 if (arg_types[i]->size < 8)
860 avalue[i] = (char *) pst + 8 - arg_types[i]->size
    [all...]
ffi_sysv.c 175 for (ptr = cif->arg_types, i = cif->nargs; i > 0; i--, ptr++)
435 for (ptr = ecif->cif->arg_types, i = ecif->cif->nargs;
695 ffi_type ** arg_types; local
725 arg_types = cif->arg_types;
729 unsigned short typenum = arg_types[i]->type;
ffi_darwin.c 130 ffi_type** ptr = ecif->cif->arg_types;
676 darwin_adjust_aggregate_sizes (cif->arg_types[i]);
683 aix_adjust_aggregate_sizes (cif->arg_types[i]);
788 for (ptr = cif->arg_types, i = cif->nargs; i > 0; i--, ptr++)
1135 ffi_type ** arg_types; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
ffi64.c 396 if (examine_argument (cif->arg_types[i], classes, 0, &ngpr, &nsse) == 0
400 long align = cif->arg_types[i]->alignment;
406 bytes += cif->arg_types[i]->size;
427 ffi_type **arg_types; local
456 arg_types = cif->arg_types;
460 size_t n, size = arg_types[i]->size;
462 n = examine_argument (arg_types[i], classes, 0, &ngpr, &nsse);
467 long align = arg_types[i]->alignment;
494 switch (arg_types[i]->type
576 ffi_type **arg_types; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi.h 166 /*@dependent@*/ ffi_type **arg_types; member in struct:__anon30208
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffi.h 166 /*@dependent@*/ ffi_type **arg_types; member in struct:__anon30214
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi.h 173 /*@dependent@*/ ffi_type** arg_types; member in struct:ffi_cif
  /external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
x86-ffi64.c 400 if (examine_argument(cif->arg_types[i], classes, 0, &ngpr, &nsse) == 0
404 long align = cif->arg_types[i]->alignment;
410 bytes += cif->arg_types[i]->size;
439 ffi_type** arg_types; local
469 arg_types = cif->arg_types;
473 size_t size = arg_types[i]->size;
476 n = examine_argument (arg_types[i], classes, 0, &ngpr, &nsse);
482 long align = arg_types[i]->alignment;
505 switch (arg_types[i]->type)
627 ffi_type** arg_types; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-ffi_darwin.c 139 ffi_type** ptr = ecif->cif->arg_types;
426 for (ptr = cif->arg_types, i = cif->nargs; i > 0; i--, ptr++)
835 ffi_type** arg_types = cif->arg_types; local
856 switch (arg_types[i]->type)
891 avalue[i] = alloca(arg_types[i]->size);
892 ffi64_struct_to_ram_form(arg_types[i], (const char*)pgr,
902 unsigned int size_al = size_al = arg_types[i]->size;
906 if (arg_types[i]->elements[0]->type == FFI_TYPE_DOUBLE)
907 size_al = ALIGN(arg_types[i]->size, 8)
    [all...]
  /external/skia/src/core/
SkTraceEvent.h 94 // const uint8_t* arg_types,
412 uint8_t arg_types[1]; local
414 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
417 num_args, &arg1_name, arg_types, arg_values, flags);
434 unsigned char arg_types[2]; local
436 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
437 SetTraceValue(arg2_val, &arg_types[1], &arg_values[1]);
440 num_args, arg_names, arg_types, arg_values, flags);
  /external/libchrome/base/trace_event/
trace_event.h 112 // const unsigned char* arg_types,
131 // const unsigned char* arg_types,
151 // const unsigned char* arg_types,
171 // const unsigned char* arg_types,
638 unsigned char arg_types[1] = { TRACE_VALUE_TYPE_CONVERTABLE }; local
643 timestamp, num_args, &arg1_name, arg_types, NULL, convertable_values,
666 unsigned char arg_types[2]; local
668 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
669 arg_types[1] = TRACE_VALUE_TYPE_CONVERTABLE;
674 timestamp, num_args, arg_names, arg_types, arg_values, convertable_values
697 unsigned char arg_types[2]; local
728 unsigned char arg_types[2] = local
784 unsigned char arg_types[1]; local
846 unsigned char arg_types[2]; local
942 unsigned char arg_types[1] = {TRACE_VALUE_TYPE_CONVERTABLE}; local
960 unsigned char arg_types[1]; local
    [all...]
  /external/v8/include/libplatform/
v8-tracing.h 43 const char** arg_names, const uint8_t* arg_types,
51 const char** arg_names, const uint8_t* arg_types,
69 uint8_t* arg_types() { return arg_types_; } function in class:v8::platform::tracing::TraceObject
237 const char** arg_names, const uint8_t* arg_types,
  /external/v8/src/tracing/
trace-event.h 94 // const uint8_t* arg_types,
417 const char** arg_names, const uint8_t* arg_types,
420 if (num_args > 0 && arg_types[0] == TRACE_VALUE_TYPE_CONVERTABLE) {
424 if (num_args > 1 && arg_types[1] == TRACE_VALUE_TYPE_CONVERTABLE) {
432 bind_id, num_args, arg_names, arg_types,
527 unsigned char arg_types[2]; local
529 SetTraceValue(std::forward<ARG1_TYPE>(arg1_val), &arg_types[0], local
531 SetTraceValue(std::forward<ARG2_TYPE>(arg2_val), &arg_types[1], local
535 arg_names, arg_types, arg_values, flags);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 621 const LLVMTypeRef *arg_types,
626 if(LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind)
716 LLVMTypeRef arg_types[7]; local
753 arg_types[0] = LLVMPointerType(vec4f_type, 0); /* v0 */
754 arg_types[1] = LLVMPointerType(vec4f_type, 0); /* v1 */
755 arg_types[2] = LLVMPointerType(vec4f_type, 0); /* v2 */
756 arg_types[3] = LLVMInt32TypeInContext(gallivm->context); /* facing */
757 arg_types[4] = LLVMPointerType(vec4f_type, 0); /* a0, aligned */
758 arg_types[5] = LLVMPointerType(vec4f_type, 0); /* dadx, aligned */
759 arg_types[6] = LLVMPointerType(vec4f_type, 0); /* dady, aligned *
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 327 std::vector<Type*> arg_types; local
328 arg_types.push_back(Type::getInt1Ty(Context));
330 Type::getVoidTy(Context), arg_types, false);
  /external/webrtc/webrtc/base/
trace_event.h 561 // const unsigned char* arg_types,
838 unsigned char arg_types[1]; local
859 unsigned char arg_types[2]; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
prdbg.c 717 char **arg_types;
727 arg_types = NULL;
734 arg_types = (char **) xmalloc (argcount * sizeof *arg_types);
739 free (arg_types);
742 arg_types[i] = pop_type (info);
743 if (arg_types[i] == NULL)
745 free (arg_types);
748 len += strlen (arg_types[i]) + 2;
769 strcat (s, arg_types[i])
712 char **arg_types; local
923 char **arg_types; local
    [all...]

Completed in 2266 milliseconds

12 3