Searched defs:masks (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/bsd/amd64/
H A Din_cksum.c112 const u_int32_t *masks = in_masks + (offset << 2); local
114 sum = *lw++ & masks[len >= 3 ? 3 : len];
/vbox/src/VBox/Devices/Network/slirp/bsd/i386/
H A Din_cksum.c120 const u_int32_t *masks = in_masks + (offset << 2); local
122 sum = *lw++ & masks[len >= 3 ? 3 : len];
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dutils.c582 const u_int32_t * masks; local
626 masks = masks_table_rgb[ index ];
630 masks = masks_table_rgba[ index ];
634 masks = masks_table_bgr[ index ];
638 masks = masks_table_bgra[ index ];
679 modes->redMask = masks[0];
680 modes->greenMask = masks[1];
681 modes->blueMask = masks[2];
682 modes->alphaMask = masks[3];
689 modes->accumAlphaBits = (masks[
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c546 DWORD *masks; local
559 /* Allocate extra space to store the RGB bit masks. */
601 /* Get the bit masks */
602 masks = (DWORD *)b_info->bmiColors;
624 masks[0] = format_desc->red_mask;
625 masks[1] = format_desc->green_mask;
626 masks[2] = format_desc->blue_mask;
1785 /* For some 8-bit formats like L8 and P8 color masks don't make sense */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dinputstr.h75 #define XI2MASKSIZE ((XI2LASTEVENT >> 3) + 1) /* no of bytes for masks */
92 * these masks. If multiple clients selected for events on the same window,
93 * these masks are in a linked list.
112 * Each window that has events selected has at least one of these masks. If
113 * multiple client selected for events on the same window, these masks are in
120 /** XI2 event masks. One per device, each bit is a mask of (1 << type) */
125 * Combined XI event masks from all devices.
139 * Bitwise OR of all masks by all clients and the window's parent's masks.
143 * Bitwise OR of all masks b
668 unsigned char **masks; /* event mask in masks[deviceid][event type byte] */ member in struct:_XI2Mask
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dinputstr.h75 #define XI2MASKSIZE ((XI2LASTEVENT >> 3) + 1) /* no of bytes for masks */
92 * these masks. If multiple clients selected for events on the same window,
93 * these masks are in a linked list.
112 * Each window that has events selected has at least one of these masks. If
113 * multiple client selected for events on the same window, these masks are in
120 /** XI2 event masks. One per device, each bit is a mask of (1 << type) */
125 * Combined XI event masks from all devices.
139 * Bitwise OR of all masks by all clients and the window's parent's masks.
143 * Bitwise OR of all masks b
668 unsigned char **masks; /* event mask in masks[deviceid][event type byte] */ member in struct:_XI2Mask
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dinputstr.h77 #define XI2MASKSIZE ((XI2LASTEVENT >> 3) + 1) /* no of bytes for masks */
94 * these masks. If multiple clients selected for events on the same window,
95 * these masks are in a linked list.
114 * Each window that has events selected has at least one of these masks. If
115 * multiple client selected for events on the same window, these masks are in
122 /** XI2 event masks. One per device, each bit is a mask of (1 << type) */
127 * Combined XI event masks from all devices.
141 * Bitwise OR of all masks by all clients and the window's parent's masks.
145 * Bitwise OR of all masks b
674 unsigned char **masks; /* event mask in masks[deviceid][event type byte] */ member in struct:_XI2Mask
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dinputstr.h75 #define XI2MASKSIZE ((XI2LASTEVENT >> 3) + 1) /* no of bytes for masks */
92 * these masks. If multiple clients selected for events on the same window,
93 * these masks are in a linked list.
112 * Each window that has events selected has at least one of these masks. If
113 * multiple client selected for events on the same window, these masks are in
120 /** XI2 event masks. One per device, each bit is a mask of (1 << type) */
125 * Combined XI event masks from all devices.
139 * Bitwise OR of all masks by all clients and the window's parent's masks.
143 * Bitwise OR of all masks b
662 unsigned char **masks; /* event mask in masks[deviceid][event type byte] */ member in struct:_XI2Mask
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dinputstr.h75 #define XI2MASKSIZE ((XI2LASTEVENT >> 3) + 1) /* no of bytes for masks */
92 * these masks. If multiple clients selected for events on the same window,
93 * these masks are in a linked list.
112 * Each window that has events selected has at least one of these masks. If
113 * multiple client selected for events on the same window, these masks are in
120 /** XI2 event masks. One per device, each bit is a mask of (1 << type) */
125 * Combined XI event masks from all devices.
139 * Bitwise OR of all masks by all clients and the window's parent's masks.
143 * Bitwise OR of all masks b
668 unsigned char **masks; /* event mask in masks[deviceid][event type byte] */ member in struct:_XI2Mask
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dinputstr.h75 #define XI2MASKSIZE ((XI2LASTEVENT >> 3) + 1) /* no of bytes for masks */
92 * these masks. If multiple clients selected for events on the same window,
93 * these masks are in a linked list.
112 * Each window that has events selected has at least one of these masks. If
113 * multiple client selected for events on the same window, these masks are in
120 /** XI2 event masks. One per device, each bit is a mask of (1 << type) */
125 * Combined XI event masks from all devices.
139 * Bitwise OR of all masks by all clients and the window's parent's masks.
143 * Bitwise OR of all masks b
668 unsigned char **masks; /* event mask in masks[deviceid][event type byte] */ member in struct:_XI2Mask
[all...]
/vbox/src/VBox/Devices/Audio/
H A DDevIchAc97.cpp426 static uint32_t const masks[] = { GS_PIINT, GS_POINT, GS_MINT }; local
456 pThis->glob_sta |= masks[pReg - pThis->bm_regs];
458 pThis->glob_sta &= ~masks[pReg - pThis->bm_regs];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c461 static void get_color_masks(const struct wined3d_format *format, DWORD *masks) argument
463 masks[0] = ((1 << format->red_size) - 1) << format->red_offset;
464 masks[1] = ((1 << format->green_size) - 1) << format->green_offset;
465 masks[2] = ((1 << format->blue_size) - 1) << format->blue_offset;
474 DWORD *masks; local
488 /* Allocate extra space to store the RGB bit masks. */
532 /* Get the bit masks */
533 masks = (DWORD *)b_info->bmiColors;
553 get_color_masks(format, masks);
7352 DWORD masks[ local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 247 milliseconds