OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pl_index
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/texinfo/dist/info/
display.c
131
int
pl_index
= 0; /* Index into PRINTED_LINE. */
local
180
replen = win->width -
pl_index
+ pl_ignore;
221
rep = printed_representation (*nodetext,
pl_index
);
237
while (
pl_index
+ 2 >= allocated_win_width - 1)
245
if (replen +
pl_index
< win->width + pl_ignore)
250
printed_line[
pl_index
++] = *rep;
255
printed_line[
pl_index
++] = rep[i];
267
printed_line[
pl_index
] = '\0';
276
for (i = 0;
pl_index
< (win->width + pl_ignore - 1);)
277
printed_line[
pl_index
++] = rep[i++]
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_kv_dpm.c
3294
u32
pl_index
=
local
3305
if (
pl_index
< SMU__NUM_SCLK_DPM_STATE) {
3307
pi->graphics_level[
pl_index
].SclkFrequency);
amdgpu_si_dpm.c
7998
u32
pl_index
=
local
8008
if (
pl_index
< ps->performance_level_count) {
8009
sclk = ps->performance_levels[
pl_index
].sclk;
8016
if (
pl_index
< ps->performance_level_count) {
8017
mclk = ps->performance_levels[
pl_index
].mclk;
Completed in 21 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026