HomeSort by relevance Sort by last modified time
    Searched refs:ct_compare (Results 1 - 6 of 6) 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...]
ctrees.pxd 17 int ct_compare(object key1, object key2)
ctrees.h 27 int ct_compare(PyObject *key1, PyObject *key2);
cwalker.pyx 51 cval = ct_compare(key, <object> self.node.key)
cwalker.c     [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 371 milliseconds