OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ct_compare
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/bintrees/bintrees/
ctrees.c
79
ct_compare
(PyObject *key1, PyObject *key2)
function
103
res =
ct_compare
(key, KEY(root));
166
cmp_res =
ct_compare
(key, KEY(node));
231
cval =
ct_compare
(key, KEY(node));
341
cmp_res =
ct_compare
(KEY(q), key);
399
cmp_res =
ct_compare
(KEY(q), key);
512
cmp_res =
ct_compare
(KEY(it), key);
538
cmp_res =
ct_compare
(KEY(up[top]), key);
588
cmp_res =
ct_compare
(KEY(it), key);
673
cval =
ct_compare
(key, KEY(node))
[
all
...]
/external/libnl/lib/netfilter/
ct_obj.c
273
static int
ct_compare
(struct nl_object *_a, struct nl_object *_b,
function
781
.oo_compare =
ct_compare
,
Completed in 166 milliseconds