OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gparent
(Results
1 - 3
of
3
) sorted by null
/external/blktrace/
rbtree.c
73
struct rb_node *parent, *
gparent
;
local
77
gparent
= rb_parent(parent);
79
if (parent ==
gparent
->rb_left)
82
register struct rb_node *uncle =
gparent
->rb_right;
87
rb_set_red(
gparent
);
88
node =
gparent
;
103
rb_set_red(
gparent
);
104
__rb_rotate_right(
gparent
, root);
107
register struct rb_node *uncle =
gparent
->rb_left;
112
rb_set_red(
gparent
);
[
all
...]
/external/linux-tools-perf/util/added/
rbtree.c
74
struct rb_node *parent, *
gparent
;
local
78
gparent
= rb_parent(parent);
80
if (parent ==
gparent
->rb_left)
83
register struct rb_node *uncle =
gparent
->rb_right;
88
rb_set_red(
gparent
);
89
node =
gparent
;
104
rb_set_red(
gparent
);
105
__rb_rotate_right(
gparent
, root);
108
register struct rb_node *uncle =
gparent
->rb_left;
113
rb_set_red(
gparent
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 29 milliseconds