Home
last modified time | relevance | path

Searched refs:canonicalized (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_partition_tables.cpp25 Produce a canonicalized representation of a partition pattern
32 uint64_t canonicalized[7] in gen_canonicalized_partition_table()
36 canonicalized[i] = 0; in gen_canonicalized_partition_table()
49 canonicalized[i >> 5] |= xlat_index << (2 * (i & 0x1F)); in gen_canonicalized_partition_table()
/third_party/node/deps/v8/src/objects/
H A Djs-locale.cc258 icu::Locale canonicalized = builder->build(status);
259 canonicalized.canonicalize(status);
263 builder->setLocale(canonicalized);
H A Djs-date-time-format.cc1064 std::string canonicalized = CanonicalizeTimeZoneID(timezone); in CreateTimeZone() local
1065 if (canonicalized.empty()) return std::unique_ptr<icu::TimeZone>(); in CreateTimeZone()
1067 icu::TimeZone::createTimeZone(canonicalized.c_str())); in CreateTimeZone()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java385 * canonicalized id.
418 * The ULocale is canonicalized.
739 * Note that since names are not canonicalized, two ULocales that
1707 String canonicalized = ULocale.createCanonical( in replaceTransformedExtensions()
1709 builder.append(AsciiUtil.toLowerString(canonicalized)); in replaceTransformedExtensions()
1728 * @return the canonicalized id
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp1538 bool canonicalized = true; in label_instruction()
1541 for (unsigned i = 0; canonicalized && (i < ops); i++) in label_instruction()
1542 canonicalized = is_op_canonicalized(ctx, instr->operands[i]); in label_instruction()
1544 if (canonicalized) in label_instruction()
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc2259 /// Now, look at the types that needs to be canonicalized after the in read_debug_info_into_corpus()
4565 /// Compute the number of canonicalized and missed types in the late
4568 /// @param source where the DIEs of the canonicalized types are
4571 /// @param canonicalized the number of types that got canonicalized
4575 /// canonicalization and which couldn't be canonicalized (for a
4578 add_late_canonicalized_types_stats(size_t& canonicalized, in add_late_canonicalized_types_stats() argument
4584 ++canonicalized; in add_late_canonicalized_types_stats()
4590 // Look at the types that need to be canonicalized after the
4606 cerr << " # late canonicalized type in perform_late_type_canonicalizing()
[all...]

Completed in 28 milliseconds