Searched defs:g_bit_nth_lsf (Results 1 – 2 of 2) sorted by relevance
/third_party/glib/glib/ | ||
D | gutils.h | 368 #define g_bit_nth_lsf(mask, nth_bit) g_bit_nth_lsf_impl(mask, nth_bit) macro |
D | gutils.c | 484 (g_bit_nth_lsf) (gulong mask, in gint() argument |