Home
last modified time | relevance | path

Searched refs:is_64bit (Results 1 – 25 of 33) sorted by relevance

12

/external/crosvm/devices/src/pci/
Dvfio_pci.rs124 is_64bit: bool, field
140 is_64bit: (msi_ctl & PCI_MSI_FLAGS_64BIT) != 0, in new()
152 let msi_len: u32 = if self.is_64bit { in is_msi_reg()
190 } else if len == 4 && offset == PCI_MSI_ADDRESS_LO && !self.is_64bit { in write_msi_reg()
194 } else if len == 4 && offset == PCI_MSI_ADDRESS_LO && self.is_64bit { in write_msi_reg()
199 } else if len == 4 && offset == PCI_MSI_ADDRESS_HI && self.is_64bit { in write_msi_reg()
204 } else if len == 8 && offset == PCI_MSI_ADDRESS_LO && self.is_64bit { in write_msi_reg()
211 && ((offset == PCI_MSI_DATA_32 && !self.is_64bit) in write_msi_reg()
212 || (offset == PCI_MSI_DATA_64 && self.is_64bit)) in write_msi_reg()
844 let is_64bit = low_flag & 0x4 == 0x4; in allocate_io_bars() localVariable
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_pwrite_pread.c51 uint32_t is_64bit; variable
58 batch[i++] = COPY_BLT_CMD | BLT_WRITE_ALPHA | BLT_WRITE_RGB | (is_64bit ? 8 : 6); in build_batch()
63 if (is_64bit) in build_batch()
68 if (is_64bit) in build_batch()
80 { src, 0, (is_64bit ? 8 : 7)*sizeof(uint32_t), 0, I915_GEM_DOMAIN_RENDER, 0 }, \
297 is_64bit = intel_gen(devid) >= 8;
/external/compiler-rt/test/asan/android_commands/
Dandroid_run.py21 is_64bit = (subprocess.check_output(['file', sys.argv[0] + '.real']).find('64-bit') != -1) variable
22 asanwrapper = "" if is_64bit else "asanwrapper "
/external/elfutils/libdw/
Ddwarf_getmacros.c137 table->is_64bit = cudie->cu->address_size == 8; in get_macinfo_table()
167 bool is_64bit = (flags & 0x1) != 0; in get_table_for_offset() local
172 line_offset = read_addr_unaligned_inc (is_64bit ? 8 : 4, dbg, readp); in get_table_for_offset()
261 .is_64bit = is_64bit, in get_table_for_offset()
371 .offset_size = table->is_64bit ? 8 : 4, in read_macros()
Ddwarf_macro_getsrcfiles.c75 table->is_64bit ? 8 : 4, in dwarf_macro_getsrcfiles()
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.h162 (this->is_64bit() ? 2 : 1); in num_components()
171 bool is_64bit() const in is_64bit() function
Dlower_buffer_access.cpp310 if (deref_array->array->type->is_64bit()) in setup_buffer_access()
319 if (deref_array->array->type->is_64bit()) in setup_buffer_access()
Dlower_packed_varyings.cpp521 unsigned dmul = rvalue->type->is_64bit() ? 2 : 1; in lower_rvalue()
569 if (rvalue->type->is_64bit()) { in lower_rvalue()
797 if (type->vector_elements == 4 && !type->is_64bit()) in needs_lowering()
Dlink_varyings.cpp483 unsigned dmul = type_without_array->is_64bit() ? 2 : 1; in check_location_aliasing()
1085 this->matched_candidate->type->without_array()->is_64bit() ? 2 : 1; in assign_location()
1333 if (this->is_64bit() && info->Buffers[buffer].Stride % 2) { in store()
2128 type->is_64bit()) { in store_locations()
2837 matched_candidate->type->without_array()->is_64bit() ? 2 : 1; in assign_varying_locations()
/external/llvm-project/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c150 bool is_64bit = false; in scan_macho_load_commands() local
152 is_64bit = true; in scan_macho_load_commands()
158 if (is_64bit) in scan_macho_load_commands()
163 if (is_64bit) in scan_macho_load_commands()
226 if (is_64bit) { in scan_macho_load_commands()
241 if (is_64bit) { in scan_macho_load_commands()
254 if (is_64bit) { in scan_macho_load_commands()
267 if (is_64bit) { in scan_macho_load_commands()
290 if (is_64bit) in scan_macho_load_commands()
313 if (is_64bit) { in scan_macho_load_commands()
[all …]
/external/llvm-project/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp251 bool is_64bit = (length == UINT32_MAX); in ParseCIE() local
252 if (is_64bit) { in ParseCIE()
440 bool is_64bit = (len == UINT32_MAX); in GetFDEIndex() local
441 if (is_64bit) { in GetFDEIndex()
541 bool is_64bit = (length == UINT32_MAX); in FDEToUnwindPlan() local
542 if (is_64bit) { in FDEToUnwindPlan()
556 cie_offset = current_entry + (is_64bit ? 12 : 4) - cie_offset; in FDEToUnwindPlan()
572 const dw_offset_t end_offset = current_entry + length + (is_64bit ? 12 : 4); in FDEToUnwindPlan()
/external/llvm-project/compiler-rt/test/sanitizer_common/android_commands/
Dandroid_run.py19 is_64bit = (subprocess.check_output(['file', sys.argv[0] + '.real']).find('64-bit') != -1) variable
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dwin32.py14 def is_64bit(): function
21 if is_64bit():
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcpp.cpp96 bool is_64bit = (target_sp->GetArchitecture().GetAddressByteSize() == 8); in Update() local
111 m_pair_address += (is_64bit ? 32 : 16); in Update()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCocoa.cpp976 bool is_64bit = (process_sp->GetAddressByteSize() == 8); in NSDataSummaryProvider() local
995 offset = is_64bit ? 8 : 4; in NSDataSummaryProvider()
997 offset = is_64bit ? 16 : 8; in NSDataSummaryProvider()
1001 valobj_addr + offset, is_64bit ? 8 : 4, 0, error); in NSDataSummaryProvider()
1005 uint32_t offset = (is_64bit ? 8 : 4); in NSDataSummaryProvider()
DNSSet.cpp270 bool is_64bit = (ptr_size == 8); in NSSetSummaryProvider() local
296 value &= (is_64bit ? ~0xFC00000000000000UL : ~0xFC000000U); in NSSetSummaryProvider()
306 value &= (is_64bit ? ~0xFC00000000000000UL : ~0xFC000000U); in NSSetSummaryProvider()
DNSDictionary.cpp398 bool is_64bit = (ptr_size == 8); in NSDictionarySummaryProvider() local
429 value &= (is_64bit ? ~0xFC00000000000000UL : ~0xFC000000U); in NSDictionarySummaryProvider()
440 value &= (is_64bit ? ~0xFC00000000000000UL : ~0xFC000000U); in NSDictionarySummaryProvider()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1429 bool is_64bit = type_sz(inst->dst.type) == 8; in emit_scratch_write() local
1431 is_64bit ? glsl_type::dvec4_type : glsl_type::vec4_type; in emit_scratch_write()
1436 if (!is_64bit) { in emit_scratch_write()
1625 bool is_64bit = type_sz(orig_src.type) == 8; in emit_pull_constant_load() local
1626 if (is_64bit) { in emit_pull_constant_load()
1633 for (int i = 0; i < (is_64bit ? 2 : 1); i++) { in emit_pull_constant_load()
1653 if (is_64bit) { in emit_pull_constant_load()
/external/mesa3d/src/compiler/
Dglsl_types.h897 return is_64bit() && vector_elements > 2; in is_dual_slot()
903 bool is_64bit() const in is_64bit() function
Dglsl_types.cpp288 return this->is_64bit(); in contains_64bit()
1807 unsigned N = is_64bit() ? 8 : 4; in std140_base_alignment()
1925 unsigned N = is_64bit() ? 8 : 4; in std140_size()
2141 unsigned N = is_64bit() ? 8 : 4; in std430_base_alignment()
2250 unsigned N = is_64bit() ? 8 : 4; in std430_array_stride()
2338 unsigned N = is_64bit() ? 8 : 4; in std430_size()
Dnir_types.cpp249 return type->is_64bit(); in glsl_type_is_64bit()
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dlist_ports_windows.py10 from serial.win32 import ULONG_PTR, is_64bit
/external/mesa3d/src/mesa/main/
Dqueryobj.c827 bool is_64bit = ptype == GL_INT64_ARB || in get_query_object() local
833 if (buf->Size < offset + 4 * (is_64bit ? 2 : 1)) { in get_query_object()
Duniform_query.cpp326 int dmul = (uni->type->is_64bit()) ? 2 : 1; in _mesa_get_uniform()
770 const int dmul = uni->type->is_64bit() ? 2 : 1; in _mesa_propagate_uniforms_to_driver_storage()
/external/python/setuptools/setuptools/command/
Deasy_install.py74 def is_64bit(): function
2234 if not is_64bit():
2258 if is_64bit():

12