Home
last modified time | relevance | path

Searched refs:idx_offset (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.h31 DWARFAbbreviationDeclarationSet(dw_offset_t offset, uint32_t idx_offset) in DWARFAbbreviationDeclarationSet() argument
32 : m_offset(offset), m_idx_offset(idx_offset), m_decls() {} in DWARFAbbreviationDeclarationSet()
/openbsd/sys/dev/pci/
H A Dif_bwfm_pci.c433 uint32_t idx_offset, reg; in bwfm_pci_preinit() local
609 idx_offset = sizeof(uint32_t); in bwfm_pci_preinit()
625 idx_offset = sc->sc_dma_idx_sz; in bwfm_pci_preinit()
634 sc->sc_max_submissionrings * idx_offset; in bwfm_pci_preinit()
642 sc->sc_max_submissionrings * idx_offset; in bwfm_pci_preinit()
650 sc->sc_max_completionrings * idx_offset; in bwfm_pci_preinit()
664 h2d_w_idx_ptr, h2d_r_idx_ptr, 0, idx_offset, in bwfm_pci_preinit()
669 h2d_w_idx_ptr, h2d_r_idx_ptr, 1, idx_offset, in bwfm_pci_preinit()
674 d2h_w_idx_ptr, d2h_r_idx_ptr, 0, idx_offset, in bwfm_pci_preinit()
679 d2h_w_idx_ptr, d2h_r_idx_ptr, 1, idx_offset, in bwfm_pci_preinit()
[all …]
/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c367 uint32_t *idx_offset = dev->kfd->shared_resources.sdma_doorbell_idx; in allocate_doorbell() local
375 uint32_t valid_id = idx_offset[qpd->dqm->dev->node_id * in allocate_doorbell()
/openbsd/gnu/gcc/gcc/
H A Ddwarf2out.c7689 int idx_offset; in output_file_names() local
7819 idx_offset = dirs[0].length > 0 ? 1 : 0; in output_file_names()
7820 for (i = 1 - idx_offset; i < ndirs; i++) in output_file_names()
7822 "Directory Entry: 0x%x", i + idx_offset); in output_file_names()
7843 dw2_asm_output_data_uleb128 (dir_idx + idx_offset, NULL); in output_file_names()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarf2out.c7212 int idx_offset; in output_file_names() local
7367 idx_offset = dirs[0].length > 0 ? 1 : 0; in output_file_names()
7368 for (i = 1 - idx_offset; i < ndirs; i++) in output_file_names()
7380 if (idx_offset == 0) in output_file_names()