/external/cronet/build/util/ |
D | android_chrome_version.py | 284 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/ |
D | android_chrome_version.py | 298 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/ |
D | reloc_elf.cc | 18 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()
|
D | reloc_elf.h | 56 Bitness bitness, 87 Bitness bitness,
|
D | image_utils.h | 39 inline uint32_t WidthOf(Bitness bitness) { in WidthOf() argument 40 return static_cast<uint32_t>(bitness); in WidthOf()
|
D | abs32_utils_unittest.cc | 333 Bitness bitness = kBit32; in TEST() local 341 Abs32RvaExtractorWin32 extractor(image, {bitness, kImageBase}, in TEST() 347 bitness = kBit32; in TEST() 359 bitness = kBit64; in TEST()
|
D | abs32_utils.cc | 42 AbsoluteAddress::AbsoluteAddress(Bitness bitness, uint64_t image_base) in AbsoluteAddress() argument 43 : bitness_(bitness), image_base_(image_base), value_(image_base) { in AbsoluteAddress()
|
D | abs32_utils.h | 25 AbsoluteAddress(Bitness bitness, uint64_t image_base);
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | sigreturn.c | 556 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/ |
D | run_tests.py | 118 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/ |
D | reloc_elf.h | 56 Bitness bitness, 87 Bitness bitness,
|
D | image_utils.h | 39 inline uint32_t WidthOf(Bitness bitness) { in WidthOf() argument 40 return static_cast<uint32_t>(bitness); in WidthOf()
|
D | abs32_utils.h | 25 AbsoluteAddress(Bitness bitness, uint64_t image_base);
|
/external/llvm/test/CodeGen/X86/ |
D | stack-update-frame-opcode.ll | 11 ; 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/ |
D | gen_angle_format_table.py | 221 bitness = bits[channels[0].upper()] 226 if bits[channel.upper()] != bitness: 228 component_bytes = (int(bitness) >> 3)
|
/external/python/cpython2/Lib/distutils/ |
D | util.py | 86 bitness = {2147483647:"32bit", 9223372036854775807:"64bit"} 87 machine += ".%s" % bitness[sys.maxint]
|
/external/python/cpython3/Lib/distutils/ |
D | util.py | 79 bitness = {2147483647:"32bit", 9223372036854775807:"64bit"} 80 machine += ".%s" % bitness[sys.maxsize]
|
/external/libchrome/build/ |
D | vs_toolchain.py | 80 bitness = platform.architecture()[0] 82 x64_path = 'System32' if bitness == '64bit' else 'Sysnative'
|
/external/angle/build/ |
D | vs_toolchain.py | 124 bitness = platform.architecture()[0] 128 x64_path = 'System32' if bitness == '64bit' else 'Sysnative'
|
/external/python/cpython2/Lib/ |
D | sysconfig.py | 597 bitness = {2147483647:"32bit", 9223372036854775807:"64bit"} 598 machine += ".%s" % bitness[sys.maxint]
|
/external/cronet/build/ |
D | vs_toolchain.py | 124 bitness = platform.architecture()[0] 128 x64_path = 'System32' if bitness == '64bit' else 'Sysnative'
|
/external/cronet/third_party/icu/source/ |
D | acinclude.m4 | 161 …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/ |
D | acinclude.m4 | 161 …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/ |
D | sampled_profile.proto | 81 // include any additional suffixes such as development build or bitness.
|
/external/compiler-rt/test/asan/ |
D | lit.cfg | 145 # Determine kernel bitness
|