/external/kernel-headers/original/linux/netfilter_arp/ |
arp_tables.h | 33 char mask[ARPT_DEV_ADDR_LEN_MAX]; member in struct:arpt_devaddr_info 40 /* Mask for src and target IP addr */ 74 #define ARPT_F_MASK 0x00 /* All possible flag bits mask. */ 87 #define ARPT_INV_MASK 0x03FF /* All possible flag bits mask. */
|
/external/kernel-headers/original/linux/ |
tiocl.h | 11 #define TIOCL_SELBUTTONMASK 15 /* button mask for report */
|
/external/openssl/crypto/pqueue/ |
pq_compat.h | 146 PQ_64BIT mask = 1; \ 147 mask = mask << (num); \ 148 *(x) |= mask; \
|
/external/openssl/include/openssl/ |
pq_compat.h | 146 PQ_64BIT mask = 1; \ 147 mask = mask << (num); \ 148 *(x) |= mask; \
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysmouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_amigamouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
SDL_cgxwm_c.h | 28 extern void CGX_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemmouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
SDL_gemwm_c.h | 35 extern void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
SDL_macmouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxmouse_c.h | 26 extern WMcursor * NX_CreateWMCursor (_THIS, Uint8 * data, Uint8 * mask, int w, int h, int hot_x, int hot_y) ;
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_mouse_c.h | 32 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
SDL_ph_wm_c.h | 31 extern void ph_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsmouse_c.h | 35 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_sysmouse.cc | 35 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
|
SDL_sysmouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosmouse_c.h | 37 WMcursor *RISCOS_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
SDL_vglmouse.c | 42 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
|
SDL_vglmouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_sysmouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
SDL_syswm_c.h | 30 extern void WIN_SetWMIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11mouse_c.h | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
SDL_x11wm_c.h | 29 extern void X11_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
|
/external/qemu/target-arm/ |
iwmmxt_helper.c | 302 #define CMP(SHR, TYPE, OPER, MASK) ((((TYPE) ((a >> SHR) & MASK) OPER \ 303 (TYPE) ((b >> SHR) & MASK)) ? (uint64_t) MASK : 0) << SHR) 308 #define CMP(SHR, TYPE, OPER, MASK) ((((TYPE) ((a >> SHR) & MASK) OPER \ 309 (TYPE) ((b >> SHR) & MASK)) ? a : b) & ((uint64_t) MASK << SHR)) 315 #define CMP(SHR, TYPE, OPER, MASK) ((uint64_t) (((TYPE) ((a >> SHR) & MASK) \ [all...] |
/external/skia/include/effects/ |
SkEmbossMaskFilter.h | 24 This mask filter creates a 3D emboss look, by specifying a light and blur amount.
|