OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pt_idx
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_vm.c
460
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
= 0; pt_idx <= vm->max_pde_used; ++pt_idx)
834
uint64_t
pt_idx
= addr >> radeon_vm_block_size;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
ipa-param-manipulation.cc
2289
unsigned
pt_idx
= 0;
local
2293
if (
pt_idx
< pass_through_args.length ()
2294
&& i == pass_through_args[
pt_idx
])
2296
unsigned j = pass_through_pbr_indices[
pt_idx
];
2297
unsigned agg_arg_offset = pass_through_offsets[
pt_idx
];
2298
pt_idx
++;
/src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.cc
2127
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
++;
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026