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

  /external/ltrace/
vect.h 44 /* Initialize VECP, which will hold elements of type ELT_TYPE. */
45 #define VECT_INIT(VECP, ELT_TYPE) \
46 (vect_init(VECP, sizeof(ELT_TYPE)))
61 /* Destroy VEC, which holds elements of type ELT_TYPE, using DTOR. */
62 #define VECT_CLONE(TGT_VEC, SRC_VEC, ELT_TYPE, CLONE, DTOR, DATA) \
66 assert(_source_vec->elt_size == sizeof(ELT_TYPE)); \
68 void (*_dtor_callback)(ELT_TYPE *, void *) = DTOR; \
69 int (*_clone_callback)(ELT_TYPE *, const ELT_TYPE *, \
84 /* Accessor. Fetch ELT_NUM-th argument of type ELT_TYPE from th
    [all...]
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...]
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.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...]
draw_pt_vsplit.c 131 #define ELT_TYPE ubyte
136 #define ELT_TYPE ushort
141 #define ELT_TYPE uint
  /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...]
draw_pt_vsplit.c 131 #define ELT_TYPE ubyte
136 #define ELT_TYPE ushort
141 #define ELT_TYPE uint
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_dmatmp2.h 73 static ELT_TYPE *TAG(emit_elts)( struct gl_context *ctx,
74 ELT_TYPE *dest,
92 static ELT_TYPE *TAG(emit_consecutive_elts)( struct gl_context *ctx,
93 ELT_TYPE *dest,
181 ELT_TYPE *dest;
237 ELT_TYPE *dest;
267 ELT_TYPE *dest = ALLOC_ELTS( nr );
274 ELT_TYPE *dest = ALLOC_ELTS( nr + 1 );
335 ELT_TYPE *dest;
376 ELT_TYPE *dest
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp2.h 73 static ELT_TYPE *TAG(emit_elts)( struct gl_context *ctx,
74 ELT_TYPE *dest,
92 static ELT_TYPE *TAG(emit_consecutive_elts)( struct gl_context *ctx,
93 ELT_TYPE *dest,
181 ELT_TYPE *dest;
237 ELT_TYPE *dest;
267 ELT_TYPE *dest = ALLOC_ELTS( nr );
274 ELT_TYPE *dest = ALLOC_ELTS( nr + 1 );
335 ELT_TYPE *dest;
376 ELT_TYPE *dest
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tcl.c 109 #define ELT_TYPE GLushort
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 109 #define ELT_TYPE GLushort
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tcl.c 106 #define ELT_TYPE GLushort
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 432 return info->u.array_info.elt_type;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 106 #define ELT_TYPE GLushort

Completed in 1876 milliseconds