OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_idx
(Results
1 - 2
of
2
) sorted by null
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/
rbtree.c
424
rb_idx_t n_idx,
s_idx
, sl_idx, sr_idx, g_idx, c_idx, cl_idx, cr_idx;
local
441
s_idx
= RB_RIGHT(tree, p_idx);
442
sl_idx = RB_LEFT(tree,
s_idx
);
443
sr_idx = RB_RIGHT(tree,
s_idx
);
446
if (RB_IS_BLACK(tree,
s_idx
))
454
s_idx
= RB_LEFT(tree, p_idx);
455
sl_idx = RB_LEFT(tree,
s_idx
);
456
sr_idx = RB_RIGHT(tree,
s_idx
);
459
if (RB_IS_BLACK(tree,
s_idx
))
472
RB_SET_P_L_C(tree,
s_idx
, g_idx, p_idx, RB_BLK)
[
all
...]
/external/autotest/venv/skylab_suite/
tko_test_views.py
123
for job_idx, name,
s_idx
, reason in cursor.fetchall():
125
Row(name, statuses.get(
s_idx
, 'UNKNOWN'), reason))
Completed in 995 milliseconds