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

  /external/e2fsprogs/lib/blkid/
dev.c 131 char *new_type, *new_value; local
136 new_type = malloc(strlen(search_type)+1);
138 if (!new_type || !new_value) {
139 free(new_type);
143 strcpy(new_type, search_type);
147 iter->search_type = new_type;
  /art/runtime/verifier/
register_line.cc 436 const RegType& new_type = cur_type.Merge(incoming_reg_type, verifier->GetRegTypeCache()); 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 621 struct lp_type new_type; local
623 new_type = tmp_type;
624 new_type.sign = dst_type.sign;
625 new_type.width = dst_type.width;
626 new_type.length = dst_type.length;
628 lp_build_resize(gallivm, tmp_type, new_type, tmp, num_srcs, tmp, num_dsts);
630 tmp_type = new_type;
  /external/opencv3/modules/core/test/
test_umat.cpp 171 int new_type = CV_MAKE_TYPE(randomInt(CV_8S,CV_64F),randomInt(1,4)); local
172 ub = UMat(dims, sz, new_type);
  /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/v8/test/cctest/compiler/
test-js-typed-lowering.cc 316 Type* new_type = NodeProperties::GetType(new_input); local
318 CHECK(new_type->Is(expected_type));
    [all...]
  /external/selinux/libsepol/src/
expand.c 79 type_datum_t *type, *new_type; local
105 new_type = (type_datum_t *) malloc(sizeof(type_datum_t));
106 if (!new_type) {
111 memset(new_type, 0, sizeof(type_datum_t));
113 new_type->flavor = type->flavor;
114 new_type->flags = type->flags;
115 new_type->s.value = ++state->out->p_types.nprim;
116 if (new_type->s.value > UINT16_MAX) {
118 free(new_type);
122 new_type->primary = 1
148 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/
register-allocator.cc 2157 UsePositionType new_type = UsePositionType::kAny; local
    [all...]
  /external/v8/src/
objects.cc 3943 HeapType* new_type = new_descriptors->GetFieldType(i); local
3967 HeapType* new_type = new_descriptors->GetFieldType(i); local
19718 PropertyCellType new_type = UpdatedType(cell, value, original_details); local
    [all...]

Completed in 359 milliseconds