Searched refs:mask (Results 1 – 3 of 3) sorted by relevance
377 uint64_t mask = (1ULL << $1.bits) - 1; variable386 if (($2 > mask) && (($2 | mask) != -1ULL))
16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) argument
116 GdkBitmap *mask; in replace_button_icon() local120 pixmap = gdk_pixmap_create_from_xpm_d(window, &mask, in replace_button_icon()125 image = gtk_image_new_from_pixmap(pixmap, mask); in replace_button_icon()
Completed in 8 milliseconds