Searched defs:mask (Results 276 - 300 of 409) sorted by relevance

<<11121314151617

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp1049 ULONG mask = inet_addr("255.255.255.0"); local
1051 hr = VBoxNetCfgWinEnableStaticIpConfig(&guid, ip, mask);
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dnet80211.c1155 u32 tmp, br, mask; local
1163 mask = ( ( 1 << i ) - 1 ) & ~( ( 1 << ( j + 1 ) ) - 1 );
1166 br = ( br & ~( mask | tmp ) ) | ( ( br & mask ) << 1 );
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_attrib.h241 GLint mask; member in struct:__anon16164
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_feedback.c119 * non-zero - clip code mask (or of above CLIP_ bits)
125 GLuint mask = 0; local
138 mask |= (CLIP_USER0 << i);
144 mask |= CLIP_RIGHT;
146 mask |= CLIP_LEFT;
148 mask |= CLIP_TOP;
150 mask |= CLIP_BOTTOM;
152 mask |= CLIP_FAR;
154 mask |= CLIP_NEAR;
155 return mask;
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A D3c515.c261 mask:8, /* The transceiver-present bit in Wn3_Config. */ member in struct:media_table
320 while (!(vp->available_media & media_tbl[if_port].mask))
354 /* Set the station address and mask in window 2 each time opened. */
414 /* Ack all pending events, and set active indicator mask. */
434 /* Ack all pending events, and set active indicator mask. */
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_phy.c58 u32 mask, data, last_bit, bits_shifted, first_bit; local
108 mask = (((1 << last_bit) - 1) ^ ((1 << position) - 1)) <<
112 rfb[entry] &= ~mask;
113 rfb[entry] |= ((data << position) << (col * 8)) & mask;
116 data |= (((rfb[entry] & mask) >> (col * 8)) >> position)
2187 * distorted spectral mask
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_hw.c93 int ath9k_hw_wait(struct ath_hw *ah, u32 reg, u32 mask, u32 val, u32 timeout) argument
98 if ((REG_READ(ah, reg) & mask) == val)
106 timeout, reg, REG_READ(ah, reg), mask, val);
956 u32 mask = AR_STA_ID1_STA_AP | AR_STA_ID1_ADHOC; local
961 REG_RMW(ah, AR_STA_ID1, set, mask);
1412 u32 mask; local
1413 mask = REG_READ(ah, AR_CFG);
1414 if (mask & (AR_CFG_SWRB | AR_CFG_SWTB | AR_CFG_SWRG)) {
1416 "CFG Byte Swap Set 0x%x\n", mask);
1418 mask
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_consume.c93 uint64_t mask; local
105 mask = 1LL << (64 - b);
106 mask -= 1;
107 a[0] |= ((a[1] & mask) << (64 - b));
116 mask = a[0] >> (64 - b);
117 a[1] |= mask;
220 uint64_t mask[2] = { 1, 0 }; local
240 dt_shift_128(mask, 128 - log);
245 result[0] |= mask[0];
246 result[1] |= mask[
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdp.c1166 uint8 *mask; local
1178 in_uint8p(s, mask, masklen);
1187 cursor = ui_create_cursor(x, y, width, height, mask, data, bpp);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp629 CWOverrideRedirect | CWDontPropagate, /* Value mask */
630 &attr /* Attributes for value mask */);
1794 int wx, wy; unsigned int mask; local
1795 XQueryPointer(m_pDisplay, m_wndRoot, &wndTemp, &wndChild, &rx, &ry, &wx, &wy, &mask);
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXIproto.h82 Mask mask; member in struct:_XExtEventInfo
91 Mask mask; member in struct:tmask
862 CARD32 mask B32;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dinputstr.h72 Mask mask; member in struct:_OtherClients
78 Mask mask[EMASKSIZE]; member in struct:_InputClients
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c1781 DWORD mask = Src->resource.format_desc->red_mask | local
1786 if(!mask && bpp==1)
1787 mask = 0xff;
1810 if ((tmp & mask) < keylow || (tmp & mask) > keyhigh) d[x] = tmp; \
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx.c481 ** to have the mask argument being a
491 GLuint mask )
493 unsigned long mask )
495 unsigned long mask )
501 (void) mask;
1347 DECLEXPORT(void) VBOXGLXTAG(glXSelectEventSGIX)(Display *dpy, GLXDrawable drawable, unsigned long mask) argument
1351 (void) mask;
1354 DECLEXPORT(void) VBOXGLXTAG(glXGetSelectedEventSGIX)(Display *dpy, GLXDrawable drawable, unsigned long *mask) argument
1358 (void) mask;
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dr128_drm.h295 unsigned char __user *mask; member in struct:drm_r128_depth
299 unsigned int __user *mask; member in struct:drm_r128_stipple
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dinputstr.h72 Mask mask; member in struct:_OtherClients
78 Mask mask[EMASKSIZE]; member in struct:_InputClients
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dirix.c906 * Must mask clock interrupts
1218 * "mask" argument
1220 PRInt32 _MD_GetThreadAffinityMask(PRThread *unused, PRUint32 *mask) argument
1241 *mask = 0;
1245 *mask |= (1 << pstat->p_cpuid);
1627 pr_clock_mask = pr_clock_granularity - 1; /* to make a mask out of it */
/vbox/src/recompiler/
H A Dcpu-all.h963 void cpu_interrupt(CPUState *s, int mask);
964 void cpu_reset_interrupt(CPUState *env, int mask);
983 void cpu_breakpoint_remove_all(CPUState *env, int mask);
989 void cpu_watchpoint_remove_all(CPUState *env, int mask);
1013 int mask; member in struct:CPULogItem
1147 int i, mask, len; local
1152 mask = ~dirty_flags;
1155 p[i] &= mask;
/vbox/src/recompiler/fpu/
H A Dsoftfloat.c2594 bits32 mask; local
2616 mask = 0x007fffff;
2620 mask >>= 24 + aExp;
2623 mask = 0x00001fff;
2625 if (aSig & mask) {
2630 increment = (mask + 1) >> 1;
2631 if ((aSig & mask) == increment) {
2636 increment = aSign ? 0 : mask;
2639 increment = aSign ? mask : 0;
/vbox/src/libs/libpng-1.2.8/
H A Dpngrtran.c1557 png_byte mask = (png_byte)((((int)0xf0 >> shift[0]) & (int)0xf0) | local
1563 *bp++ &= mask;
H A Dpngrutil.c2244 of interlaced images, depending on the mask value.
2245 The mask value describes which pixels are to be combined with
2250 you want all pixels to be combined, pass 0xff (255) in mask. */
2253 png_combine_row(png_structp png_ptr, png_bytep row, int mask) argument
2256 if (mask == 0xff)
2294 if (m & mask)
2349 if (m & mask)
2400 if (m & mask)
2434 if (m & mask)
/vbox/src/recompiler/target-i386/
H A Dops_sse.h817 uint64_t mask; local
820 mask = ~0LL;
822 mask = (1ULL << len) - 1;
824 return (src >> shift) & mask;
839 uint64_t mask; local
842 mask = ~0ULL;
844 mask = (1ULL << len) - 1;
846 return (src & ~(mask << shift)) | ((src & mask) << shift);
1769 void glue(helper_dpps, SUFFIX) (Reg *d, Reg *s, uint32_t mask)
[all...]
/vbox/src/recompiler/tcg/
H A Dtcg.h229 int mask = (c < TCG_COND_LT ? 0 : c < TCG_COND_LTU ? 7 : 15); local
230 return (TCGCond)(c ^ mask);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dinputstr.h63 extern _X_EXPORT int CountBits(const uint8_t * mask, int len);
88 * This struct stores the core event mask for each client except the client
95 * The event mask for the client that created the window is stored in
98 * The resource id is simply a fake client ID to associate this mask with a
104 OtherClientsPtr next; /**< Pointer to the next mask */
106 Mask mask; /**< Core event mask */ member in struct:_OtherClients
110 * This struct stores the XI event mask for each client.
117 InputClientsPtr next; /**< Pointer to the next mask */
119 Mask mask[EMASKSIZ member in struct:_InputClients
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_priv.h86 PicturePtr mask; member in struct:glamor_composite_shader::__anon7102::__anon7103
116 enum shader_mask mask; member in struct:shader_key
716 PicturePtr mask,
740 PicturePtr src, PicturePtr mask,
753 PicturePtr mask,
855 PicturePtr mask,
1081 * but the source or mask is in cpu memory. In that case,
1082 * upload the source/mask to gl texture and then avoid

Completed in 189 milliseconds

<<11121314151617