HomeSort by relevance Sort by last modified time
    Searched refs:arg_types (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_assert.c 66 LLVMTypeRef arg_types[2]; local
75 arg_types[0] = LLVMInt32TypeInContext(context);
76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0);
80 ret_type, arg_types, Elements(arg_types),
84 args[0] = LLVMBuildZExt(builder, condition, arg_types[0], "");
88 assert(LLVMTypeOf(args[0]) == arg_types[0]);
89 assert(LLVMTypeOf(args[1]) == arg_types[1]);
lp_bld_format_aos.c 544 LLVMTypeRef arg_types[4]; local
548 arg_types[0] = pi8t;
549 arg_types[1] = pi8t;
550 arg_types[2] = i32t;
551 arg_types[3] = i32t;
552 function_type = LLVMFunctionType(ret_type, arg_types,
553 Elements(arg_types), 0);
649 LLVMTypeRef arg_types[4]; local
652 arg_types[0] = pf32t;
653 arg_types[1] = pi8t
    [all...]
lp_bld_intr.c 59 LLVMTypeRef *arg_types,
67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
91 LLVMTypeRef arg_types[LP_MAX_FUNC_ARGS]; local
98 arg_types[i] = LLVMTypeOf(args[i]);
101 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
lp_bld_intr.h 54 LLVMTypeRef *arg_types,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_assert.c 66 LLVMTypeRef arg_types[2]; local
75 arg_types[0] = LLVMInt32TypeInContext(context);
76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0);
80 ret_type, arg_types, Elements(arg_types),
84 args[0] = LLVMBuildZExt(builder, condition, arg_types[0], "");
88 assert(LLVMTypeOf(args[0]) == arg_types[0]);
89 assert(LLVMTypeOf(args[1]) == arg_types[1]);
lp_bld_format_aos.c 544 LLVMTypeRef arg_types[4]; local
548 arg_types[0] = pi8t;
549 arg_types[1] = pi8t;
550 arg_types[2] = i32t;
551 arg_types[3] = i32t;
552 function_type = LLVMFunctionType(ret_type, arg_types,
553 Elements(arg_types), 0);
649 LLVMTypeRef arg_types[4]; local
652 arg_types[0] = pf32t;
653 arg_types[1] = pi8t
    [all...]
lp_bld_intr.c 59 LLVMTypeRef *arg_types,
67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
91 LLVMTypeRef arg_types[LP_MAX_FUNC_ARGS]; local
98 arg_types[i] = LLVMTypeOf(args[i]);
101 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
  /external/chromium_org/ppapi/c/dev/
ppb_trace_event_dev.h 65 const uint8_t arg_types[],
82 const uint8_t arg_types[],
108 const uint8_t arg_types[],
  /external/libffi/src/alpha/
ffi.c 83 ffi_type **arg_types; local
99 arg_types = cif->arg_types;
103 size_t size = (*arg_types)->size;
105 switch ((*arg_types)->type)
157 memcpy(argp, *avalue, (*arg_types)->size);
165 i++, arg_types++, avalue++;
209 ffi_type **arg_types; local
227 arg_types = cif->arg_types;
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_trace_event_impl.h 28 const uint8_t arg_types[],
40 const uint8_t arg_types[],
ppb_trace_event_impl.cc 40 const uint8_t arg_types[],
48 arg_names, arg_types,
66 const uint8_t arg_types[],
74 num_args, arg_names, arg_types,
  /external/libffi/src/sparc/
ffi.c 69 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types; i; i--, p_arg++)
157 for (i = 0, p_arg = ecif->cif->arg_types; i < ecif->cif->nargs;
478 ffi_type **arg_types; local
483 arg_types = cif->arg_types;
501 if (arg_types[i]->type == FFI_TYPE_STRUCT
503 || arg_types[i]->type == FFI_TYPE_LONGDOUBLE
510 else if ((arg_types[i]->type == FFI_TYPE_DOUBLE
511 || arg_types[i]->type == FFI_TYPE_SINT64
512 || arg_types[i]->type == FFI_TYPE_UINT64
543 ffi_type **arg_types; local
    [all...]
  /external/chromium_org/base/debug/
trace_event_android.cc 26 const unsigned char* arg_types,
41 if (arg_types[i] == TRACE_VALUE_TYPE_CONVERTABLE) {
46 base::debug::TraceEvent::AppendValueAsJSON(arg_types[i], value, &out);
94 const unsigned char* arg_types,
104 num_args, arg_names, arg_types, arg_values, convertable_values,
112 num_args, arg_names, arg_types, arg_values, convertable_values,
119 num_args, arg_names, arg_types, arg_values, convertable_values,
126 DCHECK(arg_types[i] == TRACE_VALUE_TYPE_INT);
  /external/libffi/src/mips/
ffi.c 102 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types; i; i--, p_arg++)
303 switch ((cif->arg_types)[0]->type)
307 cif->flags += (cif->arg_types)[0]->type;
320 switch ((cif->arg_types)[1]->type)
324 cif->flags += (cif->arg_types)[1]->type << FFI_FLAG_BITS;
414 switch ((cif->arg_types)[index]->type)
419 ((cif->arg_types)[index]->type << (arg_reg * FFI_FLAG_BITS));
436 cif->flags += calc_n32_struct_flags((cif->arg_types)[index],
663 ffi_type **arg_types; local
681 arg_types = cif->arg_types
816 ffi_type **arg_types; local
    [all...]
  /external/libffi/testsuite/libffi.call/
problem1.c 53 ffi_type* arg_types[3]; local
75 arg_types[0] = &my_ffi_struct_type;
76 arg_types[1] = &my_ffi_struct_type;
77 arg_types[2] = NULL;
80 arg_types) == FFI_OK);
  /external/chromium_org/ppapi/api/dev/
ppb_trace_event_dev.idl 47 [in, size_as=num_args] uint8_t[] arg_types,
67 [in, size_as=num_args] uint8_t[] arg_types,
  /external/libffi/src/x86/
ffi64.c 317 if (examine_argument (cif->arg_types[i], classes, 0, &ngpr, &nsse) == 0
321 long align = cif->arg_types[i]->alignment;
327 bytes += cif->arg_types[i]->size;
348 ffi_type **arg_types; local
377 arg_types = cif->arg_types;
381 size_t size = arg_types[i]->size;
384 n = examine_argument (arg_types[i], classes, 0, &ngpr, &nsse);
389 long align = arg_types[i]->alignment;
472 ffi_type **arg_types; local
    [all...]
  /external/libffi/src/cris/
ffi.c 82 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
169 cif->arg_types = atypes;
181 for (ptr = cif->arg_types, i = cif->nargs; i > 0; i--, ptr++)
301 ffi_type **arg_types = cif->arg_types; local
313 if (arg_types[i]->size <= 4)
318 else if (arg_types[i]->size <= 8)
325 FFI_ASSERT (arg_types[i]->type == FFI_TYPE_STRUCT);
  /external/chromium_org/third_party/libjingle/overrides/
init_webrtc.cc 24 const unsigned char* arg_types,
28 num_args, arg_names, arg_types, arg_values,
  /external/libffi/src/powerpc/
ffi_darwin.c 104 ffi_type** ptr = ecif->cif->arg_types;
290 darwin_adjust_aggregate_sizes (cif->arg_types[i]);
348 for (ptr = cif->arg_types, i = cif->nargs; i > 0; i--, ptr++)
646 ffi_type ** arg_types; local
672 arg_types = cif->arg_types;
677 switch (arg_types[i]->type)
704 size_al = arg_types[i]->size;
708 if (arg_types[i]->elements[0]->type == 3)
709 size_al = ALIGN(arg_types[i]->size, 8)
    [all...]
  /external/libffi/src/sh/
ffi.c 141 for (i = 0, p_arg = ecif->cif->arg_types; i < avn; i++, p_arg++, p_argv++)
230 for (i = 0, p_arg = ecif->cif->arg_types; i < avn; i++, p_arg++, p_argv++)
340 type = (cif->arg_types)[i]->type;
347 cif->flags += ((cif->arg_types)[i]->type) << (2 * j);
356 cif->flags += ((cif->arg_types)[i]->type) << (2 * j);
361 size = (cif->arg_types)[i]->size;
374 size = (cif->arg_types)[i]->size;
544 for (i = 0, p_arg = cif->arg_types; i < avn; i++, p_arg++)
629 for (i = 0, p_arg = cif->arg_types; i < avn; i++, p_arg++)
  /external/libffi/src/
raw_api.c 40 ffi_type **at = cif->arg_types;
60 ffi_type **tp = cif->arg_types;
132 ffi_type **tp = cif->arg_types;
prep_cif.c 99 cif->arg_types = atypes;
126 for (ptr = cif->arg_types, i = cif->nargs; i > 0; i--, ptr++)
  /external/libffi/src/sh64/
ffi.c 80 for (i = 0, p_arg = ecif->cif->arg_types; i < avn; i++, p_arg++, p_argv++)
172 type = (cif->arg_types)[i]->type;
181 cif->flags2 += ((cif->arg_types)[i]->type) << (2 * j++);
191 cif->flags2 += ((cif->arg_types)[i]->type) << (2 * j++);
198 size = (cif->arg_types)[i]->size;
374 for (i = 0, p_arg = cif->arg_types; i < avn; i++, p_arg++)
  /external/libffi/src/frv/
ffi.c 48 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
185 ffi_type **arg_types = cif->arg_types; local
193 switch (arg_types[i]->type)

Completed in 857 milliseconds

1 2 3