Home
last modified time | relevance | path

Searched refs:mask (Results 1 – 3 of 3) sorted by relevance

/scripts/dtc/
A Ddtc-parser.y377 uint64_t mask = (1ULL << $1.bits) - 1; variable
386 if (($2 > mask) && (($2 | mask) != -1ULL))
/scripts/kconfig/
A Dzconf.y16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) argument
A Dgconf.c116 GdkBitmap *mask; in replace_button_icon() local
120 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