HomeSort by relevance Sort by last modified time
    Searched defs:new_type (Results 1 - 15 of 15) sorted by null

  /external/e2fsprogs/lib/blkid/
dev.c 132 char *new_type, *new_value; local
137 new_type = malloc(strlen(search_type)+1);
139 if (!new_type || !new_value) {
140 free(new_type);
144 strcpy(new_type, search_type);
148 iter->search_type = new_type;
  /development/vndk/tools/header-checker/header-abi-diff/src/
abi_diff_wrappers.cpp 83 std::string new_type = new_abi.name(); local
85 new_type = CpptoCAdjustment(new_type);
87 return old_type != new_type;
  /external/mesa3d/src/compiler/glsl/
opt_rebalance_tree.cpp 290 const glsl_type *const new_type = local
295 assert(new_type != glsl_type::error_type);
296 expr->type = new_type;
link_uniform_blocks.cpp 314 const glsl_type *new_type = local
317 ub_array->ir->array->type = new_type;
318 return new_type;
linker.cpp 1416 const glsl_type *new_type = local
1425 const glsl_type *new_type = local
    [all...]
  /art/runtime/verifier/
register_line.cc 435 const RegType& new_type = cur_type.Merge( local
437 changed = changed || !cur_type.Equals(new_type);
438 line_[idx] = new_type.GetId();
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 912 struct lp_type new_type; local
914 new_type = tmp_type;
915 new_type.sign = dst_type.sign;
916 new_type.width = dst_type.width;
917 new_type.length = dst_type.length;
923 lp_build_resize(gallivm, tmp_type, new_type, tmp, num_srcs, tmp, num_dsts);
925 tmp_type = new_type;
    [all...]
  /external/v8/src/
lookup.cc 360 PropertyCellType new_type = local
362 property_details_ = property_details_.set_cell_type(new_type);
    [all...]
objects.cc 4166 FieldType* new_type = new_descriptors->GetFieldType(i); local
4191 FieldType* new_type = new_descriptors->GetFieldType(i); local
19459 PropertyCellType new_type = UpdatedType(cell, value, original_details); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
hp300hpux.c 354 int new_type; local
357 new_type = 0;
366 new_type = N_FN;
372 new_type = N_UNDF;
376 new_type = N_ABS;
380 new_type = N_TEXT;
384 new_type = N_DATA;
388 new_type = N_BSS;
392 new_type = N_COMM;
400 new_type |= N_EXT
    [all...]
elf32-m32c.c 1467 int new_type; local
    [all...]
  /external/selinux/libsepol/src/
expand.c 80 type_datum_t *type, *new_type; local
106 new_type = (type_datum_t *) malloc(sizeof(type_datum_t));
107 if (!new_type) {
112 memset(new_type, 0, sizeof(type_datum_t));
114 new_type->flavor = type->flavor;
115 new_type->flags = type->flags;
116 new_type->s.value = ++state->out->p_types.nprim;
117 if (new_type->s.value > UINT16_MAX) {
119 free(new_type);
123 new_type->primary = 1
149 type_datum_t *type, *new_type; local
    [all...]
link.c 441 type_datum_t *type, *base_type, *new_type = NULL; local
480 if ((new_type =
481 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) {
484 new_type->primary = type->primary;
485 new_type->flags = type->flags;
486 new_type->flavor = type->flavor;
487 /* for attributes, the writing of new_type->types is
490 new_type->s.value = state->base->p_types.nprim + 1;
494 (hashtab_datum_t) new_type);
499 base_type = new_type;
857 type_datum_t *type, *base_type, *new_type = NULL, *target_type; local
1165 type_datum_t *type, *new_type = NULL; local
    [all...]
  /external/v8/src/compiler/
simplified-lowering.cc 415 Type* new_type = type; local
431 new_type = op_typer_.Name(FeedbackTypeOf(node->InputAt(0)), \
440 new_type = \
451 new_type = op_typer_.Name(FeedbackTypeOf(node->InputAt(0))); \
458 new_type = op_typer_.ToNumber(FeedbackTypeOf(node->InputAt(0)));
462 new_type = TypePhi(node);
464 new_type = Weaken(node, type, new_type);
470 new_type = op_typer_.TypeTypeGuard(node->op(),
476 new_type = TypeSelect(node)
    [all...]
register-allocator.cc 2416 UsePositionType new_type = UsePositionType::kAny; local
    [all...]

Completed in 390 milliseconds