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_r
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/raidframe/
rf_sstf.c
168
RF_DiskQueueData_t *r, *best_l, *
best_r
;
local
170
best_r
= best_l = NULL;
186
if (
best_r
== NULL) {
187
best_r
= r;
192
best_r
= r;
204
if ((
best_r
== NULL) && (best_l == NULL))
206
if ((*dir == DIR_RIGHT) &&
best_r
)
207
return (
best_r
);
212
return (
best_r
);
213
if (
best_r
== NULL
[
all
...]
/src/sys/arch/arm/iomd/
vidc20config.c
442
int
best_r
, best_v;
local
459
best_r
= 0; best_v = 0;
466
best_r
= r;
472
if (
best_r
> 63)
best_r
=63;
474
if (
best_r
< 1)
best_r
= 1;
477
vidcvideo_write(VIDC_FSYNREG, (best_v-1)<<8 | (
best_r
-1)<<0);
/src/external/gpl3/gdb.old/dist/gdb/
btrace.c
942
struct btrace_function *best_l, *
best_r
, *cand_l, *cand_r;
local
950
best_r
= NULL;
967
best_r
= cand_r;
978
/* We will fix up the level of
BEST_R
and succeeding function segments such
979
that
BEST_R
's level matches BEST_L's when we connect BEST_L to
BEST_R
.
981
This will ignore the level of RHS and following if
BEST_R
!= RHS. I.e. if
982
BEST_R
is a successor of RHS in the back trace of RHS (phases 1 and 3).
985
instead of at
BEST_R
. We will ignore the level fixup when connecting
986
BEST_L to
BEST_R
as they will already be on the same level. *
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
btrace.c
942
struct btrace_function *best_l, *
best_r
, *cand_l, *cand_r;
local
950
best_r
= NULL;
967
best_r
= cand_r;
978
/* We will fix up the level of
BEST_R
and succeeding function segments such
979
that
BEST_R
's level matches BEST_L's when we connect BEST_L to
BEST_R
.
981
This will ignore the level of RHS and following if
BEST_R
!= RHS. I.e. if
982
BEST_R
is a successor of RHS in the back trace of RHS (phases 1 and 3).
985
instead of at
BEST_R
. We will ignore the level fixup when connecting
986
BEST_L to
BEST_R
as they will already be on the same level. *
[
all
...]
/src/external/mit/isl/dist/
isl_tab_pip.c
2421
*
best_r
is the number of other rows made redundant by row best.
2433
int
best_r
= 0;
local
2488
if (best == -1 || r >
best_r
) {
2490
best_r
= r;
Completed in 24 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026