Searched refs:pt_idx (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_vm.c460 unsigned last_pfn, pt_idx; local
548 for (pt_idx = soffset; pt_idx <= eoffset; ++pt_idx) {
551 if (vm->page_tables[pt_idx].bo)
572 if (vm->page_tables[pt_idx].bo) {
580 vm->page_tables[pt_idx].addr = 0;
581 vm->page_tables[pt_idx].bo = pt;
655 unsigned count = 0, pt_idx, ndw; local
675 for (pt_idx
834 uint64_t pt_idx = addr >> radeon_vm_block_size; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.cc2127 unsigned pt_idx = 0; local
2131 if (pt_idx < pass_through_args.length ()
2132 && i == pass_through_args[pt_idx])
2134 unsigned j = pass_through_pbr_indices[pt_idx];
2135 unsigned agg_arg_offset = pass_through_offsets[pt_idx];
2136 pt_idx++;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c1634 unsigned pt_idx = 0; local
1637 if (pt_idx < pass_through_args.length ()
1638 && i == pass_through_args[pt_idx])
1640 unsigned j = pass_through_pbr_indices[pt_idx];
1641 pt_idx++;

Completed in 139 milliseconds