Searched refs:r_mask (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dm68360_pram.h284 unsigned short r_mask; /* Temporary bit mask */ member in struct:smc_uart_pram
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dbitmap.cpp93 const wxByte r_mask = colour.Red(); local
103 if (in[0] == r_mask && in[1] == g_mask && in[2] == b_mask)
516 const wxByte r_mask = image.GetMaskRed(); local
523 if (in[0] == r_mask && in[1] == g_mask && in[2] == b_mask)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg2meet.c670 uint32_t chunk_size, r_mask, g_mask, b_mask; local
758 r_mask = bytestream2_get_be32(&bc);
761 if (r_mask != 0xFF0000 || g_mask != 0xFF00 || b_mask != 0xFF) {
764 r_mask, g_mask, b_mask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dbitmap.cpp658 int r_mask = image.GetMaskRed(); local
678 if ((r == r_mask) && (b == b_mask) && (g == g_mask))
809 int r_mask = image.GetMaskRed(); local
829 if ((r == r_mask) && (b == b_mask) && (g == g_mask))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dbitmap.cpp639 int r_mask = image.GetMaskRed();
665 if ((r == r_mask) && (b == b_mask) && (g == g_mask))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dposix_acls.c624 static mode_t unix_perms_to_acl_perms(mode_t mode, int r_mask, int w_mask, int x_mask) argument
628 if (mode & r_mask)

Completed in 107 milliseconds