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

  /external/ltrace/
type.c 190 info->u.array_info.elt_type = element_info;
191 info->u.array_info.own_info = own_info;
192 info->u.array_info.length = length_expr;
193 info->u.array_info.own_length = own_length;
199 if (info->u.array_info.own_info) {
200 type_destroy(info->u.array_info.elt_type);
201 free(info->u.array_info.elt_type);
203 if (info->u.array_info.own_length) {
204 expr_destroy(info->u.array_info.length);
205 free(info->u.array_info.length)
    [all...]
type.h 56 } array_info; member in union:arg_type_info::__anon30447
value.c 233 if (expr_eval(val->type->u.array_info.length, val,
245 val->type->u.array_info.elt_type);
lens_default.c 432 if (value->type->u.array_info.elt_type->type != ARGTYPE_VOID)
438 value->type->u.array_info.length,
650 value->type->u.array_info.length,
printf.c 64 = cb_args->type->u.ptr_info.info->u.array_info.elt_type;
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_array_priv.h 205 * \name ARRAY_INFO cache.
207 * These fields track the state of the ARRAY_INFO cache. The
229 * Is the cache of ARRAY_INFO data valid? The cache can become invalid
indirect_vertex_array.c 44 * The \c array_state_vector contains a cache of the ARRAY_INFO data sent
566 * the ARRAY_INFO data and the array data. Once this size is calculated,
582 * command. After the header is written, write the ARRAY_INFO data.
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array_priv.h 205 * \name ARRAY_INFO cache.
207 * These fields track the state of the ARRAY_INFO cache. The
229 * Is the cache of ARRAY_INFO data valid? The cache can become invalid
indirect_vertex_array.c 44 * The \c array_state_vector contains a cache of the ARRAY_INFO data sent
566 * the ARRAY_INFO data and the array data. Once this size is calculated,
582 * command. After the header is written, write the ARRAY_INFO data.
    [all...]
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 432 return info->u.array_info.elt_type;
493 assert(expr_is_compile_constant(info->u.array_info.length));
496 if (expr_eval_constant(info->u.array_info.length, &l) < 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcndr.h 223 } ARRAY_INFO,*PARRAY_INFO;
    [all...]

Completed in 269 milliseconds