OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_index
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
midgard_schedule.c
674
signed
best_index
= -1;
local
752
if (effect == best_effect && (signed) i <
best_index
)
756
best_index
= i;
762
if (
best_index
< 0)
766
assert(
best_index
< count);
767
midgard_instruction *I = instructions[
best_index
];
770
BITSET_CLEAR(worklist,
best_index
);
773
mir_adjust_constants(instructions[
best_index
], predicate, true);
776
predicate->pipeline_count += mir_pipeline_count(instructions[
best_index
]);
779
mir_adjust_unit(instructions[
best_index
], unit)
[
all
...]
/xsrc/external/mit/xterm/dist/
misc.c
3144
int
best_index
= -1;
local
3169
if (
best_index
< 0 || this_value < best_value) {
3170
best_index
= n;
3175
TRACE(("...best match at %d with diff %lx\n",
best_index
, best_value));
3176
result =
best_index
;
Completed in 10 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026