Home
last modified time | relevance | path

Searched refs:bitness (Results 1 – 25 of 37) sorted by relevance

12

/external/cronet/build/util/
Dandroid_chrome_version.py284 for bitness, number in bitness_to_number.items():
287 if bitness != '32':
288 abi += '_' + bitness
325 mfg, bitness = _ARCH_TO_MFG_AND_BITNESS[arch]
330 for apk, package, abis in _APKS[bitness]:
/external/angle/build/util/
Dandroid_chrome_version.py298 for bitness, number in bitness_to_number.items():
301 if bitness != '32':
302 abi += '_' + bitness
340 mfg, bitness = _ARCH_TO_MFG_AND_BITNESS[arch]
345 for apk, package, abis in _APKS[bitness]:
/external/zucchini/
Dreloc_elf.cc18 Bitness bitness, in RelocReaderElf() argument
25 bitness_(bitness), in RelocReaderElf()
141 Bitness bitness, in RelocWriterElf() argument
143 : image_(image), bitness_(bitness), target_offset_to_rva_(translator) { in RelocWriterElf()
Dreloc_elf.h56 Bitness bitness,
87 Bitness bitness,
Dimage_utils.h39 inline uint32_t WidthOf(Bitness bitness) { in WidthOf() argument
40 return static_cast<uint32_t>(bitness); in WidthOf()
Dabs32_utils_unittest.cc333 Bitness bitness = kBit32; in TEST() local
341 Abs32RvaExtractorWin32 extractor(image, {bitness, kImageBase}, in TEST()
347 bitness = kBit32; in TEST()
359 bitness = kBit64; in TEST()
Dabs32_utils.cc42 AbsoluteAddress::AbsoluteAddress(Bitness bitness, uint64_t image_base) in AbsoluteAddress() argument
43 : bitness_(bitness), image_base_(image_base), value_(image_base) { in AbsoluteAddress()
Dabs32_utils.h25 AbsoluteAddress(Bitness bitness, uint64_t image_base);
/external/linux-kselftest/tools/testing/selftests/x86/
Dsigreturn.c556 int find_cs(int bitness) in find_cs() argument
562 if (cs_bitness(my_cs) == bitness) in find_cs()
564 if (cs_bitness(my_cs + (2 << 3)) == bitness) in find_cs()
566 if (my_cs > (2<<3) && cs_bitness(my_cs - (2 << 3)) == bitness) in find_cs()
568 if (cs_bitness(code16_sel) == bitness) in find_cs()
571 printf("[WARN]\tCould not find %d-bit CS\n", bitness); in find_cs()
/external/libcxx/
Drun_tests.py118 def get_build_cmds(bitness, host): argument
128 exe_name = 'libcxx_test_template' + str(bitness)
169 cc, cflags, ldflags = get_build_cmds(args.bitness, args.host)
/external/zucchini/aosp/include/components/zucchini/
Dreloc_elf.h56 Bitness bitness,
87 Bitness bitness,
Dimage_utils.h39 inline uint32_t WidthOf(Bitness bitness) { in WidthOf() argument
40 return static_cast<uint32_t>(bitness); in WidthOf()
Dabs32_utils.h25 AbsoluteAddress(Bitness bitness, uint64_t image_base);
/external/llvm/test/CodeGen/X86/
Dstack-update-frame-opcode.ll11 ; Atoms use LEA to update the SP. Opcode bitness depends on data model.
12 ; Cores use sub/add to update the SP. Opcode bitness depends on data model.
/external/angle/src/libANGLE/renderer/
Dgen_angle_format_table.py221 bitness = bits[channels[0].upper()]
226 if bits[channel.upper()] != bitness:
228 component_bytes = (int(bitness) >> 3)
/external/python/cpython2/Lib/distutils/
Dutil.py86 bitness = {2147483647:"32bit", 9223372036854775807:"64bit"}
87 machine += ".%s" % bitness[sys.maxint]
/external/python/cpython3/Lib/distutils/
Dutil.py79 bitness = {2147483647:"32bit", 9223372036854775807:"64bit"}
80 machine += ".%s" % bitness[sys.maxsize]
/external/libchrome/build/
Dvs_toolchain.py80 bitness = platform.architecture()[0]
82 x64_path = 'System32' if bitness == '64bit' else 'Sysnative'
/external/angle/build/
Dvs_toolchain.py124 bitness = platform.architecture()[0]
128 x64_path = 'System32' if bitness == '64bit' else 'Sysnative'
/external/python/cpython2/Lib/
Dsysconfig.py597 bitness = {2147483647:"32bit", 9223372036854775807:"64bit"}
598 machine += ".%s" % bitness[sys.maxint]
/external/cronet/build/
Dvs_toolchain.py124 bitness = platform.architecture()[0]
128 x64_path = 'System32' if bitness == '64bit' else 'Sysnative'
/external/cronet/third_party/icu/source/
Dacinclude.m4161 …AC_MSG_ERROR([Don't specify bitness when cross compiling. See readme.html for help with cross comp…
415 # OK. Now, we've tested for 32 and 64 bitness. Let's see what we'll do.
/external/icu/icu4c/source/
Dacinclude.m4161 …AC_MSG_ERROR([Don't specify bitness when cross compiling. See readme.html for help with cross comp…
415 # OK. Now, we've tested for 32 and 64 bitness. Let's see what we'll do.
/external/cronet/third_party/metrics_proto/
Dsampled_profile.proto81 // include any additional suffixes such as development build or bitness.
/external/compiler-rt/test/asan/
Dlit.cfg145 # Determine kernel bitness

12