Home
last modified time | relevance | path

Searched refs:pi_entry (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iommu/intel/
H A Ddebugfs.c463 struct irte *pi_entry; in ir_tbl_posted_entry_show() local
471 pi_entry = &iommu->ir_table->base[idx]; in ir_tbl_posted_entry_show()
472 if (!pi_entry->present || !pi_entry->p_pst) in ir_tbl_posted_entry_show()
476 idx, PCI_BUS_NUM(pi_entry->sid), in ir_tbl_posted_entry_show()
477 PCI_SLOT(pi_entry->sid), PCI_FUNC(pi_entry->sid), in ir_tbl_posted_entry_show()
478 pi_entry->pda_h, pi_entry->pda_l << 6, in ir_tbl_posted_entry_show()
479 pi_entry->vector, pi_entry->high, in ir_tbl_posted_entry_show()
480 pi_entry->low); in ir_tbl_posted_entry_show()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iommu/intel/
H A Ddebugfs.c463 struct irte *pi_entry; in ir_tbl_posted_entry_show() local
471 pi_entry = &iommu->ir_table->base[idx]; in ir_tbl_posted_entry_show()
472 if (!pi_entry->present || !pi_entry->p_pst) in ir_tbl_posted_entry_show()
476 idx, PCI_BUS_NUM(pi_entry->sid), in ir_tbl_posted_entry_show()
477 PCI_SLOT(pi_entry->sid), PCI_FUNC(pi_entry->sid), in ir_tbl_posted_entry_show()
478 pi_entry->pda_h, pi_entry->pda_l << 6, in ir_tbl_posted_entry_show()
479 pi_entry->vector, pi_entry->high, in ir_tbl_posted_entry_show()
480 pi_entry->low); in ir_tbl_posted_entry_show()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iommu/intel/
H A Ddebugfs.c463 struct irte *pi_entry; in ir_tbl_posted_entry_show() local
471 pi_entry = &iommu->ir_table->base[idx]; in ir_tbl_posted_entry_show()
472 if (!pi_entry->present || !pi_entry->p_pst) in ir_tbl_posted_entry_show()
476 idx, PCI_BUS_NUM(pi_entry->sid), in ir_tbl_posted_entry_show()
477 PCI_SLOT(pi_entry->sid), PCI_FUNC(pi_entry->sid), in ir_tbl_posted_entry_show()
478 pi_entry->pda_h, pi_entry->pda_l << 6, in ir_tbl_posted_entry_show()
479 pi_entry->vector, pi_entry->high, in ir_tbl_posted_entry_show()
480 pi_entry->low); in ir_tbl_posted_entry_show()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/align/
H A Dpl_iterator.c54 typedef struct pi_entry struct
59 } pi_entry; typedef
88 pi_entry * current_entry; /* what is the current pi-entry, we are handling ? */
236 pi_entry * pie = calloc( 1, sizeof *pie ); in add_to_pi_window()
379 pi_entry * pie = ( pi_entry * )n; in pi_entry_whacker()
482 pi_entry * pie = ( pi_entry * )DLListHead( &(pw->pi_entries) ); in PlacementSetIteratorNextReference()
522 self->current_entry = ( pi_entry * )DLListHead( &(self->current_window->pi_entries) ); in PlacementSetIteratorNextWindow()
551 pi_entry * pie = ( pi_entry * )n; in nxt_avail_pos_cb()
658 self->current_entry = ( pi_entry * )DLListHead( &(pw->pi_entries) ); in PlacementSetIteratorNextRecordAt()
668 self->current_entry = ( pi_entry * )DLNodeNext( ( DLNode * )self->current_entry ); in PlacementSetIteratorNextRecordAt()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/align/
H A Dpl_iterator.c54 typedef struct pi_entry struct
59 } pi_entry; argument
88 pi_entry * current_entry; /* what is the current pi-entry, we are handling ? */
236 pi_entry * pie = calloc( 1, sizeof *pie ); in add_to_pi_window()
379 pi_entry * pie = ( pi_entry * )n; in pi_entry_whacker()
482 pi_entry * pie = ( pi_entry * )DLListHead( &(pw->pi_entries) ); in PlacementSetIteratorNextReference()
522 self->current_entry = ( pi_entry * )DLListHead( &(self->current_window->pi_entries) ); in PlacementSetIteratorNextWindow()
551 pi_entry * pie = ( pi_entry * )n; in nxt_avail_pos_cb()
658 self->current_entry = ( pi_entry * )DLListHead( &(pw->pi_entries) ); in PlacementSetIteratorNextRecordAt()
668 self->current_entry = ( pi_entry * )DLNodeNext( ( DLNode * )self->current_entry ); in PlacementSetIteratorNextRecordAt()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection.Emit/
H A DMethodBuilder.cs68 private string pi_entry; field in System.Reflection.Emit.MethodBuilder
117 pi_entry = entryName; in MethodBuilder()
453 pi_entry = (string)value; in SetCustomAttribute()
/dports/www/netsurf/netsurf-3.10/desktop/
H A Dpage-info.c162 enum pi_entry { enum
464 enum pi_entry entry, in page_info__hide_entry()
730 enum pi_entry clicked, in page_info__handle_item_click()
/dports/net/corosync2/corosync-2.4.5/exec/
H A Dcpg.c1146 struct process_info *pi_entry; in do_proc_join() local
1170 pi_entry = list_entry(list, struct process_info, list); in do_proc_join()
1171 if (pi_entry->nodeid > pi->nodeid || in do_proc_join()
1172 (pi_entry->nodeid == pi->nodeid && pi_entry->pid > pi->pid)) { in do_proc_join()
/dports/science/hypre/hypre-2.23.0/src/sstruct_mv/
H A Dsstruct_grid.c1063 hypre_BoxManEntry *pi_entry, *pj_entry; in hypre_SStructGridCreateCommInfo() local
1136 pi_entry = pi_entries[ei]; in hypre_SStructGridCreateCommInfo()
1138 hypre_SStructBoxManEntryGetProcess(pi_entry, &pi_proc); in hypre_SStructGridCreateCommInfo()
1144 pi_entry, hypre_BoxIMin(pi_box), hypre_BoxIMax(pi_box)); in hypre_SStructGridCreateCommInfo()
1215 hypre_SStructBoxManEntryGetBoxnum(pi_entry, &bi); in hypre_SStructGridCreateCommInfo()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dmp4.c2394 static int xTTS_CountEntries( demux_t *p_demux, uint32_t *pi_entry /* out */, in xTTS_CountEntries() argument
2404 if ( likely((UINT32_MAX - i_index) >= *pi_entry) ) in xTTS_CountEntries()
2405 i_array_offset = i_index + *pi_entry; in xTTS_CountEntries()
2421 *pi_entry +=1; /* No samples left, go copy */ in xTTS_CountEntries()
2428 *pi_entry += 1; in xTTS_CountEntries()
2435 *pi_entry += 1; in xTTS_CountEntries()