Searched refs:mask (Results 1 - 4 of 4) sorted by relevance

/scripts/mod/
H A Dfile2alias.c970 unsigned int nibble, unsigned int mask)
975 switch (mask) {
993 if ((i & mask) == nibble)
1017 if ((id->id & id->mask) != id->id)
1019 "id=0x%08X, mask=0x%08X. Please fix this driver.\n",
1020 filename, id->id, id->mask);
1026 (id->mask >> (4 * (7 - digit))) & 0xf);
969 append_nibble_mask(char **outp, unsigned int nibble, unsigned int mask) argument
/scripts/kconfig/
H A Dzconf.y16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
H A Dgconf.c116 GdkBitmap *mask; local
120 pixmap = gdk_pixmap_create_from_xpm_d(window, &mask,
125 image = gtk_image_new_from_pixmap(pixmap, mask);
H A Dzconf.tab.c_shipped92 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)

Completed in 112 milliseconds