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

  /frameworks/base/tools/aapt2/filter/
ConfigFilter.cpp 26 uint32_t diff_mask = ConfigDescription::DefaultConfig().diff(config); local
29 diff_mask &= ~android::ResTable_config::CONFIG_VERSION;
32 if ((diff_mask & android::ResTable_config::CONFIG_DENSITY) != 0) {
34 diff_mask &= ~android::ResTable_config::CONFIG_DENSITY;
37 configs_.insert(std::make_pair(config, diff_mask));
38 config_mask_ |= diff_mask;
88 const uint32_t diff_mask = entry.second; local
90 if ((diff & diff_mask) == 0) {
92 matched_axis |= diff_mask;
93 } else if ((diff & diff_mask) == android::ResTable_config::CONFIG_LOCALE)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-xtensa.c 9573 bfd_vma new_end_offset, diff_mask = 0; local
    [all...]

Completed in 388 milliseconds