Searched refs:GLIB_SIZEOF_LONG (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/glib/tests/
H A Dbit-test.c15 if (G_LIKELY (nth_bit < GLIB_SIZEOF_LONG * 8 - 1))
28 if (G_LIKELY (nth_bit < GLIB_SIZEOF_LONG * 8 - 1))
39 if (nth_bit >= 0 && nth_bit < GLIB_SIZEOF_LONG * 8)
41 return mask ? GLIB_SIZEOF_LONG * 8 - 1 - __builtin_clzl(mask) : -1;
48 return number ? GLIB_SIZEOF_LONG * 8 - __builtin_clzl(number) : 1;
58 while (nth_bit < ((GLIB_SIZEOF_LONG * 8) - 1))
70 if (nth_bit < 0 || G_UNLIKELY (nth_bit > GLIB_SIZEOF_LONG * 8))
71 nth_bit = GLIB_SIZEOF_LONG * 8;
128 for (nth_bit = -3; nth_bit <= 2 + GLIB_SIZEOF_LONG * 8; nth_bit++) {
/external/bluetooth/glib/glib/
H A Dgmem.h42 #if GLIB_SIZEOF_VOID_P > GLIB_SIZEOF_LONG
44 #else /* GLIB_SIZEOF_VOID_P <= GLIB_SIZEOF_LONG */
45 # define G_MEM_ALIGN GLIB_SIZEOF_LONG
46 #endif /* GLIB_SIZEOF_VOID_P <= GLIB_SIZEOF_LONG */
H A Dgutils.h328 while (nth_bit < ((GLIB_SIZEOF_LONG * 8) - 1))
340 if (nth_bit < 0 || G_UNLIKELY (nth_bit > GLIB_SIZEOF_LONG * 8))
341 nth_bit = GLIB_SIZEOF_LONG * 8;
355 ((GLIB_SIZEOF_LONG * 8 - 1) ^ __builtin_clzl(number)) + 1 : 1;
H A Dgmessages.c647 #define FORMAT_UNSIGNED_BUFSIZE ((GLIB_SIZEOF_LONG * 3) + 3)
/external/bluetooth/glib/
H A Dglibconfig.h62 #define GLIB_SIZEOF_LONG 8 macro
H A Dglibconfig.h.win32.in70 #define GLIB_SIZEOF_LONG 4
86 #define GLIB_SIZEOF_LONG 4
/external/bluetooth/glib/gobject/
H A Dgtype.h366 #if GLIB_SIZEOF_SIZE_T != GLIB_SIZEOF_LONG || !defined __cplusplus

Completed in 1527 milliseconds