HomeSort by relevance Sort by last modified time
    Searched refs:elt_type (Results 1 - 8 of 8) sorted by null

  /external/ltrace/
printf.c 64 = cb_args->type->u.ptr_info.info->u.array_info.elt_type;
122 enum arg_type format_type, enum arg_type elt_type,
139 elt_info = type_get_simple(elt_type);
210 enum arg_type elt_type = ARGTYPE_VOID; local
340 elt_type = lng == 0 ? ARGTYPE_CHAR : ARGTYPE_INT;
348 elt_type = ARGTYPE_VOID;
366 if (form_next_param(self, format_type, elt_type, hlf, lng,
type.c 190 info->u.array_info.elt_type = element_info;
200 type_destroy(info->u.array_info.elt_type);
201 free(info->u.array_info.elt_type);
315 struct arg_type_info *elt_type; local
316 if (type_alloc_and_clone(&elt_type, info->u.array_info.elt_type,
321 type_init_array(retp, elt_type, info->u.array_info.own_info,
435 = type->u.array_info.elt_type;
500 return type_alignof(proc, type->u.array_info.elt_type);
522 alignment = type_alignof(proc, type->u.array_info.elt_type);
    [all...]
type.h 52 struct arg_type_info *elt_type; member in struct:arg_type_info::__anon31290::__anon31291
value.c 245 val->type->u.array_info.elt_type);
lens_default.c 432 if (value->type->u.array_info.elt_type->type != ARGTYPE_VOID)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 27 #define CONCAT2(name, elt_type) name ## elt_type
28 #define CONCAT(name, elt_type) CONCAT2(name, elt_type)
30 #ifdef ELT_TYPE
37 CONCAT(vsplit_primitive_, ELT_TYPE)(struct vsplit_frontend *vsplit,
41 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts;
57 ELT_TYPE idx = ib[i];
89 ELT_TYPE idx = ib[i]
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 27 #define CONCAT2(name, elt_type) name ## elt_type
28 #define CONCAT(name, elt_type) CONCAT2(name, elt_type)
30 #ifdef ELT_TYPE
37 CONCAT(vsplit_primitive_, ELT_TYPE)(struct vsplit_frontend *vsplit,
41 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts;
57 ELT_TYPE idx = ib[i];
89 ELT_TYPE idx = ib[i]
    [all...]
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 432 return info->u.array_info.elt_type;

Completed in 251 milliseconds