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

  /external/bluetooth/glib/tests/
bit-test.c 126 TEST (naive_bit_storage, g_bit_storage, i);
  /external/bluetooth/glib/glib/
gutils.h 302 G_INLINE_FUNC guint g_bit_storage (gulong number) G_GNUC_CONST;
351 g_bit_storage (gulong number) function
gbsearcharray.h 122 #define G_BSEARCH_UPPER_POWER2(n) ((n) ? 1 << g_bit_storage ((n) - 1) : 0)
gslice.c     [all...]

Completed in 165 milliseconds