HomeSort by relevance Sort by last modified time
    Searched refs:n_nodes (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/glib/
gbsearcharray.h 56 guint n_nodes; member in union:__anon2442
91 #define g_bsearch_array_get_n_nodes(barray) (((GBSearchArray*) (barray))->n_nodes)
100 * return NULL for barray->n_nodes==0, otherwise return the
109 * return NULL for barray->n_nodes==0 or exact match, otherwise
111 * after end, i.e. g_bsearch_array_get_index(result) <= barray->n_nodes).
154 guint n_nodes = barray->n_nodes, offs = 0; local
158 while (offs < n_nodes)
160 guint i = (offs + n_nodes) >> 1;
167 n_nodes = i
    [all...]
gslice.c 1309 unsigned int n_nodes = branch->n_entries, offs = 0; local
    [all...]
  /external/dbus/dbus/
dbus-marshal-recursive-util.c 1081 int n_nodes; member in struct:__anon6029
1654 int n_nodes; local
    [all...]
  /external/bluetooth/glib/gobject/
gsignal.c 425 for (i = 0; i < hlbsa->n_nodes; i++)
521 for (i = 0; i < hlbsa->n_nodes; i++)
1175 guint n_nodes; local
    [all...]
  /external/bluetooth/glib/tests/
sequence-test.c 18 gint n_nodes; member in struct:_GSequenceNode
48 g_assert (node->n_nodes == 1 + (node->left ? node->left->n_nodes : 0) + (node->right ? node->right->n_nodes : 0));
  /external/valgrind/main/memcheck/
mc_main.c 913 Int i, n_nodes = 0, n_survivors = 0; local
    [all...]

Completed in 341 milliseconds